blob: b631df90acd00f8a335b693d2113817ddbecae08 (
plain)
1
2
3
4
5
6
7
8
9
|
// Any copyright is dedicated to the Public Domain.
// http://creativecommons.org/licenses/publicdomain/
// Contributor: Bob Clary <bclary@bclary.com>
try {
new {prototype: TypeError.prototype};
} catch (e) {}
reportCompare(0, 0, 'ok');
|