comparison: js/src/jit-test/tests/basic/bug884920.js
js/src/jit-test/tests/basic/bug884920.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // |jit-test| error:SyntaxError |
|
2 |
|
3 function testcase({}, a = b, ... x) { |
|
4 "use strict"; |
|
5 function f() { }; |
|
6 with ( f(3) ); |
|
7 } |