This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
therubyracer
Watch
1
Star
0
Fork
You've already forked therubyracer
0
mirror of
https://github.com/rubyjs/therubyracer
synced
2023-03-27 23:21:42 -04:00
Code
Releases
Activity
54be41c883
therubyracer
/
ext
/
v8
/
v8_cxt.h
7 lines
74 B
C
Raw
Normal View
History
Unescape
Escape
add beginnings of a generic v8 reference
2009-12-07 02:20:16 -05:00
#
ifndef _RUBY_V8_CXT_
#
define _RUBY_V8_CXT_
move context init to cxt.cpp
2010-05-08 13:58:43 -04:00
void
rr_init_cxt
(
)
;
add beginnings of a generic v8 reference
2009-12-07 02:20:16 -05:00
add newlines at the end of header files to quiet GCC 4.0 warnings
2010-06-14 11:27:01 -04:00
#
endif
Copy permalink