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

/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.cpp2415 static int32_t keyForCharacterSwitch(ExpressionNode* node, int32_t min, int32_t max) function in namespace:JSC
2437 jumpTable.add(keyForCharacterSwitch(nodes[i], min, max), labels[i]->bind(switchAddress, switchAddress + 3));

Completed in 201 milliseconds