tizen beta release
[profile/ivi/webkit-efl.git] / LayoutTests / fast / js / dfg-intrinsic-osr-exit-expected.txt
1 This tests that an OSR exit inside of an intrinsic that was not loaded with a method check works correctly.
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6 PASS foo([Math.abs], {f:5}) is 5
7 PASS foo([Math.abs], {f:5.5}) is 5.5
8 PASS foo([Math.abs], {f:5.5}) is 5.5
9 PASS foo([Math.abs], {f:5.5}) is 5.5
10 PASS foo([Math.abs], {f:5.5}) is 5.5
11 PASS foo([Math.abs], {f:5.5}) is 5.5
12 PASS foo([Math.abs], {f:5.5}) is 5.5
13 PASS foo([Math.abs], {f:5.5}) is 5.5
14 PASS foo([Math.abs], {f:5.5}) is 5.5
15 PASS foo([Math.abs], {f:5.5}) is 5.5
16 PASS foo([Math.abs], {f:5.5}) is 5.5
17 PASS successfullyParsed is true
18
19 TEST COMPLETE
20