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