HomeSort by relevance Sort by last modified time
    Searched full:proxy_fun (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/v8/test/mjsunit/harmony/
proxies-json.js 53 var proxy_fun = Proxy.createFunction(handler1, function() { return 1; }); variable
54 testStringify(undefined, proxy_fun);
55 testStringify('[1,null]', [1, proxy_fun]);

Completed in 92 milliseconds