Searched refs:IsolateThread (Results 1 – 2 of 2) sorted by relevance
104 class IsolateThread : public base::Thread {106 explicit IsolateThread(SourceGroup* group);
2508 SourceGroup::IsolateThread::IsolateThread(SourceGroup* group) in IsolateThread() function in v8::SourceGroup::IsolateThread2551 thread_ = new IsolateThread(this); in StartExecuteInThread()