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
f6b68429b1
therubyracer
/
ext
/
v8
/
v8_script.h
9 lines
100 B
C
Raw
Normal View
History
Unescape
Escape
spike out super thin v8 wrappers
2009-12-07 09:06:06 -05:00
#
ifndef _RUBY_V8_SCRIPT_
#
define _RUBY_V8_SCRIPT_
move initializations into approprate places
2010-05-10 08:56:52 -04:00
#
include
"rr.h"
void
rr_init_script
(
)
;
spike out super thin v8 wrappers
2009-12-07 09:06:06 -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