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
23f1654ca0
therubyracer
/
lib
/
v8
/
context.rb
10 lines
92 B
Ruby
Raw
Normal View
History
Unescape
Escape
bring in the basic extension template and test suite
2011-11-10 11:12:41 -05:00
module
V8
class
Context
def
initialize
add basic template for compiling extension and hooking into jsapi_spec test harness.
2012-01-31 16:52:08 -05:00
bring in the basic extension template and test suite
2011-11-10 11:12:41 -05:00
end
def
eval
(
*
args
)
end
end
end
Copy permalink