Searched refs:recursionLevel (Results 1 – 5 of 5) sorted by relevance
79 static int recursionLevel(v8::Isolate* isolate) in recursionLevel() function81 return V8PerIsolateData::from(isolate)->recursionLevel(); in recursionLevel()87 …return recursionLevel(isolate) > 0 || V8PerIsolateData::from(isolate)->internalScriptRecursionLeve… in properlyUsed()
96 if (V8RecursionScope::recursionLevel(isolate) >= kMaxRecursionDepth) in runCompiledScript()134 if (V8RecursionScope::recursionLevel(isolate) >= kMaxRecursionDepth) in callFunction()
72 int recursionLevel() const { return m_recursionLevel; } in recursionLevel() function
47 if (isolateData->recursionLevel() || isolateData->performingMicrotaskCheckpoint()) in performCheckpoint()
310 if (V8RecursionScope::recursionLevel(v8::Isolate::GetCurrent())) { in setCurrentAsyncCallChain()