Searched refs:endSwitch (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/JavaScriptCore-7600.1.17/parser/
H A DParser.h142 void endSwitch() { m_switchDepth--; }
650 void endSwitch() { currentScope()->endSwitch(); }
H A DParser.cpp986 endSwitch();
/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecompiler/
H A DBytecodeGenerator.h458 void endSwitch(uint32_t clauseCount, RefPtr<Label>*, ExpressionNode**, Label* defaultLabel, int32_t min, int32_t range);
H A DBytecodeGenerator.cpp2387 void BytecodeGenerator::endSwitch(uint32_t clauseCount, RefPtr<Label>* labels, ExpressionNode** nodes, Label* defaultLabel, int32_t min, int32_t max) function in class:JSC::BytecodeGenerator
H A DNodesCodegen.cpp2193 generator.endSwitch(labelVector.size(), labelVector.data(), literalVector.data(), defaultLabel.get(), min_num, max_num);

Completed in 92 milliseconds