v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Public Member Functions | |
LockAndUnlockDifferentIsolatesThread (v8::Isolate *isolate1, v8::Isolate *isolate2) | |
virtual void | Run () |
Public Member Functions inherited from JoinableThread | |
JoinableThread (const char *name) | |
virtual | ~JoinableThread () |
void | Start () |
void | Join () |
Definition at line 463 of file test-lockers.cc.
|
inline |
Definition at line 465 of file test-lockers.cc.
|
inlinevirtual |
Implements JoinableThread.
Definition at line 472 of file test-lockers.cc.
References CHECK, Locker::IsLocked(), JoinableThread::Join(), Context::New(), and JoinableThread::Start().