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

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp1704 enum SwitchKind { enum in namespace:JSC
1711 static void processClauseList(ClauseListNode* list, Vector<ExpressionNode*, 8>& literalVector, SwitchKind& typeForTable, bool& singleCharacterSwitch, int32_t& min_num, int32_t& max_num)
1753 SwitchKind typeForTable = SwitchUnset;

Completed in 111 milliseconds