Lines Matching defs:k

61   getOwnPropertyDescriptor: function(k) {  argument
68 getOwnPropertyDescriptor: function(k) { argument
71 getOwnPropertyDescriptor2: function(k) { argument
78 getOwnPropertyDescriptor: function(k) { argument
86 return function(k) { key = k; return {value: 42, configurable: true} } argument
102 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
106 getOwnPropertyDescriptor: function(k) { argument
109 getOwnPropertyDescriptor2: function(k) { throw "myexn" } argument
113 getOwnPropertyDescriptor: function(k) { argument
120 return function(k) { throw "myexn" } argument
164 get: function(r, k) { key = k; return 42 } argument
168 get: function(r, k) { return this.get2(r, k) }, argument
169 get2: function(r, k) { key = k; return 42 } argument
173 getPropertyDescriptor: function(k) { key = k; return {value: 42} } argument
177 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
178 getPropertyDescriptor2: function(k) { key = k; return {value: 42} } argument
182 getPropertyDescriptor: function(k) { argument
190 getPropertyDescriptor: function(k) { key = k; return {value: 42} } argument
195 return function(r, k) { key = k; return 42 } argument
244 get: function(r, k) { return function() { return 55 } } argument
248 get: function(r, k) { return this.get2(r, k) }, argument
249 get2: function(r, k) { return function() { return 55 } } argument
253 getPropertyDescriptor: function(k) { argument
259 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
260 getPropertyDescriptor2: function(k) { argument
266 getPropertyDescriptor: function(k) { argument
273 getPropertyDescriptor: function(k) { argument
279 get: function(r, k) { argument
292 return function(r, k) { return function() { return 55 } } argument
318 get: function(r, k) { throw "myexn" } argument
322 get: function(r, k) { return this.get2(r, k) }, argument
323 get2: function(r, k) { throw "myexn" } argument
327 getPropertyDescriptor: function(k) { throw "myexn" } argument
331 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
332 getPropertyDescriptor2: function(k) { throw "myexn" } argument
336 getPropertyDescriptor: function(k) { argument
343 getPropertyDescriptor: function(k) { throw "myexn" } argument
352 return function(r, k) { throw "myexn" } argument
388 set: function(r, k, v) { key = k; val = v; return true } argument
392 set: function(r, k, v) { return this.set2(r, k, v) }, argument
393 set2: function(r, k, v) { key = k; val = v; return true } argument
397 getOwnPropertyDescriptor: function(k) { return {writable: true} }, argument
398 defineProperty: function(k, desc) { key = k; val = desc.value } argument
402 getOwnPropertyDescriptor: function(k) { argument
405 getOwnPropertyDescriptor2: function(k) { return {writable: true} }, argument
406 defineProperty: function(k, desc) { this.defineProperty2(k, desc) }, argument
407 defineProperty2: function(k, desc) { key = k; val = desc.value } argument
411 getOwnPropertyDescriptor: function(k) { argument
414 defineProperty: function(k, desc) { key = k; val = desc.value } argument
418 getOwnPropertyDescriptor: function(k) { argument
424 getOwnPropertyDescriptor: function(k) { return null }, argument
425 getPropertyDescriptor: function(k) { return {writable: true} }, argument
426 defineProperty: function(k, desc) { key = k; val = desc.value } argument
430 getOwnPropertyDescriptor: function(k) { return null }, argument
431 getPropertyDescriptor: function(k) { argument
434 defineProperty: function(k, desc) { key = k; val = desc.value } argument
438 getOwnPropertyDescriptor: function(k) { return null }, argument
439 getPropertyDescriptor: function(k) { argument
445 getOwnPropertyDescriptor: function(k) { return null }, argument
446 getPropertyDescriptor: function(k) { return null }, argument
447 defineProperty: function(k, desc) { key = k, val = desc.value } argument
452 return function(r, k, v) { key = k; val = v; return true } argument
471 set: function(r, k, v) { throw "myexn" } argument
475 set: function(r, k, v) { return this.set2(r, k, v) }, argument
476 set2: function(r, k, v) { throw "myexn" } argument
480 getOwnPropertyDescriptor: function(k) { throw "myexn" }, argument
481 defineProperty: function(k, desc) { key = k; val = desc.value } argument
485 getOwnPropertyDescriptor: function(k) { return {writable: true} }, argument
486 defineProperty: function(k, desc) { throw "myexn" } argument
490 getOwnPropertyDescriptor: function(k) { argument
493 getOwnPropertyDescriptor2: function(k) { throw "myexn" }, argument
494 defineProperty: function(k, desc) { this.defineProperty2(k, desc) }, argument
495 defineProperty2: function(k, desc) { key = k; val = desc.value } argument
499 getOwnPropertyDescriptor: function(k) { argument
502 getOwnPropertyDescriptor2: function(k) { return {writable: true} }, argument
503 defineProperty: function(k, desc) { this.defineProperty2(k, desc) }, argument
504 defineProperty2: function(k, desc) { throw "myexn" } argument
508 getOwnPropertyDescriptor: function(k) { throw "myexn" }, argument
509 defineProperty: function(k, desc) { key = k; val = desc.value } argument
513 getOwnPropertyDescriptor: function(k) { argument
516 defineProperty: function(k, desc) { throw "myexn" } argument
520 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
524 getOwnPropertyDescriptor: function(k) { argument
530 getOwnPropertyDescriptor: function(k) { throw "myexn" }, argument
531 getPropertyDescriptor: function(k) { return {writable: true} }, argument
532 defineProperty: function(k, desc) { key = k; val = desc.value } argument
536 getOwnPropertyDescriptor: function(k) { return null }, argument
537 getPropertyDescriptor: function(k) { throw "myexn" }, argument
538 defineProperty: function(k, desc) { key = k; val = desc.value } argument
542 getOwnPropertyDescriptor: function(k) { return null }, argument
543 getPropertyDescriptor: function(k) { return {writable: true} }, argument
544 defineProperty: function(k, desc) { throw "myexn" } argument
548 getOwnPropertyDescriptor: function(k) { return null }, argument
549 getPropertyDescriptor: function(k) { argument
552 defineProperty: function(k, desc) { key = k; val = desc.value } argument
556 getOwnPropertyDescriptor: function(k) { return null }, argument
557 getPropertyDescriptor: function(k) { argument
563 getOwnPropertyDescriptor: function(k) { return null }, argument
564 getPropertyDescriptor: function(k) { return null }, argument
565 defineProperty: function(k, desc) { throw "myexn" } argument
574 return function(r, k, v) { throw "myexn" } argument
655 function(k) { argument
777 get: function(r, k) { return (k === "value") ? 77 : void 0 }, argument
807 defineProperty: function(k, d) { key = k; desc = d; return true } argument
811 defineProperty: function(k, d) { return this.defineProperty2(k, d) }, argument
812 defineProperty2: function(k, d) { key = k; desc = d; return true } argument
817 return function(k, d) { key = k; desc = d; return true } argument
832 get: function(r, k) { throw "myexn" }, argument
837 get: function(r, k) { return 77 }, argument
847 defineProperty: function(k, d) { throw "myexn" } argument
851 defineProperty: function(k, d) { return this.defineProperty2(k, d) }, argument
852 defineProperty2: function(k, d) { throw "myexn" } argument
861 return function(k, d) { throw "myexn" } argument
906 delete: function(k) { key = k; return k < "z" } argument
910 delete: function(k) { return this.delete2(k) }, argument
911 delete2: function(k) { key = k; return k < "z" } argument
916 return function(k) { key = k; return k < "z" } argument
940 delete: function(k) { throw "myexn" } argument
944 delete: function(k) { return this.delete2(k) }, argument
945 delete2: function(k) { throw "myexn" } argument
954 return function(k) { throw "myexn" } argument
988 defineProperty: function(k, d) { this["__" + k] = d; return true }, argument
989 getOwnPropertyDescriptor: function(k) { return this["__" + k] } argument
993 defineProperty: function(k, d) { this["__" + k] = d; return true }, argument
994 getOwnPropertyDescriptor: function(k) { argument
997 getOwnPropertyDescriptor2: function(k) { return this["__" + k] } argument
1011 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
1015 getOwnPropertyDescriptor: function(k) { argument
1018 getOwnPropertyDescriptor2: function(k) { throw "myexn" } argument
1111 has: function(k) { key = k; return k < "z" } argument
1115 has: function(k) { return this.has2(k) }, argument
1116 has2: function(k) { key = k; return k < "z" } argument
1120 getPropertyDescriptor: function(k) { argument
1126 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
1127 getPropertyDescriptor2: function(k) { argument
1133 getPropertyDescriptor: function(k) { argument
1140 getPropertyDescriptor: function(k) { argument
1147 return function(k) { key = k; return k < "z" } argument
1168 has: function(k) { throw "myexn" } argument
1172 has: function(k) { return this.has2(k) }, argument
1173 has2: function(k) { throw "myexn" } argument
1177 getPropertyDescriptor: function(k) { throw "myexn" } argument
1181 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
1182 getPropertyDescriptor2: function(k) { throw "myexn" } argument
1187 getPropertyDescriptor: function(k) { throw "myexn" } argument
1196 return function(k) { throw "myexn" } argument
1245 getPropertyDescriptor: function(k) { argument
1251 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
1252 getPropertyDescriptor2: function(k) { argument
1258 getPropertyDescriptor: function(k) { argument
1291 return function(k) { argument
1325 getPropertyDescriptor: function(k) { argument
1373 hasOwn: function(k) { key = k; return k < "z" } argument
1377 hasOwn: function(k) { return this.hasOwn2(k) }, argument
1378 hasOwn2: function(k) { key = k; return k < "z" } argument
1382 getOwnPropertyDescriptor: function(k) { argument
1388 getOwnPropertyDescriptor: function(k) { argument
1391 getOwnPropertyDescriptor2: function(k) { argument
1397 getOwnPropertyDescriptor: function(k) { argument
1404 getOwnPropertyDescriptor: function(k) { argument
1411 return function(k) { key = k; return k < "z" } argument
1429 hasOwn: function(k) { throw "myexn" } argument
1433 hasOwn: function(k) { return this.hasOwn2(k) }, argument
1434 hasOwn2: function(k) { throw "myexn" } argument
1438 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
1442 getOwnPropertyDescriptor: function(k) { argument
1445 getOwnPropertyDescriptor2: function(k) { throw "myexn" } argument
1450 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
1459 return function(k) { throw "myexn" } argument
1725 getOwnPropertyDescriptor: function(k) { argument
1733 getOwnPropertyDescriptor: function(k) { argument
1736 getOwnPropertyDescriptor2: function(k) { return {enumerable: k.length != 1} } argument
1744 return function(k) { argument
1754 getOwnPropertyDescriptor: function(k) { return {} } argument
1778 getOwnPropertyDescriptor: function(k) { return true } argument
1783 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
1794 getOwnPropertyDescriptor: function(k) { argument
1797 getOwnPropertyDescriptor2: function(k) { throw "myexn" } argument
1814 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
2127 get: function(r, k) { key = k; return function() { return "my_proxy" } } argument
2131 get: function(r, k) { return this.get2(r, k) }, argument
2132 get2: function(r, k) { key = k; return function() { return "my_proxy" } } argument
2137 return function(r, k) { key = k; return function() { return "my_proxy" } } argument
2157 get: function(r, k) { throw "myexn" } argument
2161 get: function(r, k) { return function() { throw "myexn" } } argument
2165 get: function(r, k) { return this.get2(r, k) }, argument
2166 get2: function(r, k) { throw "myexn" } argument
2175 return function(r, k) { throw "myexn" } argument
2220 getOwnPropertyDescriptor: function(k) { argument
2226 getOwnPropertyDescriptor: function(k) { argument
2229 getOwnPropertyDescriptor2: function(k) { argument
2235 getOwnPropertyDescriptor: function(k) { argument
2242 return function(k) { argument
2262 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
2266 getOwnPropertyDescriptor: function(k) { argument
2269 getOwnPropertyDescriptor2: function(k) { throw "myexn" } argument
2273 getOwnPropertyDescriptor: function(k) { argument
2284 return function(k) { throw "myexn" } argument