haikuwebkit/LayoutTests/js/dfg-inline-early-return-exp...

12 lines
287 B
Plaintext

This tests that an early return in the first basic block does not crash the DFG's bytecode parser whilst inlining.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS foo(42) is 42
PASS bar(42) is 42
PASS successfullyParsed is true
TEST COMPLETE