Home | History | Annotate | Download | only in bytecompiler

Lines Matching refs:switchType

2102 void BytecodeGenerator::beginSwitch(RegisterID* scrutineeRegister, SwitchInfo::SwitchType type)
2195 if (switchInfo.switchType == SwitchInfo::SwitchImmediate) {
2201 } else if (switchInfo.switchType == SwitchInfo::SwitchCharacter) {
2208 ASSERT(switchInfo.switchType == SwitchInfo::SwitchString);