1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/js/src/tests/js1_8_5/extensions/reflect-parse-destructuring-__proto__.js Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +// |reftest| skip-if(!xulRuntime.shell) 1.5 +// bug 963641 1.6 + 1.7 +Reflect.parse("({ __proto__: null });"); 1.8 + 1.9 +if (typeof reportCompare === "function") 1.10 + reportCompare(true, true); 1.11 + 1.12 + 1.13 + 1.14 +print("Tests complete");