| OLD | NEW |
| (Empty) |
| 1 This page tests that the generation of bytecode allocates registers correctly wh
en profiling is enabled. To run the test manually, enable profiling in the web i
nspector and reload this page. | |
| 2 | |
| 3 PASS: localCallTest(1, 2) should be 2 and is. | |
| 4 | |
| 5 PASS: globalCallTest(1, 2) should be 2 and is. | |
| 6 | |
| 7 PASS: scopedCallTest(1, 2) should be 2 and is. | |
| 8 | |
| 9 PASS: resolveCallTest(1, 2) should be 2 and is. | |
| 10 | |
| 11 PASS: bracketCallTest(1, 2) should be 2 and is. | |
| 12 | |
| 13 PASS: dotCallTest(1, 2) should be 2 and is. | |
| 14 | |
| 15 PASS: newTest(1, 2) should be 2 and is. | |
| 16 | |
| 17 | |
| OLD | NEW |