Searched defs:endSwitch (Results 1 – 2 of 2) sorted by relevance
145 void endSwitch() { currentScope()->endSwitch(); } in endSwitch() function in JSC::JSParser323 void endSwitch() { m_switchDepth--; } in endSwitch() function
2191 void BytecodeGenerator::endSwitch(uint32_t clauseCount, RefPtr<Label>* labels, ExpressionNode** nod… in endSwitch() function in JSC::BytecodeGenerator