OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_scopeDepth
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/JavaScriptCore/bytecompiler/
LabelScope.h
47
,
m_scopeDepth
(scopeDepth)
66
int scopeDepth() const { return
m_scopeDepth
; }
72
int
m_scopeDepth
;
/external/webkit/Source/JavaScriptCore/heap/
HandleStack.h
63
size_t
m_scopeDepth
;
72
++
m_scopeDepth
;
108
--
m_scopeDepth
;
121
ASSERT(
m_scopeDepth
); // Creating a Local outside of a LocalScope is a memory leak.
HandleStack.cpp
36
:
m_scopeDepth
(0)
/external/webkit/Source/JavaScriptCore/parser/
Nodes.h
548
size_t
m_scopeDepth
; // Used by ScopedVarFunctionCallNode and NonLocalVarFunctionCallNode
[
all
...]
Completed in 33 milliseconds