1 2 3 4 5 6 7 8 9
function f () { var o = {}; var x = assertRecoveredOnBailout(o, true); bailout(); return x; } f(); f();