comparison: js/src/jit-test/tests/basic/setprop-with-index.js
js/src/jit-test/tests/basic/setprop-with-index.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
equal
deleted
inserted
replaced
|
1 function f() |
|
2 { |
|
3 arguments['4294967295'] = 2; |
|
4 } |
|
5 assertEq(f(), undefined); |