blob: f57488b9594d32d94f956f404b6e3193ca73c508 [file] [log] [blame]
// |jit-test| error: TypeError
foo();
function foo() {
this();
}