OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:recursionLevel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8RecursionScope.h
72
static int
recursionLevel
()
74
return V8PerIsolateData::current()->
recursionLevel
();
80
return
recursionLevel
() > 0 || V8PerIsolateData::current()->internalScriptRecursionLevel() > 0;
V8PerIsolateData.h
113
int
recursionLevel
() const { return m_recursionLevel; }
Completed in 602 milliseconds