Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error: undefined
(function() {
throw (function f(a, b) {
if (a.h == b) {
return eval("((function(){return 1})())!=this")
}
f(b)
})([], 0)
})()
/* Don't assert/crash. */