Searched refs:proxy6 (Results 1 – 1 of 1) sorted by relevance
153 var proxy6 = Proxy.create(handler6); variable154 testStringify('[1,null,true]', [1, proxy6, true]);155 testStringify('{"a":1,"c":true}', {a: 1, b: proxy6, c: true});