comparison: js/src/jit-test/tests/basic/testDestructuringVarInsideWith.js
js/src/jit-test/tests/basic/testDestructuringVarInsideWith.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 with ({b:1}) { |
|
2 const [ b ] = []; |
|
3 } |
|
4 assertEq(b, undefined); |