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
a52b227328
therubyracer
/
ext
/
v8
/
v8_try_catch.h
6 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
move eval() and error handling into ruby
2010-05-18 06:27:23 -04:00
#
ifndef _RR_V8_TRY_CATCH_
#
define _RR_V8_TRY_CATCH_
void
rr_init_v8_try_catch
(
)
;
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