Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error:SyntaxError
(function() {
with ({}) {}
function f() {
({ *h(){} })
}
function f
})()
// |jit-test| error:SyntaxError
(function() {
with ({}) {}
function f() {
({ *h(){} })
}
function f
})()