comparison: js/src/jit-test/tests/ion/bug914341.js
js/src/jit-test/tests/ion/bug914341.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
1 function f() { |
|
2 assertEq(typeof eval("this"), "object"); |
|
3 } |
|
4 for (var i=0; i<5; i++) |
|
5 f(); |