summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/dfg-inline-constant-expected.txt
blob: 3f69a390894a7212d2dd3228dccf40acbda64018 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
This tests that function inlining in the DFG JIT doesn't get confused by constants being reused between inliner and inlinee.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS bar(6, 0) is 10
PASS bar(6, 1) is 15
PASS bar(6, false) is 10
PASS bar(6, true) is 15
PASS successfullyParsed is true

TEST COMPLETE