Searched defs:continueTarget (Results 1 – 3 of 3) sorted by relevance
43 … Identifier* name, int scopeDepth, PassRefPtr<Label> breakTarget, PassRefPtr<Label> continueTarget) in LabelScope()62 Label* continueTarget() const { return m_continueTarget.get(); } in continueTarget() function
1666 LabelScope* BytecodeGenerator::continueTarget(const Identifier& name) in continueTarget() function in JSC::BytecodeGenerator
1417 RefPtr<Label> continueTarget = generator.newLabel(); in emitBytecode() local