haikuwebkit/LayoutTests/js/dfg-intrinsic-osr-exit-expe...

21 lines
645 B
Plaintext

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