Lines Matching defs:k
75 get(target, k) { argument
79 has(target, k) { return k === 'a' } argument
83 get: function(r, k) { return this.get2(r, k) }, argument
84 get2: function(r, k) { key = k; return k === "a" ? "onproxy" : undefined }, argument
85 has(target, k) { return k === 'a' } argument
126 get: function(r, k) { key = k; return k === "a" ? onproxy : undefined }, argument
127 has: function(t, k) { argument
134 get: function(r, k) { return this.get2(r, k) }, argument
135 get2: function(r, k) { key = k; return k === "a" ? onproxy : undefined }, argument
136 has: function(t, k) { argument
143 get: function(r, k) { key = k; return k === "a" ? onproxy : undefined }, argument
144 has: function(t, k) { argument
147 has2: function(k) { argument
154 get: function(r, k) { key = k; return k === "a" ? onproxy : undefined }, argument
155 has: function(t, k) { argument
188 has: function(r, k) { return k === "a"; }, argument
189 get: function(r, k) { key = k; return k === "a" ? onproxythrow : undefined }, argument
193 has: function(r, k) { return k === "a"; }, argument
194 get: function(r, k) { return this.get2(r, k) }, argument
195 get2: function(r, k) { key = k; return k === "a" ? onproxythrow : undefined }, argument
248 set: function(r, k, v) { key = k; val = v; return true }, argument
249 has: function(t, k) { argument
255 set: function(r, k, v) { return this.set2(r, k, v) }, argument
256 set2: function(r, k, v) { key = k; val = v; return true }, argument
257 has: function(t, k) { argument
263 has: function(t, k) { argument
266 defineProperty: function(t, k, desc) { key = k; val = desc.value } argument
270 has: function(t, k) { argument
273 has2: function(k) { argument
276 defineProperty: function(t, k, desc) { this.defineProperty2(k, desc) }, argument
277 defineProperty2: function(k, desc) { key = k; val = desc.value } argument
281 has: function(t, k) { argument
284 defineProperty: function(t, k, desc) { key = k; val = desc.value } argument
288 has: function(t, k) { argument
290 has2: function(k) { argument
293 set: function(t, k, v) { key = k; val = v; return true } argument
297 has: function(t, k) { argument
300 defineProperty: function(t, k, desc) { key = k; val = desc.value } argument
328 has: function(t, k) { argument
342 has: function(t, k) { argument
349 has: function(t, k) { argument