Home
last modified time | relevance | path

Searched refs:IsolateThread (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dd8.h104 class IsolateThread : public base::Thread {
106 explicit IsolateThread(SourceGroup* group);
Dd8.cc2508 SourceGroup::IsolateThread::IsolateThread(SourceGroup* group) in IsolateThread() function in v8::SourceGroup::IsolateThread
2551 thread_ = new IsolateThread(this); in StartExecuteInThread()