OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_switchdepth
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/JavaScriptCore/parser/
JSParser.cpp
293
,
m_switchDepth
(0)
309
,
m_switchDepth
(rhs.
m_switchDepth
)
322
void startSwitch() {
m_switchDepth
++; }
323
void endSwitch() {
m_switchDepth
--; }
327
bool breakIsValid() { return m_loopDepth ||
m_switchDepth
; }
490
int
m_switchDepth
;
[
all
...]
Completed in 51 milliseconds