comparison: js/src/jit-test/tests/ion/bug729899-2.js
js/src/jit-test/tests/ion/bug729899-2.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function f2() { |
|
2 __proto__ = null; |
|
3 } |
|
4 |
|
5 for (var j = 0; j < 50; j++) |
|
6 f2(); |