js/src/jit-test/tests/basic/bug884920.js

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

mercurial