Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/bytecompiler/
DLabelScope.h43 … Identifier* name, int scopeDepth, PassRefPtr<Label> breakTarget, PassRefPtr<Label> continueTarget) in LabelScope()
62 Label* continueTarget() const { return m_continueTarget.get(); } in continueTarget() function
DBytecodeGenerator.cpp1925 LabelScope* BytecodeGenerator::continueTarget(const Identifier& name) in continueTarget() function in JSC::BytecodeGenerator