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