Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| error: TypeError
Object.prototype.apply = Function.prototype.apply;
({}).apply(null, null); // don't assert
// |jit-test| error: TypeError
Object.prototype.apply = Function.prototype.apply;
({}).apply(null, null); // don't assert