Lines Matching defs:k
69 get: function(r, k) { key = k; return k === "a" ? "onproxy" : undefined }, argument
70 getPropertyDescriptor: function(k) { argument
77 get: function(r, k) { return this.get2(r, k) }, argument
78 get2: function(r, k) { key = k; return k === "a" ? "onproxy" : undefined }, argument
79 getPropertyDescriptor: function(k) { argument
86 getPropertyDescriptor: function(k) { argument
93 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
94 getPropertyDescriptor2: function(k) { argument
101 getPropertyDescriptor: function(k) { argument
110 getPropertyDescriptor: function(k) { argument
153 get: function(r, k) { key = k; return k === "a" ? onproxy : undefined }, argument
154 getPropertyDescriptor: function(k) { argument
161 get: function(r, k) { return this.get2(r, k) }, argument
162 get2: function(r, k) { key = k; return k === "a" ? onproxy : undefined }, argument
163 getPropertyDescriptor: function(k) { argument
170 getPropertyDescriptor: function(k) { argument
177 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
178 getPropertyDescriptor2: function(k) { argument
185 getPropertyDescriptor: function(k) { argument
194 getPropertyDescriptor: function(k) { argument
227 get: function(r, k) { key = k; return k === "a" ? onproxythrow : undefined }, argument
228 getPropertyDescriptor: function(k) { argument
235 get: function(r, k) { return this.get2(r, k) }, argument
236 get2: function(r, k) { key = k; return k === "a" ? onproxythrow : undefined }, argument
237 getPropertyDescriptor: function(k) { argument
244 getPropertyDescriptor: function(k) { argument
251 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
252 getPropertyDescriptor2: function(k) { argument
259 getPropertyDescriptor: function(k) { argument
268 getPropertyDescriptor: function(k) { argument
324 set: function(r, k, v) { key = k; val = v; return true }, argument
325 getPropertyDescriptor: function(k) { argument
331 set: function(r, k, v) { return this.set2(r, k, v) }, argument
332 set2: function(r, k, v) { key = k; val = v; return true }, argument
333 getPropertyDescriptor: function(k) { argument
339 getPropertyDescriptor: function(k) { argument
342 getOwnPropertyDescriptor: function(k) { argument
345 defineProperty: function(k, desc) { key = k; val = desc.value } argument
349 getOwnPropertyDescriptor: function(k) { argument
352 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
353 getPropertyDescriptor2: function(k) { argument
356 defineProperty: function(k, desc) { this.defineProperty2(k, desc) }, argument
357 defineProperty2: function(k, desc) { key = k; val = desc.value } argument
361 getOwnPropertyDescriptor: function(k) { argument
364 getPropertyDescriptor: function(k) { argument
368 defineProperty: function(k, desc) { key = k; val = desc.value } argument
372 getOwnPropertyDescriptor: function(k) { argument
375 getPropertyDescriptor: function(k) { argument
382 getOwnPropertyDescriptor: function(k) { argument
385 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
386 getPropertyDescriptor2: function(k) { argument
393 getOwnPropertyDescriptor: function(k) { return null }, argument
394 getPropertyDescriptor: function(k) { argument
397 defineProperty: function(k, desc) { key = k; val = desc.value } argument
424 set: function(r, k, v) { throw "myexn" }, argument
425 getPropertyDescriptor: function(k) { argument
431 getPropertyDescriptor: function(k) { throw "myexn" }, argument
435 getPropertyDescriptor: function(k) { argument
438 defineProperty: function(k, desc) { throw "myexn" } argument
442 getPropertyDescriptor: function(k) { argument