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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DHandlerInfo.h38 uint32_t scopeDepth; member in struct:JSC::HandlerInfo
H A DUnlinkedCodeBlock.h222 uint32_t scopeDepth; member in struct:JSC::UnlinkedHandlerInfo
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DLabelScope.h43 LabelScope(Type type, const Identifier* name, int scopeDepth, PassRefPtr<Label> breakTarget, PassRefPtr<Label> continueTarget) argument
59 int scopeDepth() const { return m_scopeDepth; } function in class:JSC::LabelScope
H A DBytecodeGenerator.h519 int scopeDepth() { return m_dynamicScopeDepth + m_finallyDepth; } function in class:JSC::BytecodeGenerator
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSScope.cpp78 int scopeDepth = 0; local

Completed in 230 milliseconds