mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
require explicit locking from the get-go.
This commit is contained in:
parent
e90ef50b0d
commit
5b7811ad01
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ using namespace rr;
|
|||
|
||||
extern "C" {
|
||||
void Init_init() {
|
||||
v8::Locker lock();
|
||||
GC::Init();
|
||||
V8::Init();
|
||||
Handles::Init();
|
||||
|
|
Loading…
Reference in a new issue