Source code
Revision control
Copy as Markdown
Other Tools
// Any copyright is dedicated to the Public Domain.
// Contributor: Bob Clary <bclary@bclary.com>
try {
new {prototype: TypeError.prototype};
} catch (e) {}
reportCompare(0, 0, 'ok');