blob: fe7886d34ff1b5de430ff24868cbf8376194f6c5 [file] [log] [blame]
This tests that an OSR exit inside of an intrinsic that was not loaded with a method check works correctly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS foo([Math.abs], {f:5}) is 5
PASS foo([Math.abs], {f:5.5}) is 5.5
PASS foo([Math.abs], {f:5.5}) is 5.5
PASS foo([Math.abs], {f:5.5}) is 5.5
PASS foo([Math.abs], {f:5.5}) is 5.5
PASS foo([Math.abs], {f:5.5}) is 5.5
PASS foo([Math.abs], {f:5.5}) is 5.5
PASS foo([Math.abs], {f:5.5}) is 5.5
PASS foo([Math.abs], {f:5.5}) is 5.5
PASS foo([Math.abs], {f:5.5}) is 5.5
PASS foo([Math.abs], {f:5.5}) is 5.5
PASS successfullyParsed is true
TEST COMPLETE