michael@0: // |reftest| skip-if(!xulRuntime.shell) michael@0: // bug 963641 michael@0: michael@0: Reflect.parse("({ __proto__: null });"); michael@0: michael@0: if (typeof reportCompare === "function") michael@0: reportCompare(true, true); michael@0: michael@0: michael@0: michael@0: print("Tests complete");