Searched defs:continueTarget (Results 1 - 2 of 2) sorted by relevance

/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
55 Label* continueTarget() const { return m_continueTarget.get(); } function in class:JSC::LabelScope
H A DBytecodeGenerator.cpp2116 LabelScope* BytecodeGenerator::continueTarget(const Identifier& name) function in class:JSC::BytecodeGenerator

Completed in 71 milliseconds