michael@0: var list = Object.getOwnPropertyNames(this); michael@0: var found = list.indexOf("Proxy") != -1; michael@0: assertEq(found, true) michael@0: reportCompare(true, true)