D | proxies-hash.js | 43 function TestSet(construct, fix) { argument 44 TestWithProxies(TestSet2, construct, fix) 47 function TestSet2(construct, fix, create) { argument 48 var handler = {fix: function() { return {} }} method 52 fix(p3) 61 fix(p1) 62 fix(p2) 80 function TestMap(construct, fix) { argument 81 TestWithProxies(TestMap2, construct, fix) 84 function TestMap2(construct, fix, create) { argument [all …]
|