blob: d3647bf47e6b7f7f67ac3e59a74809f496e3faeb [file] [log] [blame]
This page tests that the generation of bytecode allocates registers correctly when profiling is enabled. To run the test manually, enable profiling in the web inspector and reload this page.
PASS: localCallTest(1, 2) should be 2 and is.
PASS: globalCallTest(1, 2) should be 2 and is.
PASS: scopedCallTest(1, 2) should be 2 and is.
PASS: resolveCallTest(1, 2) should be 2 and is.
PASS: bracketCallTest(1, 2) should be 2 and is.
PASS: dotCallTest(1, 2) should be 2 and is.
PASS: newTest(1, 2) should be 2 and is.