Searched defs:scopeDepth (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DScopeChain.cpp58 int scopeDepth = 0; local
65 ++scopeDepth;
67 return scopeDepth;
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DLabelScope.h43 LabelScope(Type type, const Identifier* name, int scopeDepth, PassRefPtr<Label> breakTarget, PassRefPtr<Label> continueTarget) argument
47 , m_scopeDepth(scopeDepth)
66 int scopeDepth() const { return m_scopeDepth; } function in class:JSC::LabelScope
H A DBytecodeGenerator.h374 int scopeDepth() { return m_dynamicScopeDepth + m_finallyDepth; } function in class:JSC::BytecodeGenerator
/external/webkit/Source/JavaScriptCore/bytecode/
H A DCodeBlock.h74 uint32_t scopeDepth; member in struct:JSC::HandlerInfo
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp929 unsigned scopeDepth = Record[Idx++]; local
933 assert(scopeDepth == 0);
937 PD->setScopeInfo(scopeDepth, scopeIndex);

Completed in 208 milliseconds