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

/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DHandlerInfo.h37 uint32_t scopeDepth; member in struct:JSC::HandlerInfo
H A DUnlinkedCodeBlock.h244 uint32_t scopeDepth; member in struct:JSC::UnlinkedHandlerInfo
/macosx-10.10/JavaScriptCore-7600.1.17/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.h437 int scopeDepth() { return m_localScopeDepth + m_finallyDepth; } function in class:JSC::BytecodeGenerator

Completed in 219 milliseconds