js/src/tests/js1_8_5/extensions/reflect-parse-destructuring-__proto__.js

branch
TOR_BUG_9701
changeset 10
ac0c01689b40
equal deleted inserted replaced
-1:000000000000 0:6b50dd6d3526
1 // |reftest| skip-if(!xulRuntime.shell)
2 // bug 963641
3
4 Reflect.parse("({ __proto__: null });");
5
6 if (typeof reportCompare === "function")
7 reportCompare(true, true);
8
9
10
11 print("Tests complete");

mercurial