summaryrefslogtreecommitdiffstats
path: root/js/src/tests/non262/extensions/proxy-enumeration.js
blob: f872d635d8003372cc3995cdd9eff9af1f909f72 (plain)
1
2
3
4
var list = Object.getOwnPropertyNames(this);
var found = list.indexOf("Proxy") != -1;
assertEq(found, true)
reportCompare(true, true)