Home | History | Annotate | Download | only in jit

Lines Matching defs:scrutinee

2996     JSValue scrutinee = stackFrame.args[0].jsValue();
3001 if (scrutinee.isInt32())
3002 return codeBlock->immediateSwitchJumpTable(tableIndex).ctiForValue(scrutinee.asInt32()).executableAddress();
3006 if (scrutinee.getNumber(value) && ((intValue = static_cast<int32_t>(value)) == value))
3017 JSValue scrutinee = stackFrame.args[0].jsValue();
3024 if (scrutinee.isString()) {
3025 UString::Rep* value = asString(scrutinee)->value(callFrame).rep();
3037 JSValue scrutinee = stackFrame.args[0].jsValue();
3044 if (scrutinee.isString()) {
3045 UString::Rep* value = asString(scrutinee)->value(callFrame).rep();