Searched refs:stackDepth (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/parser/
H A DSyntaxChecker.h243 void appendUnaryToken(int& stackDepth, int tok, int, int, int) { stackDepth = 1; m_topUnaryToken = tok; } argument
247 void unaryTokenStackRemoveLast(int& stackDepth) { stackDepth = 0; } argument
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkOption.c417 int stackDepth[NUM_STACKS];
463 stackDepth[count] = levelPtr->bases[count];
473 stackDepth[count] = tsdPtr->stacks[count]->numUsed;
482 count = stackDepth[EXACT_LEAF_NAME]; count > 0;
490 count = stackDepth[WILDCARD_LEAF_NAME]; count > 0;
501 count = stackDepth[EXACT_LEAF_CLASS]; count > 0;
509 count = stackDepth[WILDCARD_LEAF_CLASS]; count > 0;
415 int stackDepth[NUM_STACKS]; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkOption.c437 int stackDepth[NUM_STACKS];
482 stackDepth[count] = levelPtr->bases[count];
491 stackDepth[count] = tsdPtr->stacks[count]->numUsed;
500 count = stackDepth[EXACT_LEAF_NAME]; count > 0;
508 count = stackDepth[WILDCARD_LEAF_NAME]; count > 0;
519 count = stackDepth[EXACT_LEAF_CLASS]; count > 0;
527 count = stackDepth[WILDCARD_LEAF_CLASS]; count > 0;
435 int stackDepth[NUM_STACKS]; local
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLConstructionSite.h141 bool isEmpty() const { return !m_openElements.stackDepth(); }
H A DHTMLElementStack.h79 unsigned stackDepth() const { return m_stackDepth; } function in class:WebCore::HTMLElementStack
H A DHTMLConstructionSite.cpp196 if (m_openElements.stackDepth() > m_maximumDOMTreeDepth && task.parent->parentNode())
/macosx-10.9.5/kext_tools-326.95.1/
H A DQEQuery.c1269 CFIndex stackDepth; local
1271 stackDepth = CFArrayGetCount(query->queryStack);
1272 if (stackDepth < 2) {
1277 CFArrayRemoveValueAtIndex(query->queryStack, stackDepth - 1);
1279 query->queryStack, stackDepth - 2);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInjectedScriptCanvasModuleSource.js2395 var stackDepth = 1;
2399 ++stackDepth;
2401 --stackDepth;
2402 if (!stackDepth)

Completed in 263 milliseconds