Searched refs:CallOnForegroundThread (Results 1 – 4 of 4) sorted by relevance
57 virtual void CallOnForegroundThread(Isolate* isolate, Task* task) = 0;
35 platform.CallOnForegroundThread(isolate, task); in TEST()
38 virtual void CallOnForegroundThread(v8::Isolate* isolate,
104 void DefaultPlatform::CallOnForegroundThread(v8::Isolate* isolate, Task* task) { in CallOnForegroundThread() function in v8::platform::DefaultPlatform