Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/parser/
DJSParser.cpp145 void endSwitch() { currentScope()->endSwitch(); } in endSwitch() function in JSC::JSParser
323 void endSwitch() { m_switchDepth--; } in endSwitch() function
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp2191 void BytecodeGenerator::endSwitch(uint32_t clauseCount, RefPtr<Label>* labels, ExpressionNode** nod… in endSwitch() function in JSC::BytecodeGenerator