Lines Matching defs:k
57 getOwnPropertyDescriptor: function(k) { argument
64 getOwnPropertyDescriptor: function(k) { argument
67 getOwnPropertyDescriptor2: function(k) { argument
74 getOwnPropertyDescriptor: function(k) { argument
82 return function(k) { key = k; return {value: 42, configurable: true} } argument
98 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
102 getOwnPropertyDescriptor: function(k) { argument
105 getOwnPropertyDescriptor2: function(k) { throw "myexn" } argument
109 getOwnPropertyDescriptor: function(k) { argument
116 return function(k) { throw "myexn" } argument
160 get: function(r, k) { key = k; return 42 } argument
164 get: function(r, k) { return this.get2(r, k) }, argument
165 get2: function(r, k) { key = k; return 42 } argument
169 getPropertyDescriptor: function(k) { key = k; return {value: 42} } argument
173 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
174 getPropertyDescriptor2: function(k) { key = k; return {value: 42} } argument
178 getPropertyDescriptor: function(k) { argument
186 getPropertyDescriptor: function(k) { key = k; return {value: 42} } argument
191 return function(r, k) { key = k; return 42 } argument
240 get: function(r, k) { return function() { return 55 } } argument
244 get: function(r, k) { return this.get2(r, k) }, argument
245 get2: function(r, k) { return function() { return 55 } } argument
249 getPropertyDescriptor: function(k) { argument
255 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
256 getPropertyDescriptor2: function(k) { argument
262 getPropertyDescriptor: function(k) { argument
269 getPropertyDescriptor: function(k) { argument
275 get: function(r, k) { argument
288 return function(r, k) { return function() { return 55 } } argument
314 get: function(r, k) { throw "myexn" } argument
318 get: function(r, k) { return this.get2(r, k) }, argument
319 get2: function(r, k) { throw "myexn" } argument
323 getPropertyDescriptor: function(k) { throw "myexn" } argument
327 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
328 getPropertyDescriptor2: function(k) { throw "myexn" } argument
332 getPropertyDescriptor: function(k) { argument
339 getPropertyDescriptor: function(k) { throw "myexn" } argument
348 return function(r, k) { throw "myexn" } argument
384 set: function(r, k, v) { key = k; val = v; return true } argument
388 set: function(r, k, v) { return this.set2(r, k, v) }, argument
389 set2: function(r, k, v) { key = k; val = v; return true } argument
393 getOwnPropertyDescriptor: function(k) { return {writable: true} }, argument
394 defineProperty: function(k, desc) { key = k; val = desc.value } argument
398 getOwnPropertyDescriptor: function(k) { argument
401 getOwnPropertyDescriptor2: function(k) { return {writable: true} }, argument
402 defineProperty: function(k, desc) { this.defineProperty2(k, desc) }, argument
403 defineProperty2: function(k, desc) { key = k; val = desc.value } argument
407 getOwnPropertyDescriptor: function(k) { argument
410 defineProperty: function(k, desc) { key = k; val = desc.value } argument
414 getOwnPropertyDescriptor: function(k) { argument
420 getOwnPropertyDescriptor: function(k) { return null }, argument
421 getPropertyDescriptor: function(k) { return {writable: true} }, argument
422 defineProperty: function(k, desc) { key = k; val = desc.value } argument
426 getOwnPropertyDescriptor: function(k) { return null }, argument
427 getPropertyDescriptor: function(k) { argument
430 defineProperty: function(k, desc) { key = k; val = desc.value } argument
434 getOwnPropertyDescriptor: function(k) { return null }, argument
435 getPropertyDescriptor: function(k) { argument
441 getOwnPropertyDescriptor: function(k) { return null }, argument
442 getPropertyDescriptor: function(k) { return null }, argument
443 defineProperty: function(k, desc) { key = k, val = desc.value } argument
448 return function(r, k, v) { key = k; val = v; return true } argument
467 set: function(r, k, v) { throw "myexn" } argument
471 set: function(r, k, v) { return this.set2(r, k, v) }, argument
472 set2: function(r, k, v) { throw "myexn" } argument
476 getOwnPropertyDescriptor: function(k) { throw "myexn" }, argument
477 defineProperty: function(k, desc) { key = k; val = desc.value } argument
481 getOwnPropertyDescriptor: function(k) { return {writable: true} }, argument
482 defineProperty: function(k, desc) { throw "myexn" } argument
486 getOwnPropertyDescriptor: function(k) { argument
489 getOwnPropertyDescriptor2: function(k) { throw "myexn" }, argument
490 defineProperty: function(k, desc) { this.defineProperty2(k, desc) }, argument
491 defineProperty2: function(k, desc) { key = k; val = desc.value } argument
495 getOwnPropertyDescriptor: function(k) { argument
498 getOwnPropertyDescriptor2: function(k) { return {writable: true} }, argument
499 defineProperty: function(k, desc) { this.defineProperty2(k, desc) }, argument
500 defineProperty2: function(k, desc) { throw "myexn" } argument
504 getOwnPropertyDescriptor: function(k) { throw "myexn" }, argument
505 defineProperty: function(k, desc) { key = k; val = desc.value } argument
509 getOwnPropertyDescriptor: function(k) { argument
512 defineProperty: function(k, desc) { throw "myexn" } argument
516 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
520 getOwnPropertyDescriptor: function(k) { argument
526 getOwnPropertyDescriptor: function(k) { throw "myexn" }, argument
527 getPropertyDescriptor: function(k) { return {writable: true} }, argument
528 defineProperty: function(k, desc) { key = k; val = desc.value } argument
532 getOwnPropertyDescriptor: function(k) { return null }, argument
533 getPropertyDescriptor: function(k) { throw "myexn" }, argument
534 defineProperty: function(k, desc) { key = k; val = desc.value } argument
538 getOwnPropertyDescriptor: function(k) { return null }, argument
539 getPropertyDescriptor: function(k) { return {writable: true} }, argument
540 defineProperty: function(k, desc) { throw "myexn" } argument
544 getOwnPropertyDescriptor: function(k) { return null }, argument
545 getPropertyDescriptor: function(k) { argument
548 defineProperty: function(k, desc) { key = k; val = desc.value } argument
552 getOwnPropertyDescriptor: function(k) { return null }, argument
553 getPropertyDescriptor: function(k) { argument
559 getOwnPropertyDescriptor: function(k) { return null }, argument
560 getPropertyDescriptor: function(k) { return null }, argument
561 defineProperty: function(k, desc) { throw "myexn" } argument
570 return function(r, k, v) { throw "myexn" } argument
639 getPropertyDescriptor: function(k) { argument
750 get: function(r, k) { return (k === "value") ? 77 : void 0 }, argument
780 defineProperty: function(k, d) { key = k; desc = d; return true } argument
784 defineProperty: function(k, d) { return this.defineProperty2(k, d) }, argument
785 defineProperty2: function(k, d) { key = k; desc = d; return true } argument
790 return function(k, d) { key = k; desc = d; return true } argument
805 get: function(r, k) { throw "myexn" }, argument
810 get: function(r, k) { return 77 }, argument
820 defineProperty: function(k, d) { throw "myexn" } argument
824 defineProperty: function(k, d) { return this.defineProperty2(k, d) }, argument
825 defineProperty2: function(k, d) { throw "myexn" } argument
834 return function(k, d) { throw "myexn" } argument
879 delete: function(k) { key = k; return k < "z" } argument
883 delete: function(k) { return this.delete2(k) }, argument
884 delete2: function(k) { key = k; return k < "z" } argument
889 return function(k) { key = k; return k < "z" } argument
913 delete: function(k) { throw "myexn" } argument
917 delete: function(k) { return this.delete2(k) }, argument
918 delete2: function(k) { throw "myexn" } argument
927 return function(k) { throw "myexn" } argument
961 defineProperty: function(k, d) { this["__" + k] = d; return true }, argument
962 getOwnPropertyDescriptor: function(k) { return this["__" + k] } argument
966 defineProperty: function(k, d) { this["__" + k] = d; return true }, argument
967 getOwnPropertyDescriptor: function(k) { argument
970 getOwnPropertyDescriptor2: function(k) { return this["__" + k] } argument
984 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
988 getOwnPropertyDescriptor: function(k) { argument
991 getOwnPropertyDescriptor2: function(k) { throw "myexn" } argument
1084 has: function(k) { key = k; return k < "z" } argument
1088 has: function(k) { return this.has2(k) }, argument
1089 has2: function(k) { key = k; return k < "z" } argument
1093 getPropertyDescriptor: function(k) { argument
1099 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
1100 getPropertyDescriptor2: function(k) { argument
1106 getPropertyDescriptor: function(k) { argument
1113 getPropertyDescriptor: function(k) { argument
1120 return function(k) { key = k; return k < "z" } argument
1141 has: function(k) { throw "myexn" } argument
1145 has: function(k) { return this.has2(k) }, argument
1146 has2: function(k) { throw "myexn" } argument
1150 getPropertyDescriptor: function(k) { throw "myexn" } argument
1154 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
1155 getPropertyDescriptor2: function(k) { throw "myexn" } argument
1160 getPropertyDescriptor: function(k) { throw "myexn" } argument
1169 return function(k) { throw "myexn" } argument
1218 getPropertyDescriptor: function(k) { argument
1224 getPropertyDescriptor: function(k) { return this.getPropertyDescriptor2(k) }, argument
1225 getPropertyDescriptor2: function(k) { argument
1231 getPropertyDescriptor: function(k) { argument
1264 return function(k) { argument
1298 getPropertyDescriptor: function(k) { argument
1346 hasOwn: function(k) { key = k; return k < "z" } argument
1350 hasOwn: function(k) { return this.hasOwn2(k) }, argument
1351 hasOwn2: function(k) { key = k; return k < "z" } argument
1355 getOwnPropertyDescriptor: function(k) { argument
1361 getOwnPropertyDescriptor: function(k) { argument
1364 getOwnPropertyDescriptor2: function(k) { argument
1370 getOwnPropertyDescriptor: function(k) { argument
1377 getOwnPropertyDescriptor: function(k) { argument
1384 return function(k) { key = k; return k < "z" } argument
1402 hasOwn: function(k) { throw "myexn" } argument
1406 hasOwn: function(k) { return this.hasOwn2(k) }, argument
1407 hasOwn2: function(k) { throw "myexn" } argument
1411 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
1415 getOwnPropertyDescriptor: function(k) { argument
1418 getOwnPropertyDescriptor2: function(k) { throw "myexn" } argument
1423 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
1432 return function(k) { throw "myexn" } argument
1698 getOwnPropertyDescriptor: function(k) { argument
1706 getOwnPropertyDescriptor: function(k) { argument
1709 getOwnPropertyDescriptor2: function(k) { return {enumerable: k.length != 1} } argument
1717 return function(k) { argument
1727 getOwnPropertyDescriptor: function(k) { return {} } argument
1751 getOwnPropertyDescriptor: function(k) { return true } argument
1756 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
1767 getOwnPropertyDescriptor: function(k) { argument
1770 getOwnPropertyDescriptor2: function(k) { throw "myexn" } argument
1787 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
2100 get: function(r, k) { key = k; return function() { return "my_proxy" } } argument
2104 get: function(r, k) { return this.get2(r, k) }, argument
2105 get2: function(r, k) { key = k; return function() { return "my_proxy" } } argument
2110 return function(r, k) { key = k; return function() { return "my_proxy" } } argument
2130 get: function(r, k) { throw "myexn" } argument
2134 get: function(r, k) { return function() { throw "myexn" } } argument
2138 get: function(r, k) { return this.get2(r, k) }, argument
2139 get2: function(r, k) { throw "myexn" } argument
2148 return function(r, k) { throw "myexn" } argument
2193 getOwnPropertyDescriptor: function(k) { argument
2199 getOwnPropertyDescriptor: function(k) { argument
2202 getOwnPropertyDescriptor2: function(k) { argument
2208 getOwnPropertyDescriptor: function(k) { argument
2215 return function(k) { argument
2235 getOwnPropertyDescriptor: function(k) { throw "myexn" } argument
2239 getOwnPropertyDescriptor: function(k) { argument
2242 getOwnPropertyDescriptor2: function(k) { throw "myexn" } argument
2246 getOwnPropertyDescriptor: function(k) { argument
2257 return function(k) { throw "myexn" } argument