1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00
therubyracer/lib
Charles Lowell 345d493a36 associate V8 with any thread making native context
The V8 vm can only be associated with a single 
thread at time, so we have to make sure that any
thread instantiating a `V8::C::Context` has it
upon context creation. After that, the V8::Context
will manage access to the native one.

fixes #190
2012-08-28 14:49:37 -05:00
..
v8 associate V8 with any thread making native context 2012-08-28 14:49:37 -05:00
v8.rb support objects with messages as error values 2012-08-12 21:34:03 -05:00