js/src/tests/js1_8_5/regress/regress-624968.js

branch
TOR_BUG_3246
changeset 7
129ffea94266
equal deleted inserted replaced
-1:000000000000 0:0979d9c514d1
1 // Any copyright is dedicated to the Public Domain.
2 // http://creativecommons.org/licenses/publicdomain/
3 // Contributor: Bob Clary <bclary@bclary.com>
4
5 try {
6 new {prototype: TypeError.prototype};
7 } catch (e) {}
8
9 reportCompare(0, 0, 'ok');

mercurial