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