Home
last modified time | relevance | path

Searched refs:proxy6 (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/harmony/
Dproxies-json.js153 var proxy6 = Proxy.create(handler6); variable
154 testStringify('[1,null,true]', [1, proxy6, true]);
155 testStringify('{"a":1,"c":true}', {a: 1, b: proxy6, c: true});