blob: f872d635d8003372cc3995cdd9eff9af1f909f72 [file] [log] [blame]
var list = Object.getOwnPropertyNames(this);
var found = list.indexOf("Proxy") != -1;
assertEq(found, true)
reportCompare(true, true)