summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/js/interpreter-no-activation-expected.txt
blob: b900252bffbb8e37807411d3207b5b8c6d84b2ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Make sure arguments tearoff works correctly when a functions activation has not been created.

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


PASS f1(false) is true
PASS f2(true) is true
PASS Didn't crash
PASS successfullyParsed is true

TEST COMPLETE