comparison: js/src/jit-test/tests/basic/testGlobalAsProto.js
js/src/jit-test/tests/basic/testGlobalAsProto.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 var b = Object.create(this); |
|
2 for (var i = 0; i < 9; i++) |
|
3 assertEq(b.i, i); |