comparison: js/src/tests/js1_8_5/extensions/reflect-parse-destructuring-__proto__.js
js/src/tests/js1_8_5/extensions/reflect-parse-destructuring-__proto__.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
equal
deleted
inserted
replaced
|
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"); |