Searched refs:v8Isolate (Results 1 – 1 of 1) sorted by relevance
8995 void MicrotasksScope::PerformCheckpoint(Isolate* v8Isolate) { in PerformCheckpoint() argument8996 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8Isolate); in PerformCheckpoint()9006 int MicrotasksScope::GetCurrentDepth(Isolate* v8Isolate) { in GetCurrentDepth() argument9007 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8Isolate); in GetCurrentDepth()9011 bool MicrotasksScope::IsRunningMicrotasks(Isolate* v8Isolate) { in IsRunningMicrotasks() argument9012 i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8Isolate); in IsRunningMicrotasks()