Home
last modified time | relevance | path

Searched defs:scopeDepth (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
DLabelScope.h43 …LabelScope(Type type, const Identifier* name, int scopeDepth, PassRefPtr<Label> breakTarget, PassR… in LabelScope()
66 int scopeDepth() const { return m_scopeDepth; } in scopeDepth() function
DBytecodeGenerator.h374 int scopeDepth() { return m_dynamicScopeDepth + m_finallyDepth; } in scopeDepth() function
/external/webkit/Source/JavaScriptCore/runtime/
DScopeChain.cpp58 int scopeDepth = 0; in localDepth() local
/external/webkit/Source/JavaScriptCore/bytecode/
DCodeBlock.h74 uint32_t scopeDepth; member
/external/clang/lib/Serialization/
DASTReaderDecl.cpp732 unsigned scopeDepth = Record[Idx++]; in VisitParmVarDecl() local
/external/clang/include/clang/AST/
DDecl.h1208 void setScopeInfo(unsigned scopeDepth, unsigned parameterIndex) { in setScopeInfo()