mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
allow getting the native context.
This commit is contained in:
parent
f0db59d723
commit
e2d25be6d5
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
module V8
|
||||
class Context
|
||||
attr_reader :native
|
||||
|
||||
def initialize
|
||||
@native = V8::C::Context::New()
|
||||
|
|
Loading…
Reference in a new issue