comparison: js/src/jit-test/tests/basic/testSlowNativeWithNullThis.js
js/src/jit-test/tests/basic/testSlowNativeWithNullThis.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 x = 0 |
|
2 for (a = 0; a < 3; a++) { |
|
3 (function () { |
|
4 return Float64Array |
|
5 })()(x, 1) |
|
6 } |