Home
last modified time | relevance | path

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

/external/v8/src/
Dapi.cc8995 void MicrotasksScope::PerformCheckpoint(Isolate* v8Isolate) { in PerformCheckpoint() argument
8996 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8Isolate); in PerformCheckpoint()
9006 int MicrotasksScope::GetCurrentDepth(Isolate* v8Isolate) { in GetCurrentDepth() argument
9007 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8Isolate); in GetCurrentDepth()
9011 bool MicrotasksScope::IsRunningMicrotasks(Isolate* v8Isolate) { in IsRunningMicrotasks() argument
9012 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8Isolate); in IsRunningMicrotasks()