js/src/jit-test/tests/basic/function-tosource-exprbody-bug777834.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:8bdfe5c05f81
1 load(libdir + "asserts.js");
2
3 assertThrowsInstanceOf(function () {
4 eval("function f()((l()))++2s");
5 }, SyntaxError);

mercurial