Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8RecursionScope.h80 … return recursionLevel() > 0 || V8PerIsolateData::current()->internalScriptRecursionLevel() > 0; in properlyUsed()
DV8PerIsolateData.h118 int internalScriptRecursionLevel() const { return m_internalScriptRecursionLevel; } in internalScriptRecursionLevel() function