Searched refs:recursionLevel (Results 1 – 3 of 3) sorted by relevance
72 static int recursionLevel() in recursionLevel() function74 return V8PerIsolateData::current()->recursionLevel(); in recursionLevel()80 … return recursionLevel() > 0 || V8PerIsolateData::current()->internalScriptRecursionLevel() > 0; in properlyUsed()
85 if (V8RecursionScope::recursionLevel() >= kMaxRecursionDepth) in runCompiledScript()129 if (V8RecursionScope::recursionLevel() >= kMaxRecursionDepth) in callFunction()
113 int recursionLevel() const { return m_recursionLevel; } in recursionLevel() function