Lines Matching refs:Bailout
335 receiver: JSObject, keyObject: Object): &Object labels Bailout {
336 const key = Cast<Smi>(keyObject) otherwise Bailout;
338 Cast<SloppyArgumentsElements>(receiver.elements) otherwise Bailout;
354 goto Bailout;
357 if (OutOfBounds(key, arguments.length)) goto Bailout;
358 if (arguments.objects[key] == TheHole) goto Bailout;
367 JSAny labels Bailout {
369 *AccessSloppyArgumentsCommon(receiver, keyObject) otherwise Bailout);
374 JSAny labels Bailout {
375 AccessSloppyArgumentsCommon(receiver, keyObject) otherwise Bailout;
381 JSAny labels Bailout {
383 AccessSloppyArgumentsCommon(receiver, keyObject) otherwise Bailout;