Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(74)

Side by Side Diff: tests/Generate/stdheap.json

Issue 4182070: Generates more ES5 tests Base URL: http://sputniktests.googlecode.com/svn/trunk/
Patch Set: '' Created 9 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tests/Generate/stdheap.js ('k') | tests/Generate/stdkeywords.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "this": {
3 "path": "this",
4 "[[Class]]": "?",
5 "[[Prototype]]": "?",
6 "typeof": "?",
7 "section": "15.1",
8 "extensible": true,
9 "pdmap": {
10 "Array": {
11 "configurable": true,
12 "enumerable": false,
13 "writable": true,
14 "value": "Array"
15 },
16 "Boolean": {
17 "configurable": true,
18 "enumerable": false,
19 "writable": true,
20 "value": "Boolean"
21 },
22 "Date": {
23 "configurable": true,
24 "enumerable": false,
25 "writable": true,
26 "value": "Date"
27 },
28 "Error": {
29 "configurable": true,
30 "enumerable": false,
31 "writable": true,
32 "value": "Error"
33 },
34 "EvalError": {
35 "configurable": true,
36 "enumerable": false,
37 "writable": true,
38 "value": "EvalError"
39 },
40 "Function": {
41 "configurable": true,
42 "enumerable": false,
43 "writable": true,
44 "value": "Function"
45 },
46 "Infinity": {
47 "configurable": false,
48 "enumerable": false,
49 "writable": false,
50 "value": "Infinity"
51 },
52 "JSON": {
53 "configurable": true,
54 "enumerable": false,
55 "writable": true,
56 "value": "JSON"
57 },
58 "Math": {
59 "configurable": true,
60 "enumerable": false,
61 "writable": true,
62 "value": "Math"
63 },
64 "NaN": {
65 "configurable": false,
66 "enumerable": false,
67 "writable": false,
68 "value": "NaN"
69 },
70 "Number": {
71 "configurable": true,
72 "enumerable": false,
73 "writable": true,
74 "value": "Number"
75 },
76 "Object": {
77 "configurable": true,
78 "enumerable": false,
79 "writable": true,
80 "value": "Object"
81 },
82 "RangeError": {
83 "configurable": true,
84 "enumerable": false,
85 "writable": true,
86 "value": "RangeError"
87 },
88 "ReferenceError": {
89 "configurable": true,
90 "enumerable": false,
91 "writable": true,
92 "value": "ReferenceError"
93 },
94 "RegExp": {
95 "configurable": true,
96 "enumerable": false,
97 "writable": true,
98 "value": "RegExp"
99 },
100 "String": {
101 "configurable": true,
102 "enumerable": false,
103 "writable": true,
104 "value": "String"
105 },
106 "SyntaxError": {
107 "configurable": true,
108 "enumerable": false,
109 "writable": true,
110 "value": "SyntaxError"
111 },
112 "TypeError": {
113 "configurable": true,
114 "enumerable": false,
115 "writable": true,
116 "value": "TypeError"
117 },
118 "URIError": {
119 "configurable": true,
120 "enumerable": false,
121 "writable": true,
122 "value": "URIError"
123 },
124 "decodeURI": {
125 "configurable": true,
126 "enumerable": false,
127 "writable": true,
128 "value": "decodeURI"
129 },
130 "decodeURIComponent": {
131 "configurable": true,
132 "enumerable": false,
133 "writable": true,
134 "value": "decodeURIComponent"
135 },
136 "encodeURI": {
137 "configurable": true,
138 "enumerable": false,
139 "writable": true,
140 "value": "encodeURI"
141 },
142 "encodeURIComponent": {
143 "configurable": true,
144 "enumerable": false,
145 "writable": true,
146 "value": "encodeURIComponent"
147 },
148 "eval": {
149 "configurable": true,
150 "enumerable": false,
151 "writable": true,
152 "value": "eval"
153 },
154 "isFinite": {
155 "configurable": true,
156 "enumerable": false,
157 "writable": true,
158 "value": "isFinite"
159 },
160 "isNaN": {
161 "configurable": true,
162 "enumerable": false,
163 "writable": true,
164 "value": "isNaN"
165 },
166 "parseFloat": {
167 "configurable": true,
168 "enumerable": false,
169 "writable": true,
170 "value": "parseFloat"
171 },
172 "parseInt": {
173 "configurable": true,
174 "enumerable": false,
175 "writable": true,
176 "value": "parseInt"
177 },
178 "undefined": {
179 "configurable": false,
180 "enumerable": false,
181 "writable": false,
182 "value": "undefined"
183 }
184 }
185 },
186 "eval": {
187 "path": "eval",
188 "[[Class]]": "Function",
189 "[[Prototype]]": "Function.prototype",
190 "typeof": "function",
191 "section": "15.1.2.1",
192 "extensible": true,
193 "pdmap": {
194 "length": {
195 "configurable": false,
196 "enumerable": false,
197 "writable": false,
198 "value": 1
199 }
200 }
201 },
202 "parseInt": {
203 "path": "parseInt",
204 "[[Class]]": "Function",
205 "[[Prototype]]": "Function.prototype",
206 "typeof": "function",
207 "section": "15.1.2.2",
208 "extensible": true,
209 "pdmap": {
210 "length": {
211 "configurable": false,
212 "enumerable": false,
213 "writable": false,
214 "value": 2
215 }
216 }
217 },
218 "parseFloat": {
219 "path": "parseFloat",
220 "[[Class]]": "Function",
221 "[[Prototype]]": "Function.prototype",
222 "typeof": "function",
223 "section": "15.1.2.3",
224 "extensible": true,
225 "pdmap": {
226 "length": {
227 "configurable": false,
228 "enumerable": false,
229 "writable": false,
230 "value": 1
231 }
232 }
233 },
234 "isNaN": {
235 "path": "isNaN",
236 "[[Class]]": "Function",
237 "[[Prototype]]": "Function.prototype",
238 "typeof": "function",
239 "section": "15.1.2.4",
240 "extensible": true,
241 "pdmap": {
242 "length": {
243 "configurable": false,
244 "enumerable": false,
245 "writable": false,
246 "value": 1
247 }
248 }
249 },
250 "isFinite": {
251 "path": "isFinite",
252 "[[Class]]": "Function",
253 "[[Prototype]]": "Function.prototype",
254 "typeof": "function",
255 "section": "15.1.2.5",
256 "extensible": true,
257 "pdmap": {
258 "length": {
259 "configurable": false,
260 "enumerable": false,
261 "writable": false,
262 "value": 1
263 }
264 }
265 },
266 "decodeURI": {
267 "path": "decodeURI",
268 "[[Class]]": "Function",
269 "[[Prototype]]": "Function.prototype",
270 "typeof": "function",
271 "section": "15.1.3.1",
272 "extensible": true,
273 "pdmap": {
274 "length": {
275 "configurable": false,
276 "enumerable": false,
277 "writable": false,
278 "value": 1
279 }
280 }
281 },
282 "decodeURIComponent": {
283 "path": "decodeURIComponent",
284 "[[Class]]": "Function",
285 "[[Prototype]]": "Function.prototype",
286 "typeof": "function",
287 "section": "15.1.3.2",
288 "extensible": true,
289 "pdmap": {
290 "length": {
291 "configurable": false,
292 "enumerable": false,
293 "writable": false,
294 "value": 1
295 }
296 }
297 },
298 "encodeURI": {
299 "path": "encodeURI",
300 "[[Class]]": "Function",
301 "[[Prototype]]": "Function.prototype",
302 "typeof": "function",
303 "section": "15.1.3.3",
304 "extensible": true,
305 "pdmap": {
306 "length": {
307 "configurable": false,
308 "enumerable": false,
309 "writable": false,
310 "value": 1
311 }
312 }
313 },
314 "encodeURIComponent": {
315 "path": "encodeURIComponent",
316 "[[Class]]": "Function",
317 "[[Prototype]]": "Function.prototype",
318 "typeof": "function",
319 "section": "15.1.3.4",
320 "extensible": true,
321 "pdmap": {
322 "length": {
323 "configurable": false,
324 "enumerable": false,
325 "writable": false,
326 "value": 1
327 }
328 }
329 },
330 "Object": {
331 "path": "Object",
332 "[[Class]]": "Function",
333 "[[Prototype]]": "Function.prototype",
334 "typeof": "function",
335 "section": "15.2",
336 "extensible": true,
337 "pdmap": {
338 "create": {
339 "configurable": true,
340 "enumerable": false,
341 "writable": true,
342 "value": "Object.create"
343 },
344 "defineProperties": {
345 "configurable": true,
346 "enumerable": false,
347 "writable": true,
348 "value": "Object.defineProperties"
349 },
350 "defineProperty": {
351 "configurable": true,
352 "enumerable": false,
353 "writable": true,
354 "value": "Object.defineProperty"
355 },
356 "freeze": {
357 "configurable": true,
358 "enumerable": false,
359 "writable": true,
360 "value": "Object.freeze"
361 },
362 "getOwnPropertyDescriptor": {
363 "configurable": true,
364 "enumerable": false,
365 "writable": true,
366 "value": "Object.getOwnPropertyDescriptor"
367 },
368 "getOwnPropertyNames": {
369 "configurable": true,
370 "enumerable": false,
371 "writable": true,
372 "value": "Object.getOwnPropertyNames"
373 },
374 "getPrototypeOf": {
375 "configurable": true,
376 "enumerable": false,
377 "writable": true,
378 "value": "Object.getPrototypeOf"
379 },
380 "isExtensible": {
381 "configurable": true,
382 "enumerable": false,
383 "writable": true,
384 "value": "Object.isExtensible"
385 },
386 "isFrozen": {
387 "configurable": true,
388 "enumerable": false,
389 "writable": true,
390 "value": "Object.isFrozen"
391 },
392 "isSealed": {
393 "configurable": true,
394 "enumerable": false,
395 "writable": true,
396 "value": "Object.isSealed"
397 },
398 "keys": {
399 "configurable": true,
400 "enumerable": false,
401 "writable": true,
402 "value": "Object.keys"
403 },
404 "length": {
405 "configurable": false,
406 "enumerable": false,
407 "writable": false,
408 "value": 1
409 },
410 "preventExtensions": {
411 "configurable": true,
412 "enumerable": false,
413 "writable": true,
414 "value": "Object.preventExtensions"
415 },
416 "prototype": {
417 "configurable": false,
418 "enumerable": false,
419 "writable": false,
420 "value": "Object.prototype"
421 },
422 "seal": {
423 "configurable": true,
424 "enumerable": false,
425 "writable": true,
426 "value": "Object.seal"
427 }
428 }
429 },
430 "Object.getPrototypeOf": {
431 "path": "Object.getPrototypeOf",
432 "[[Class]]": "Function",
433 "[[Prototype]]": "Function.prototype",
434 "typeof": "function",
435 "section": "15.2.3.2",
436 "extensible": true,
437 "pdmap": {
438 "length": {
439 "configurable": false,
440 "enumerable": false,
441 "writable": false,
442 "value": 1
443 }
444 }
445 },
446 "Object.getOwnPropertyDescriptor": {
447 "path": "Object.getOwnPropertyDescriptor",
448 "[[Class]]": "Function",
449 "[[Prototype]]": "Function.prototype",
450 "typeof": "function",
451 "section": "15.2.3.3",
452 "extensible": true,
453 "pdmap": {
454 "length": {
455 "configurable": false,
456 "enumerable": false,
457 "writable": false,
458 "value": 2
459 }
460 }
461 },
462 "Object.getOwnPropertyNames": {
463 "path": "Object.getOwnPropertyNames",
464 "[[Class]]": "Function",
465 "[[Prototype]]": "Function.prototype",
466 "typeof": "function",
467 "section": "15.2.3.4",
468 "extensible": true,
469 "pdmap": {
470 "length": {
471 "configurable": false,
472 "enumerable": false,
473 "writable": false,
474 "value": 1
475 }
476 }
477 },
478 "Object.create": {
479 "path": "Object.create",
480 "[[Class]]": "Function",
481 "[[Prototype]]": "Function.prototype",
482 "typeof": "function",
483 "section": "15.2.3.5",
484 "extensible": true,
485 "pdmap": {
486 "length": {
487 "configurable": false,
488 "enumerable": false,
489 "writable": false,
490 "value": 2
491 }
492 }
493 },
494 "Object.defineProperty": {
495 "path": "Object.defineProperty",
496 "[[Class]]": "Function",
497 "[[Prototype]]": "Function.prototype",
498 "typeof": "function",
499 "section": "15.2.3.6",
500 "extensible": true,
501 "pdmap": {
502 "length": {
503 "configurable": false,
504 "enumerable": false,
505 "writable": false,
506 "value": 3
507 }
508 }
509 },
510 "Object.defineProperties": {
511 "path": "Object.defineProperties",
512 "[[Class]]": "Function",
513 "[[Prototype]]": "Function.prototype",
514 "typeof": "function",
515 "section": "15.2.3.7",
516 "extensible": true,
517 "pdmap": {
518 "length": {
519 "configurable": false,
520 "enumerable": false,
521 "writable": false,
522 "value": 2
523 }
524 }
525 },
526 "Object.seal": {
527 "path": "Object.seal",
528 "[[Class]]": "Function",
529 "[[Prototype]]": "Function.prototype",
530 "typeof": "function",
531 "section": "15.2.3.8",
532 "extensible": true,
533 "pdmap": {
534 "length": {
535 "configurable": false,
536 "enumerable": false,
537 "writable": false,
538 "value": 1
539 }
540 }
541 },
542 "Object.freeze": {
543 "path": "Object.freeze",
544 "[[Class]]": "Function",
545 "[[Prototype]]": "Function.prototype",
546 "typeof": "function",
547 "section": "15.2.3.9",
548 "extensible": true,
549 "pdmap": {
550 "length": {
551 "configurable": false,
552 "enumerable": false,
553 "writable": false,
554 "value": 1
555 }
556 }
557 },
558 "Object.preventExtensions": {
559 "path": "Object.preventExtensions",
560 "[[Class]]": "Function",
561 "[[Prototype]]": "Function.prototype",
562 "typeof": "function",
563 "section": "15.2.3.10",
564 "extensible": true,
565 "pdmap": {
566 "length": {
567 "configurable": false,
568 "enumerable": false,
569 "writable": false,
570 "value": 1
571 }
572 }
573 },
574 "Object.isSealed": {
575 "path": "Object.isSealed",
576 "[[Class]]": "Function",
577 "[[Prototype]]": "Function.prototype",
578 "typeof": "function",
579 "section": "15.2.3.11",
580 "extensible": true,
581 "pdmap": {
582 "length": {
583 "configurable": false,
584 "enumerable": false,
585 "writable": false,
586 "value": 1
587 }
588 }
589 },
590 "Object.isFrozen": {
591 "path": "Object.isFrozen",
592 "[[Class]]": "Function",
593 "[[Prototype]]": "Function.prototype",
594 "typeof": "function",
595 "section": "15.2.3.12",
596 "extensible": true,
597 "pdmap": {
598 "length": {
599 "configurable": false,
600 "enumerable": false,
601 "writable": false,
602 "value": 1
603 }
604 }
605 },
606 "Object.isExtensible": {
607 "path": "Object.isExtensible",
608 "[[Class]]": "Function",
609 "[[Prototype]]": "Function.prototype",
610 "typeof": "function",
611 "section": "15.2.3.13",
612 "extensible": true,
613 "pdmap": {
614 "length": {
615 "configurable": false,
616 "enumerable": false,
617 "writable": false,
618 "value": 1
619 }
620 }
621 },
622 "Object.keys": {
623 "path": "Object.keys",
624 "[[Class]]": "Function",
625 "[[Prototype]]": "Function.prototype",
626 "typeof": "function",
627 "section": "15.2.3.14",
628 "extensible": true,
629 "pdmap": {
630 "length": {
631 "configurable": false,
632 "enumerable": false,
633 "writable": false,
634 "value": 1
635 }
636 }
637 },
638 "Object.prototype": {
639 "path": "Object.prototype",
640 "[[Class]]": "Object",
641 "[[Prototype]]": null,
642 "typeof": "object",
643 "section": "15.2.4",
644 "extensible": true,
645 "pdmap": {
646 "constructor": {
647 "configurable": true,
648 "enumerable": false,
649 "writable": true,
650 "value": "Object"
651 },
652 "hasOwnProperty": {
653 "configurable": true,
654 "enumerable": false,
655 "writable": true,
656 "value": "Object.prototype.hasOwnProperty"
657 },
658 "isPrototypeOf": {
659 "configurable": true,
660 "enumerable": false,
661 "writable": true,
662 "value": "Object.prototype.isPrototypeOf"
663 },
664 "propertyIsEnumerable": {
665 "configurable": true,
666 "enumerable": false,
667 "writable": true,
668 "value": "Object.prototype.propertyIsEnumerable"
669 },
670 "toLocaleString": {
671 "configurable": true,
672 "enumerable": false,
673 "writable": true,
674 "value": "Object.prototype.toLocaleString"
675 },
676 "toString": {
677 "configurable": true,
678 "enumerable": false,
679 "writable": true,
680 "value": "Object.prototype.toString"
681 },
682 "valueOf": {
683 "configurable": true,
684 "enumerable": false,
685 "writable": true,
686 "value": "Object.prototype.valueOf"
687 }
688 }
689 },
690 "Object.prototype.toString": {
691 "path": "Object.prototype.toString",
692 "[[Class]]": "Function",
693 "[[Prototype]]": "Function.prototype",
694 "typeof": "function",
695 "section": "15.2.4.2",
696 "extensible": true,
697 "pdmap": {
698 "length": {
699 "configurable": false,
700 "enumerable": false,
701 "writable": false,
702 "value": 0
703 }
704 }
705 },
706 "Object.prototype.toLocaleString": {
707 "path": "Object.prototype.toLocaleString",
708 "[[Class]]": "Function",
709 "[[Prototype]]": "Function.prototype",
710 "typeof": "function",
711 "section": "15.2.4.3",
712 "extensible": true,
713 "pdmap": {
714 "length": {
715 "configurable": false,
716 "enumerable": false,
717 "writable": false,
718 "value": 0
719 }
720 }
721 },
722 "Object.prototype.valueOf": {
723 "path": "Object.prototype.valueOf",
724 "[[Class]]": "Function",
725 "[[Prototype]]": "Function.prototype",
726 "typeof": "function",
727 "section": "15.2.4.4",
728 "extensible": true,
729 "pdmap": {
730 "length": {
731 "configurable": false,
732 "enumerable": false,
733 "writable": false,
734 "value": 0
735 }
736 }
737 },
738 "Object.prototype.hasOwnProperty": {
739 "path": "Object.prototype.hasOwnProperty",
740 "[[Class]]": "Function",
741 "[[Prototype]]": "Function.prototype",
742 "typeof": "function",
743 "section": "15.2.4.5",
744 "extensible": true,
745 "pdmap": {
746 "length": {
747 "configurable": false,
748 "enumerable": false,
749 "writable": false,
750 "value": 1
751 }
752 }
753 },
754 "Object.prototype.isPrototypeOf": {
755 "path": "Object.prototype.isPrototypeOf",
756 "[[Class]]": "Function",
757 "[[Prototype]]": "Function.prototype",
758 "typeof": "function",
759 "section": "15.2.4.6",
760 "extensible": true,
761 "pdmap": {
762 "length": {
763 "configurable": false,
764 "enumerable": false,
765 "writable": false,
766 "value": 1
767 }
768 }
769 },
770 "Object.prototype.propertyIsEnumerable": {
771 "path": "Object.prototype.propertyIsEnumerable",
772 "[[Class]]": "Function",
773 "[[Prototype]]": "Function.prototype",
774 "typeof": "function",
775 "section": "15.2.4.7",
776 "extensible": true,
777 "pdmap": {
778 "length": {
779 "configurable": false,
780 "enumerable": false,
781 "writable": false,
782 "value": 1
783 }
784 }
785 },
786 "Function": {
787 "path": "Function",
788 "[[Class]]": "Function",
789 "[[Prototype]]": "Function.prototype",
790 "typeof": "function",
791 "section": "15.3",
792 "extensible": true,
793 "pdmap": {
794 "length": {
795 "configurable": false,
796 "enumerable": false,
797 "writable": false,
798 "value": 1
799 },
800 "prototype": {
801 "configurable": false,
802 "enumerable": false,
803 "writable": false,
804 "value": "Function.prototype"
805 }
806 }
807 },
808 "Function.prototype": {
809 "path": "Function.prototype",
810 "[[Class]]": "Function",
811 "[[Prototype]]": "Object.prototype",
812 "typeof": "function",
813 "section": "15.3.4",
814 "extensible": true,
815 "pdmap": {
816 "apply": {
817 "configurable": true,
818 "enumerable": false,
819 "writable": true,
820 "value": "Function.prototype.apply"
821 },
822 "bind": {
823 "configurable": true,
824 "enumerable": false,
825 "writable": true,
826 "value": "Function.prototype.bind"
827 },
828 "call": {
829 "configurable": true,
830 "enumerable": false,
831 "writable": true,
832 "value": "Function.prototype.call"
833 },
834 "constructor": {
835 "configurable": true,
836 "enumerable": false,
837 "writable": true,
838 "value": "Function"
839 },
840 "length": {
841 "configurable": false,
842 "enumerable": false,
843 "writable": false,
844 "value": 0
845 },
846 "toString": {
847 "configurable": true,
848 "enumerable": false,
849 "writable": true,
850 "value": "Function.prototype.toString"
851 }
852 }
853 },
854 "Function.prototype.toString": {
855 "path": "Function.prototype.toString",
856 "[[Class]]": "Function",
857 "[[Prototype]]": "Function.prototype",
858 "typeof": "function",
859 "section": "15.3.4.2",
860 "extensible": true,
861 "pdmap": {
862 "length": {
863 "configurable": false,
864 "enumerable": false,
865 "writable": false,
866 "value": 0
867 }
868 }
869 },
870 "Function.prototype.apply": {
871 "path": "Function.prototype.apply",
872 "[[Class]]": "Function",
873 "[[Prototype]]": "Function.prototype",
874 "typeof": "function",
875 "section": "15.3.4.3",
876 "extensible": true,
877 "pdmap": {
878 "length": {
879 "configurable": false,
880 "enumerable": false,
881 "writable": false,
882 "value": 2
883 }
884 }
885 },
886 "Function.prototype.call": {
887 "path": "Function.prototype.call",
888 "[[Class]]": "Function",
889 "[[Prototype]]": "Function.prototype",
890 "typeof": "function",
891 "section": "15.3.4.4",
892 "extensible": true,
893 "pdmap": {
894 "length": {
895 "configurable": false,
896 "enumerable": false,
897 "writable": false,
898 "value": 1
899 }
900 }
901 },
902 "Function.prototype.bind": {
903 "path": "Function.prototype.bind",
904 "[[Class]]": "Function",
905 "[[Prototype]]": "Function.prototype",
906 "typeof": "function",
907 "section": "15.3.4.5",
908 "extensible": true,
909 "pdmap": {
910 "length": {
911 "configurable": false,
912 "enumerable": false,
913 "writable": false,
914 "value": 1
915 }
916 }
917 },
918 "Array": {
919 "path": "Array",
920 "[[Class]]": "Function",
921 "[[Prototype]]": "Function.prototype",
922 "typeof": "function",
923 "section": "15.4",
924 "extensible": true,
925 "pdmap": {
926 "isArray": {
927 "configurable": true,
928 "enumerable": false,
929 "writable": true,
930 "value": "Array.isArray"
931 },
932 "length": {
933 "configurable": false,
934 "enumerable": false,
935 "writable": false,
936 "value": 1
937 },
938 "prototype": {
939 "configurable": false,
940 "enumerable": false,
941 "writable": false,
942 "value": "Array.prototype"
943 }
944 }
945 },
946 "Array.isArray": {
947 "path": "Array.isArray",
948 "[[Class]]": "Function",
949 "[[Prototype]]": "Function.prototype",
950 "typeof": "function",
951 "section": "15.4.3.2",
952 "extensible": true,
953 "pdmap": {
954 "length": {
955 "configurable": false,
956 "enumerable": false,
957 "writable": false,
958 "value": 1
959 }
960 }
961 },
962 "Array.prototype": {
963 "path": "Array.prototype",
964 "[[Class]]": "Array",
965 "[[Prototype]]": "Object.prototype",
966 "typeof": "object",
967 "section": "15.4.4",
968 "extensible": true,
969 "pdmap": {
970 "concat": {
971 "configurable": true,
972 "enumerable": false,
973 "writable": true,
974 "value": "Array.prototype.concat"
975 },
976 "constructor": {
977 "configurable": true,
978 "enumerable": false,
979 "writable": true,
980 "value": "Array"
981 },
982 "every": {
983 "configurable": true,
984 "enumerable": false,
985 "writable": true,
986 "value": "Array.prototype.every"
987 },
988 "filter": {
989 "configurable": true,
990 "enumerable": false,
991 "writable": true,
992 "value": "Array.prototype.filter"
993 },
994 "forEach": {
995 "configurable": true,
996 "enumerable": false,
997 "writable": true,
998 "value": "Array.prototype.forEach"
999 },
1000 "indexOf": {
1001 "configurable": true,
1002 "enumerable": false,
1003 "writable": true,
1004 "value": "Array.prototype.indexOf"
1005 },
1006 "join": {
1007 "configurable": true,
1008 "enumerable": false,
1009 "writable": true,
1010 "value": "Array.prototype.join"
1011 },
1012 "lastIndexOf": {
1013 "configurable": true,
1014 "enumerable": false,
1015 "writable": true,
1016 "value": "Array.prototype.lastIndexOf"
1017 },
1018 "length": {
1019 "configurable": false,
1020 "enumerable": false,
1021 "writable": true,
1022 "value": 0
1023 },
1024 "map": {
1025 "configurable": true,
1026 "enumerable": false,
1027 "writable": true,
1028 "value": "Array.prototype.map"
1029 },
1030 "pop": {
1031 "configurable": true,
1032 "enumerable": false,
1033 "writable": true,
1034 "value": "Array.prototype.pop"
1035 },
1036 "push": {
1037 "configurable": true,
1038 "enumerable": false,
1039 "writable": true,
1040 "value": "Array.prototype.push"
1041 },
1042 "reduce": {
1043 "configurable": true,
1044 "enumerable": false,
1045 "writable": true,
1046 "value": "Array.prototype.reduce"
1047 },
1048 "reduceRight": {
1049 "configurable": true,
1050 "enumerable": false,
1051 "writable": true,
1052 "value": "Array.prototype.reduceRight"
1053 },
1054 "reverse": {
1055 "configurable": true,
1056 "enumerable": false,
1057 "writable": true,
1058 "value": "Array.prototype.reverse"
1059 },
1060 "shift": {
1061 "configurable": true,
1062 "enumerable": false,
1063 "writable": true,
1064 "value": "Array.prototype.shift"
1065 },
1066 "slice": {
1067 "configurable": true,
1068 "enumerable": false,
1069 "writable": true,
1070 "value": "Array.prototype.slice"
1071 },
1072 "some": {
1073 "configurable": true,
1074 "enumerable": false,
1075 "writable": true,
1076 "value": "Array.prototype.some"
1077 },
1078 "sort": {
1079 "configurable": true,
1080 "enumerable": false,
1081 "writable": true,
1082 "value": "Array.prototype.sort"
1083 },
1084 "splice": {
1085 "configurable": true,
1086 "enumerable": false,
1087 "writable": true,
1088 "value": "Array.prototype.splice"
1089 },
1090 "toLocaleString": {
1091 "configurable": true,
1092 "enumerable": false,
1093 "writable": true,
1094 "value": "Array.prototype.toLocaleString"
1095 },
1096 "toString": {
1097 "configurable": true,
1098 "enumerable": false,
1099 "writable": true,
1100 "value": "Array.prototype.toString"
1101 },
1102 "unshift": {
1103 "configurable": true,
1104 "enumerable": false,
1105 "writable": true,
1106 "value": "Array.prototype.unshift"
1107 }
1108 }
1109 },
1110 "Array.prototype.toString": {
1111 "path": "Array.prototype.toString",
1112 "[[Class]]": "Function",
1113 "[[Prototype]]": "Function.prototype",
1114 "typeof": "function",
1115 "section": "15.4.4.2",
1116 "extensible": true,
1117 "pdmap": {
1118 "length": {
1119 "configurable": false,
1120 "enumerable": false,
1121 "writable": false,
1122 "value": 0
1123 }
1124 }
1125 },
1126 "Array.prototype.toLocaleString": {
1127 "path": "Array.prototype.toLocaleString",
1128 "[[Class]]": "Function",
1129 "[[Prototype]]": "Function.prototype",
1130 "typeof": "function",
1131 "section": "15.4.4.3",
1132 "extensible": true,
1133 "pdmap": {
1134 "length": {
1135 "configurable": false,
1136 "enumerable": false,
1137 "writable": false,
1138 "value": 0
1139 }
1140 }
1141 },
1142 "Array.prototype.concat": {
1143 "path": "Array.prototype.concat",
1144 "[[Class]]": "Function",
1145 "[[Prototype]]": "Function.prototype",
1146 "typeof": "function",
1147 "section": "15.4.4.4",
1148 "extensible": true,
1149 "pdmap": {
1150 "length": {
1151 "configurable": false,
1152 "enumerable": false,
1153 "writable": false,
1154 "value": 1
1155 }
1156 }
1157 },
1158 "Array.prototype.join": {
1159 "path": "Array.prototype.join",
1160 "[[Class]]": "Function",
1161 "[[Prototype]]": "Function.prototype",
1162 "typeof": "function",
1163 "section": "15.4.4.5",
1164 "extensible": true,
1165 "pdmap": {
1166 "length": {
1167 "configurable": false,
1168 "enumerable": false,
1169 "writable": false,
1170 "value": 1
1171 }
1172 }
1173 },
1174 "Array.prototype.pop": {
1175 "path": "Array.prototype.pop",
1176 "[[Class]]": "Function",
1177 "[[Prototype]]": "Function.prototype",
1178 "typeof": "function",
1179 "section": "15.4.4.6",
1180 "extensible": true,
1181 "pdmap": {
1182 "length": {
1183 "configurable": false,
1184 "enumerable": false,
1185 "writable": false,
1186 "value": 0
1187 }
1188 }
1189 },
1190 "Array.prototype.push": {
1191 "path": "Array.prototype.push",
1192 "[[Class]]": "Function",
1193 "[[Prototype]]": "Function.prototype",
1194 "typeof": "function",
1195 "section": "15.4.4.7",
1196 "extensible": true,
1197 "pdmap": {
1198 "length": {
1199 "configurable": false,
1200 "enumerable": false,
1201 "writable": false,
1202 "value": 1
1203 }
1204 }
1205 },
1206 "Array.prototype.reverse": {
1207 "path": "Array.prototype.reverse",
1208 "[[Class]]": "Function",
1209 "[[Prototype]]": "Function.prototype",
1210 "typeof": "function",
1211 "section": "15.4.4.8",
1212 "extensible": true,
1213 "pdmap": {
1214 "length": {
1215 "configurable": false,
1216 "enumerable": false,
1217 "writable": false,
1218 "value": 0
1219 }
1220 }
1221 },
1222 "Array.prototype.shift": {
1223 "path": "Array.prototype.shift",
1224 "[[Class]]": "Function",
1225 "[[Prototype]]": "Function.prototype",
1226 "typeof": "function",
1227 "section": "15.4.4.9",
1228 "extensible": true,
1229 "pdmap": {
1230 "length": {
1231 "configurable": false,
1232 "enumerable": false,
1233 "writable": false,
1234 "value": 0
1235 }
1236 }
1237 },
1238 "Array.prototype.some": {
1239 "path": "Array.prototype.some",
1240 "[[Class]]": "Function",
1241 "[[Prototype]]": "Function.prototype",
1242 "typeof": "function",
1243 "section": "15.4.4.10",
1244 "extensible": true,
1245 "pdmap": {
1246 "length": {
1247 "configurable": false,
1248 "enumerable": false,
1249 "writable": false,
1250 "value": 1
1251 }
1252 }
1253 },
1254 "Array.prototype.slice": {
1255 "path": "Array.prototype.slice",
1256 "[[Class]]": "Function",
1257 "[[Prototype]]": "Function.prototype",
1258 "typeof": "function",
1259 "section": "15.4.4.10",
1260 "extensible": true,
1261 "pdmap": {
1262 "length": {
1263 "configurable": false,
1264 "enumerable": false,
1265 "writable": false,
1266 "value": 2
1267 }
1268 }
1269 },
1270 "Array.prototype.sort": {
1271 "path": "Array.prototype.sort",
1272 "[[Class]]": "Function",
1273 "[[Prototype]]": "Function.prototype",
1274 "typeof": "function",
1275 "section": "15.4.4.11",
1276 "extensible": true,
1277 "pdmap": {
1278 "length": {
1279 "configurable": false,
1280 "enumerable": false,
1281 "writable": false,
1282 "value": 1
1283 }
1284 }
1285 },
1286 "Array.prototype.splice": {
1287 "path": "Array.prototype.splice",
1288 "[[Class]]": "Function",
1289 "[[Prototype]]": "Function.prototype",
1290 "typeof": "function",
1291 "section": "15.4.4.12",
1292 "extensible": true,
1293 "pdmap": {
1294 "length": {
1295 "configurable": false,
1296 "enumerable": false,
1297 "writable": false,
1298 "value": 2
1299 }
1300 }
1301 },
1302 "Array.prototype.unshift": {
1303 "path": "Array.prototype.unshift",
1304 "[[Class]]": "Function",
1305 "[[Prototype]]": "Function.prototype",
1306 "typeof": "function",
1307 "section": "15.4.4.13",
1308 "extensible": true,
1309 "pdmap": {
1310 "length": {
1311 "configurable": false,
1312 "enumerable": false,
1313 "writable": false,
1314 "value": 1
1315 }
1316 }
1317 },
1318 "Array.prototype.indexOf": {
1319 "path": "Array.prototype.indexOf",
1320 "[[Class]]": "Function",
1321 "[[Prototype]]": "Function.prototype",
1322 "typeof": "function",
1323 "section": "15.4.4.14",
1324 "extensible": true,
1325 "pdmap": {
1326 "length": {
1327 "configurable": false,
1328 "enumerable": false,
1329 "writable": false,
1330 "value": 1
1331 }
1332 }
1333 },
1334 "Array.prototype.lastIndexOf": {
1335 "path": "Array.prototype.lastIndexOf",
1336 "[[Class]]": "Function",
1337 "[[Prototype]]": "Function.prototype",
1338 "typeof": "function",
1339 "section": "15.4.4.15",
1340 "extensible": true,
1341 "pdmap": {
1342 "length": {
1343 "configurable": false,
1344 "enumerable": false,
1345 "writable": false,
1346 "value": 1
1347 }
1348 }
1349 },
1350 "Array.prototype.every": {
1351 "path": "Array.prototype.every",
1352 "[[Class]]": "Function",
1353 "[[Prototype]]": "Function.prototype",
1354 "typeof": "function",
1355 "section": "15.4.4.16",
1356 "extensible": true,
1357 "pdmap": {
1358 "length": {
1359 "configurable": false,
1360 "enumerable": false,
1361 "writable": false,
1362 "value": 1
1363 }
1364 }
1365 },
1366 "Array.prototype.forEach": {
1367 "path": "Array.prototype.forEach",
1368 "[[Class]]": "Function",
1369 "[[Prototype]]": "Function.prototype",
1370 "typeof": "function",
1371 "section": "15.4.4.18",
1372 "extensible": true,
1373 "pdmap": {
1374 "length": {
1375 "configurable": false,
1376 "enumerable": false,
1377 "writable": false,
1378 "value": 1
1379 }
1380 }
1381 },
1382 "Array.prototype.map": {
1383 "path": "Array.prototype.map",
1384 "[[Class]]": "Function",
1385 "[[Prototype]]": "Function.prototype",
1386 "typeof": "function",
1387 "section": "15.4.4.19",
1388 "extensible": true,
1389 "pdmap": {
1390 "length": {
1391 "configurable": false,
1392 "enumerable": false,
1393 "writable": false,
1394 "value": 1
1395 }
1396 }
1397 },
1398 "Array.prototype.filter": {
1399 "path": "Array.prototype.filter",
1400 "[[Class]]": "Function",
1401 "[[Prototype]]": "Function.prototype",
1402 "typeof": "function",
1403 "section": "15.4.4.20",
1404 "extensible": true,
1405 "pdmap": {
1406 "length": {
1407 "configurable": false,
1408 "enumerable": false,
1409 "writable": false,
1410 "value": 1
1411 }
1412 }
1413 },
1414 "Array.prototype.reduce": {
1415 "path": "Array.prototype.reduce",
1416 "[[Class]]": "Function",
1417 "[[Prototype]]": "Function.prototype",
1418 "typeof": "function",
1419 "section": "15.4.4.21",
1420 "extensible": true,
1421 "pdmap": {
1422 "length": {
1423 "configurable": false,
1424 "enumerable": false,
1425 "writable": false,
1426 "value": 1
1427 }
1428 }
1429 },
1430 "Array.prototype.reduceRight": {
1431 "path": "Array.prototype.reduceRight",
1432 "[[Class]]": "Function",
1433 "[[Prototype]]": "Function.prototype",
1434 "typeof": "function",
1435 "section": "15.4.4.22",
1436 "extensible": true,
1437 "pdmap": {
1438 "length": {
1439 "configurable": false,
1440 "enumerable": false,
1441 "writable": false,
1442 "value": 1
1443 }
1444 }
1445 },
1446 "String": {
1447 "path": "String",
1448 "[[Class]]": "Function",
1449 "[[Prototype]]": "Function.prototype",
1450 "typeof": "function",
1451 "section": "15.5",
1452 "extensible": true,
1453 "pdmap": {
1454 "fromCharCode": {
1455 "configurable": true,
1456 "enumerable": false,
1457 "writable": true,
1458 "value": "String.fromCharCode"
1459 },
1460 "length": {
1461 "configurable": false,
1462 "enumerable": false,
1463 "writable": false,
1464 "value": 1
1465 },
1466 "prototype": {
1467 "configurable": false,
1468 "enumerable": false,
1469 "writable": false,
1470 "value": "String.prototype"
1471 }
1472 }
1473 },
1474 "String.fromCharCode": {
1475 "path": "String.fromCharCode",
1476 "[[Class]]": "Function",
1477 "[[Prototype]]": "Function.prototype",
1478 "typeof": "function",
1479 "section": "15.5.3.2",
1480 "extensible": true,
1481 "pdmap": {
1482 "length": {
1483 "configurable": false,
1484 "enumerable": false,
1485 "writable": false,
1486 "value": 1
1487 }
1488 }
1489 },
1490 "String.prototype": {
1491 "path": "String.prototype",
1492 "[[Class]]": "String",
1493 "[[Prototype]]": "Object.prototype",
1494 "typeof": "object",
1495 "section": "15.5.4",
1496 "extensible": true,
1497 "pdmap": {
1498 "charAt": {
1499 "configurable": true,
1500 "enumerable": false,
1501 "writable": true,
1502 "value": "String.prototype.charAt"
1503 },
1504 "charCodeAt": {
1505 "configurable": true,
1506 "enumerable": false,
1507 "writable": true,
1508 "value": "String.prototype.charCodeAt"
1509 },
1510 "concat": {
1511 "configurable": true,
1512 "enumerable": false,
1513 "writable": true,
1514 "value": "String.prototype.concat"
1515 },
1516 "constructor": {
1517 "configurable": true,
1518 "enumerable": false,
1519 "writable": true,
1520 "value": "String"
1521 },
1522 "indexOf": {
1523 "configurable": true,
1524 "enumerable": false,
1525 "writable": true,
1526 "value": "String.prototype.indexOf"
1527 },
1528 "lastIndexOf": {
1529 "configurable": true,
1530 "enumerable": false,
1531 "writable": true,
1532 "value": "String.prototype.lastIndexOf"
1533 },
1534 "length": {
1535 "configurable": false,
1536 "enumerable": false,
1537 "writable": false,
1538 "value": 0
1539 },
1540 "localeCompare": {
1541 "configurable": true,
1542 "enumerable": false,
1543 "writable": true,
1544 "value": "String.prototype.localeCompare"
1545 },
1546 "match": {
1547 "configurable": true,
1548 "enumerable": false,
1549 "writable": true,
1550 "value": "String.prototype.match"
1551 },
1552 "replace": {
1553 "configurable": true,
1554 "enumerable": false,
1555 "writable": true,
1556 "value": "String.prototype.replace"
1557 },
1558 "search": {
1559 "configurable": true,
1560 "enumerable": false,
1561 "writable": true,
1562 "value": "String.prototype.search"
1563 },
1564 "slice": {
1565 "configurable": true,
1566 "enumerable": false,
1567 "writable": true,
1568 "value": "String.prototype.slice"
1569 },
1570 "split": {
1571 "configurable": true,
1572 "enumerable": false,
1573 "writable": true,
1574 "value": "String.prototype.split"
1575 },
1576 "substring": {
1577 "configurable": true,
1578 "enumerable": false,
1579 "writable": true,
1580 "value": "String.prototype.substring"
1581 },
1582 "toLocaleLowerCase": {
1583 "configurable": true,
1584 "enumerable": false,
1585 "writable": true,
1586 "value": "String.prototype.toLocaleLowerCase"
1587 },
1588 "toLocaleUpperCase": {
1589 "configurable": true,
1590 "enumerable": false,
1591 "writable": true,
1592 "value": "String.prototype.toLocaleUpperCase"
1593 },
1594 "toLowerCase": {
1595 "configurable": true,
1596 "enumerable": false,
1597 "writable": true,
1598 "value": "String.prototype.toLowerCase"
1599 },
1600 "toString": {
1601 "configurable": true,
1602 "enumerable": false,
1603 "writable": true,
1604 "value": "String.prototype.toString"
1605 },
1606 "toUpperCase": {
1607 "configurable": true,
1608 "enumerable": false,
1609 "writable": true,
1610 "value": "String.prototype.toUpperCase"
1611 },
1612 "trim": {
1613 "configurable": true,
1614 "enumerable": false,
1615 "writable": true,
1616 "value": "String.prototype.trim"
1617 },
1618 "valueOf": {
1619 "configurable": true,
1620 "enumerable": false,
1621 "writable": true,
1622 "value": "String.prototype.valueOf"
1623 }
1624 }
1625 },
1626 "String.prototype.toString": {
1627 "path": "String.prototype.toString",
1628 "[[Class]]": "Function",
1629 "[[Prototype]]": "Function.prototype",
1630 "typeof": "function",
1631 "section": "15.5.4.2",
1632 "extensible": true,
1633 "pdmap": {
1634 "length": {
1635 "configurable": false,
1636 "enumerable": false,
1637 "writable": false,
1638 "value": 0
1639 }
1640 }
1641 },
1642 "String.prototype.valueOf": {
1643 "path": "String.prototype.valueOf",
1644 "[[Class]]": "Function",
1645 "[[Prototype]]": "Function.prototype",
1646 "typeof": "function",
1647 "section": "15.5.4.3",
1648 "extensible": true,
1649 "pdmap": {
1650 "length": {
1651 "configurable": false,
1652 "enumerable": false,
1653 "writable": false,
1654 "value": 0
1655 }
1656 }
1657 },
1658 "String.prototype.charAt": {
1659 "path": "String.prototype.charAt",
1660 "[[Class]]": "Function",
1661 "[[Prototype]]": "Function.prototype",
1662 "typeof": "function",
1663 "section": "15.5.4.4",
1664 "extensible": true,
1665 "pdmap": {
1666 "length": {
1667 "configurable": false,
1668 "enumerable": false,
1669 "writable": false,
1670 "value": 1
1671 }
1672 }
1673 },
1674 "String.prototype.charCodeAt": {
1675 "path": "String.prototype.charCodeAt",
1676 "[[Class]]": "Function",
1677 "[[Prototype]]": "Function.prototype",
1678 "typeof": "function",
1679 "section": "15.5.4.5",
1680 "extensible": true,
1681 "pdmap": {
1682 "length": {
1683 "configurable": false,
1684 "enumerable": false,
1685 "writable": false,
1686 "value": 1
1687 }
1688 }
1689 },
1690 "String.prototype.concat": {
1691 "path": "String.prototype.concat",
1692 "[[Class]]": "Function",
1693 "[[Prototype]]": "Function.prototype",
1694 "typeof": "function",
1695 "section": "15.5.4.6",
1696 "extensible": true,
1697 "pdmap": {
1698 "length": {
1699 "configurable": false,
1700 "enumerable": false,
1701 "writable": false,
1702 "value": 1
1703 }
1704 }
1705 },
1706 "String.prototype.indexOf": {
1707 "path": "String.prototype.indexOf",
1708 "[[Class]]": "Function",
1709 "[[Prototype]]": "Function.prototype",
1710 "typeof": "function",
1711 "section": "15.5.4.7",
1712 "extensible": true,
1713 "pdmap": {
1714 "length": {
1715 "configurable": false,
1716 "enumerable": false,
1717 "writable": false,
1718 "value": 1
1719 }
1720 }
1721 },
1722 "String.prototype.lastIndexOf": {
1723 "path": "String.prototype.lastIndexOf",
1724 "[[Class]]": "Function",
1725 "[[Prototype]]": "Function.prototype",
1726 "typeof": "function",
1727 "section": "15.5.4.8",
1728 "extensible": true,
1729 "pdmap": {
1730 "length": {
1731 "configurable": false,
1732 "enumerable": false,
1733 "writable": false,
1734 "value": 1
1735 }
1736 }
1737 },
1738 "String.prototype.localeCompare": {
1739 "path": "String.prototype.localeCompare",
1740 "[[Class]]": "Function",
1741 "[[Prototype]]": "Function.prototype",
1742 "typeof": "function",
1743 "section": "15.5.4.9",
1744 "extensible": true,
1745 "pdmap": {
1746 "length": {
1747 "configurable": false,
1748 "enumerable": false,
1749 "writable": false,
1750 "value": 1
1751 }
1752 }
1753 },
1754 "String.prototype.match": {
1755 "path": "String.prototype.match",
1756 "[[Class]]": "Function",
1757 "[[Prototype]]": "Function.prototype",
1758 "typeof": "function",
1759 "section": "15.5.4.10",
1760 "extensible": true,
1761 "pdmap": {
1762 "length": {
1763 "configurable": false,
1764 "enumerable": false,
1765 "writable": false,
1766 "value": 1
1767 }
1768 }
1769 },
1770 "String.prototype.replace": {
1771 "path": "String.prototype.replace",
1772 "[[Class]]": "Function",
1773 "[[Prototype]]": "Function.prototype",
1774 "typeof": "function",
1775 "section": "15.5.4.11",
1776 "extensible": true,
1777 "pdmap": {
1778 "length": {
1779 "configurable": false,
1780 "enumerable": false,
1781 "writable": false,
1782 "value": 2
1783 }
1784 }
1785 },
1786 "String.prototype.search": {
1787 "path": "String.prototype.search",
1788 "[[Class]]": "Function",
1789 "[[Prototype]]": "Function.prototype",
1790 "typeof": "function",
1791 "section": "15.5.4.12",
1792 "extensible": true,
1793 "pdmap": {
1794 "length": {
1795 "configurable": false,
1796 "enumerable": false,
1797 "writable": false,
1798 "value": 1
1799 }
1800 }
1801 },
1802 "String.prototype.slice": {
1803 "path": "String.prototype.slice",
1804 "[[Class]]": "Function",
1805 "[[Prototype]]": "Function.prototype",
1806 "typeof": "function",
1807 "section": "15.5.4.13",
1808 "extensible": true,
1809 "pdmap": {
1810 "length": {
1811 "configurable": false,
1812 "enumerable": false,
1813 "writable": false,
1814 "value": 2
1815 }
1816 }
1817 },
1818 "String.prototype.split": {
1819 "path": "String.prototype.split",
1820 "[[Class]]": "Function",
1821 "[[Prototype]]": "Function.prototype",
1822 "typeof": "function",
1823 "section": "15.5.4.14",
1824 "extensible": true,
1825 "pdmap": {
1826 "length": {
1827 "configurable": false,
1828 "enumerable": false,
1829 "writable": false,
1830 "value": 2
1831 }
1832 }
1833 },
1834 "String.prototype.substring": {
1835 "path": "String.prototype.substring",
1836 "[[Class]]": "Function",
1837 "[[Prototype]]": "Function.prototype",
1838 "typeof": "function",
1839 "section": "15.5.4.15",
1840 "extensible": true,
1841 "pdmap": {
1842 "length": {
1843 "configurable": false,
1844 "enumerable": false,
1845 "writable": false,
1846 "value": 2
1847 }
1848 }
1849 },
1850 "String.prototype.toLowerCase": {
1851 "path": "String.prototype.toLowerCase",
1852 "[[Class]]": "Function",
1853 "[[Prototype]]": "Function.prototype",
1854 "typeof": "function",
1855 "section": "15.5.4.16",
1856 "extensible": true,
1857 "pdmap": {
1858 "length": {
1859 "configurable": false,
1860 "enumerable": false,
1861 "writable": false,
1862 "value": 0
1863 }
1864 }
1865 },
1866 "String.prototype.toLocaleLowerCase": {
1867 "path": "String.prototype.toLocaleLowerCase",
1868 "[[Class]]": "Function",
1869 "[[Prototype]]": "Function.prototype",
1870 "typeof": "function",
1871 "section": "15.5.4.17",
1872 "extensible": true,
1873 "pdmap": {
1874 "length": {
1875 "configurable": false,
1876 "enumerable": false,
1877 "writable": false,
1878 "value": 0
1879 }
1880 }
1881 },
1882 "String.prototype.toUpperCase": {
1883 "path": "String.prototype.toUpperCase",
1884 "[[Class]]": "Function",
1885 "[[Prototype]]": "Function.prototype",
1886 "typeof": "function",
1887 "section": "15.5.4.18",
1888 "extensible": true,
1889 "pdmap": {
1890 "length": {
1891 "configurable": false,
1892 "enumerable": false,
1893 "writable": false,
1894 "value": 0
1895 }
1896 }
1897 },
1898 "String.prototype.toLocaleUpperCase": {
1899 "path": "String.prototype.toLocaleUpperCase",
1900 "[[Class]]": "Function",
1901 "[[Prototype]]": "Function.prototype",
1902 "typeof": "function",
1903 "section": "15.5.4.19",
1904 "extensible": true,
1905 "pdmap": {
1906 "length": {
1907 "configurable": false,
1908 "enumerable": false,
1909 "writable": false,
1910 "value": 0
1911 }
1912 }
1913 },
1914 "String.prototype.trim": {
1915 "path": "String.prototype.trim",
1916 "[[Class]]": "Function",
1917 "[[Prototype]]": "Function.prototype",
1918 "typeof": "function",
1919 "section": "15.5.4.20",
1920 "extensible": true,
1921 "pdmap": {
1922 "length": {
1923 "configurable": false,
1924 "enumerable": false,
1925 "writable": false,
1926 "value": 0
1927 }
1928 }
1929 },
1930 "Boolean": {
1931 "path": "Boolean",
1932 "[[Class]]": "Function",
1933 "[[Prototype]]": "Function.prototype",
1934 "typeof": "function",
1935 "section": "15.6",
1936 "extensible": true,
1937 "pdmap": {
1938 "length": {
1939 "configurable": false,
1940 "enumerable": false,
1941 "writable": false,
1942 "value": 1
1943 },
1944 "prototype": {
1945 "configurable": false,
1946 "enumerable": false,
1947 "writable": false,
1948 "value": "Boolean.prototype"
1949 }
1950 }
1951 },
1952 "Boolean.prototype": {
1953 "path": "Boolean.prototype",
1954 "[[Class]]": "Boolean",
1955 "[[Prototype]]": "Object.prototype",
1956 "typeof": "object",
1957 "section": "15.6.4",
1958 "extensible": true,
1959 "pdmap": {
1960 "constructor": {
1961 "configurable": true,
1962 "enumerable": false,
1963 "writable": true,
1964 "value": "Boolean"
1965 },
1966 "toString": {
1967 "configurable": true,
1968 "enumerable": false,
1969 "writable": true,
1970 "value": "Boolean.prototype.toString"
1971 },
1972 "valueOf": {
1973 "configurable": true,
1974 "enumerable": false,
1975 "writable": true,
1976 "value": "Boolean.prototype.valueOf"
1977 }
1978 }
1979 },
1980 "Boolean.prototype.toString": {
1981 "path": "Boolean.prototype.toString",
1982 "[[Class]]": "Function",
1983 "[[Prototype]]": "Function.prototype",
1984 "typeof": "function",
1985 "section": "15.6.4.2",
1986 "extensible": true,
1987 "pdmap": {
1988 "length": {
1989 "configurable": false,
1990 "enumerable": false,
1991 "writable": false,
1992 "value": 0
1993 }
1994 }
1995 },
1996 "Boolean.prototype.valueOf": {
1997 "path": "Boolean.prototype.valueOf",
1998 "[[Class]]": "Function",
1999 "[[Prototype]]": "Function.prototype",
2000 "typeof": "function",
2001 "section": "15.6.4.3",
2002 "extensible": true,
2003 "pdmap": {
2004 "length": {
2005 "configurable": false,
2006 "enumerable": false,
2007 "writable": false,
2008 "value": 0
2009 }
2010 }
2011 },
2012 "Number": {
2013 "path": "Number",
2014 "[[Class]]": "Function",
2015 "[[Prototype]]": "Function.prototype",
2016 "typeof": "function",
2017 "section": "15.7",
2018 "extensible": true,
2019 "pdmap": {
2020 "MAX_VALUE": {
2021 "configurable": false,
2022 "enumerable": false,
2023 "writable": false,
2024 "value": 1.7976931348623157e+308
2025 },
2026 "MIN_VALUE": {
2027 "configurable": false,
2028 "enumerable": false,
2029 "writable": false,
2030 "value": 5e-324
2031 },
2032 "NEGATIVE_INFINITY": {
2033 "configurable": false,
2034 "enumerable": false,
2035 "writable": false,
2036 "value": "-Infinity"
2037 },
2038 "NaN": {
2039 "configurable": false,
2040 "enumerable": false,
2041 "writable": false,
2042 "value": "NaN"
2043 },
2044 "POSITIVE_INFINITY": {
2045 "configurable": false,
2046 "enumerable": false,
2047 "writable": false,
2048 "value": "Infinity"
2049 },
2050 "length": {
2051 "configurable": false,
2052 "enumerable": false,
2053 "writable": false,
2054 "value": 1
2055 },
2056 "prototype": {
2057 "configurable": false,
2058 "enumerable": false,
2059 "writable": false,
2060 "value": "Number.prototype"
2061 }
2062 }
2063 },
2064 "Number.prototype": {
2065 "path": "Number.prototype",
2066 "[[Class]]": "Number",
2067 "[[Prototype]]": "Object.prototype",
2068 "typeof": "object",
2069 "section": "15.7.4",
2070 "extensible": true,
2071 "pdmap": {
2072 "constructor": {
2073 "configurable": true,
2074 "enumerable": false,
2075 "writable": true,
2076 "value": "Number"
2077 },
2078 "toExponential": {
2079 "configurable": true,
2080 "enumerable": false,
2081 "writable": true,
2082 "value": "Number.prototype.toExponential"
2083 },
2084 "toFixed": {
2085 "configurable": true,
2086 "enumerable": false,
2087 "writable": true,
2088 "value": "Number.prototype.toFixed"
2089 },
2090 "toLocaleString": {
2091 "configurable": true,
2092 "enumerable": false,
2093 "writable": true,
2094 "value": "Number.prototype.toLocaleString"
2095 },
2096 "toPrecision": {
2097 "configurable": true,
2098 "enumerable": false,
2099 "writable": true,
2100 "value": "Number.prototype.toPrecision"
2101 },
2102 "toString": {
2103 "configurable": true,
2104 "enumerable": false,
2105 "writable": true,
2106 "value": "Number.prototype.toString"
2107 },
2108 "valueOf": {
2109 "configurable": true,
2110 "enumerable": false,
2111 "writable": true,
2112 "value": "Number.prototype.valueOf"
2113 }
2114 }
2115 },
2116 "Number.prototype.toString": {
2117 "path": "Number.prototype.toString",
2118 "[[Class]]": "Function",
2119 "[[Prototype]]": "Function.prototype",
2120 "typeof": "function",
2121 "section": "15.7.4.2",
2122 "extensible": true,
2123 "pdmap": {
2124 "length": {
2125 "configurable": false,
2126 "enumerable": false,
2127 "writable": false,
2128 "value": 1
2129 }
2130 }
2131 },
2132 "Number.prototype.toLocaleString": {
2133 "path": "Number.prototype.toLocaleString",
2134 "[[Class]]": "Function",
2135 "[[Prototype]]": "Function.prototype",
2136 "typeof": "function",
2137 "section": "15.7.4.3",
2138 "extensible": true,
2139 "pdmap": {
2140 "length": {
2141 "configurable": false,
2142 "enumerable": false,
2143 "writable": false,
2144 "value": 0
2145 }
2146 }
2147 },
2148 "Number.prototype.valueOf": {
2149 "path": "Number.prototype.valueOf",
2150 "[[Class]]": "Function",
2151 "[[Prototype]]": "Function.prototype",
2152 "typeof": "function",
2153 "section": "15.7.4.4",
2154 "extensible": true,
2155 "pdmap": {
2156 "length": {
2157 "configurable": false,
2158 "enumerable": false,
2159 "writable": false,
2160 "value": 0
2161 }
2162 }
2163 },
2164 "Number.prototype.toFixed": {
2165 "path": "Number.prototype.toFixed",
2166 "[[Class]]": "Function",
2167 "[[Prototype]]": "Function.prototype",
2168 "typeof": "function",
2169 "section": "15.7.4.5",
2170 "extensible": true,
2171 "pdmap": {
2172 "length": {
2173 "configurable": false,
2174 "enumerable": false,
2175 "writable": false,
2176 "value": 1
2177 }
2178 }
2179 },
2180 "Number.prototype.toExponential": {
2181 "path": "Number.prototype.toExponential",
2182 "[[Class]]": "Function",
2183 "[[Prototype]]": "Function.prototype",
2184 "typeof": "function",
2185 "section": "15.7.4.6",
2186 "extensible": true,
2187 "pdmap": {
2188 "length": {
2189 "configurable": false,
2190 "enumerable": false,
2191 "writable": false,
2192 "value": 1
2193 }
2194 }
2195 },
2196 "Number.prototype.toPrecision": {
2197 "path": "Number.prototype.toPrecision",
2198 "[[Class]]": "Function",
2199 "[[Prototype]]": "Function.prototype",
2200 "typeof": "function",
2201 "section": "15.7.4.7",
2202 "extensible": true,
2203 "pdmap": {
2204 "length": {
2205 "configurable": false,
2206 "enumerable": false,
2207 "writable": false,
2208 "value": 1
2209 }
2210 }
2211 },
2212 "Math": {
2213 "path": "Math",
2214 "[[Class]]": "Math",
2215 "[[Prototype]]": "Object.prototype",
2216 "typeof": "object",
2217 "section": "15.8",
2218 "extensible": true,
2219 "pdmap": {
2220 "E": {
2221 "configurable": false,
2222 "enumerable": false,
2223 "writable": false,
2224 "value": 2.718281828459045
2225 },
2226 "LN10": {
2227 "configurable": false,
2228 "enumerable": false,
2229 "writable": false,
2230 "value": 2.302585092994046
2231 },
2232 "LN2": {
2233 "configurable": false,
2234 "enumerable": false,
2235 "writable": false,
2236 "value": 0.6931471805599453
2237 },
2238 "LOG10E": {
2239 "configurable": false,
2240 "enumerable": false,
2241 "writable": false,
2242 "value": 0.4342944819032518
2243 },
2244 "LOG2E": {
2245 "configurable": false,
2246 "enumerable": false,
2247 "writable": false,
2248 "value": 1.4426950408889634
2249 },
2250 "PI": {
2251 "configurable": false,
2252 "enumerable": false,
2253 "writable": false,
2254 "value": 3.141592653589793
2255 },
2256 "SQRT1_2": {
2257 "configurable": false,
2258 "enumerable": false,
2259 "writable": false,
2260 "value": 0.7071067811865476
2261 },
2262 "SQRT2": {
2263 "configurable": false,
2264 "enumerable": false,
2265 "writable": false,
2266 "value": 1.4142135623730951
2267 },
2268 "abs": {
2269 "configurable": true,
2270 "enumerable": false,
2271 "writable": true,
2272 "value": "Math.abs"
2273 },
2274 "acos": {
2275 "configurable": true,
2276 "enumerable": false,
2277 "writable": true,
2278 "value": "Math.acos"
2279 },
2280 "asin": {
2281 "configurable": true,
2282 "enumerable": false,
2283 "writable": true,
2284 "value": "Math.asin"
2285 },
2286 "atan": {
2287 "configurable": true,
2288 "enumerable": false,
2289 "writable": true,
2290 "value": "Math.atan"
2291 },
2292 "atan2": {
2293 "configurable": true,
2294 "enumerable": false,
2295 "writable": true,
2296 "value": "Math.atan2"
2297 },
2298 "ceil": {
2299 "configurable": true,
2300 "enumerable": false,
2301 "writable": true,
2302 "value": "Math.ceil"
2303 },
2304 "cos": {
2305 "configurable": true,
2306 "enumerable": false,
2307 "writable": true,
2308 "value": "Math.cos"
2309 },
2310 "exp": {
2311 "configurable": true,
2312 "enumerable": false,
2313 "writable": true,
2314 "value": "Math.exp"
2315 },
2316 "floor": {
2317 "configurable": true,
2318 "enumerable": false,
2319 "writable": true,
2320 "value": "Math.floor"
2321 },
2322 "log": {
2323 "configurable": true,
2324 "enumerable": false,
2325 "writable": true,
2326 "value": "Math.log"
2327 },
2328 "max": {
2329 "configurable": true,
2330 "enumerable": false,
2331 "writable": true,
2332 "value": "Math.max"
2333 },
2334 "min": {
2335 "configurable": true,
2336 "enumerable": false,
2337 "writable": true,
2338 "value": "Math.min"
2339 },
2340 "pow": {
2341 "configurable": true,
2342 "enumerable": false,
2343 "writable": true,
2344 "value": "Math.pow"
2345 },
2346 "random": {
2347 "configurable": true,
2348 "enumerable": false,
2349 "writable": true,
2350 "value": "Math.random"
2351 },
2352 "round": {
2353 "configurable": true,
2354 "enumerable": false,
2355 "writable": true,
2356 "value": "Math.round"
2357 },
2358 "sin": {
2359 "configurable": true,
2360 "enumerable": false,
2361 "writable": true,
2362 "value": "Math.sin"
2363 },
2364 "sqrt": {
2365 "configurable": true,
2366 "enumerable": false,
2367 "writable": true,
2368 "value": "Math.sqrt"
2369 },
2370 "tan": {
2371 "configurable": true,
2372 "enumerable": false,
2373 "writable": true,
2374 "value": "Math.tan"
2375 }
2376 }
2377 },
2378 "Math.abs": {
2379 "path": "Math.abs",
2380 "[[Class]]": "Function",
2381 "[[Prototype]]": "Function.prototype",
2382 "typeof": "function",
2383 "section": "15.8.2.1",
2384 "extensible": true,
2385 "pdmap": {
2386 "length": {
2387 "configurable": false,
2388 "enumerable": false,
2389 "writable": false,
2390 "value": 1
2391 }
2392 }
2393 },
2394 "Math.acos": {
2395 "path": "Math.acos",
2396 "[[Class]]": "Function",
2397 "[[Prototype]]": "Function.prototype",
2398 "typeof": "function",
2399 "section": "15.8.2.2",
2400 "extensible": true,
2401 "pdmap": {
2402 "length": {
2403 "configurable": false,
2404 "enumerable": false,
2405 "writable": false,
2406 "value": 1
2407 }
2408 }
2409 },
2410 "Math.asin": {
2411 "path": "Math.asin",
2412 "[[Class]]": "Function",
2413 "[[Prototype]]": "Function.prototype",
2414 "typeof": "function",
2415 "section": "15.8.2.3",
2416 "extensible": true,
2417 "pdmap": {
2418 "length": {
2419 "configurable": false,
2420 "enumerable": false,
2421 "writable": false,
2422 "value": 1
2423 }
2424 }
2425 },
2426 "Math.atan": {
2427 "path": "Math.atan",
2428 "[[Class]]": "Function",
2429 "[[Prototype]]": "Function.prototype",
2430 "typeof": "function",
2431 "section": "15.8.2.4",
2432 "extensible": true,
2433 "pdmap": {
2434 "length": {
2435 "configurable": false,
2436 "enumerable": false,
2437 "writable": false,
2438 "value": 1
2439 }
2440 }
2441 },
2442 "Math.atan2": {
2443 "path": "Math.atan2",
2444 "[[Class]]": "Function",
2445 "[[Prototype]]": "Function.prototype",
2446 "typeof": "function",
2447 "section": "15.8.2.5",
2448 "extensible": true,
2449 "pdmap": {
2450 "length": {
2451 "configurable": false,
2452 "enumerable": false,
2453 "writable": false,
2454 "value": 2
2455 }
2456 }
2457 },
2458 "Math.ceil": {
2459 "path": "Math.ceil",
2460 "[[Class]]": "Function",
2461 "[[Prototype]]": "Function.prototype",
2462 "typeof": "function",
2463 "section": "15.8.2.6",
2464 "extensible": true,
2465 "pdmap": {
2466 "length": {
2467 "configurable": false,
2468 "enumerable": false,
2469 "writable": false,
2470 "value": 1
2471 }
2472 }
2473 },
2474 "Math.cos": {
2475 "path": "Math.cos",
2476 "[[Class]]": "Function",
2477 "[[Prototype]]": "Function.prototype",
2478 "typeof": "function",
2479 "section": "15.8.2.7",
2480 "extensible": true,
2481 "pdmap": {
2482 "length": {
2483 "configurable": false,
2484 "enumerable": false,
2485 "writable": false,
2486 "value": 1
2487 }
2488 }
2489 },
2490 "Math.exp": {
2491 "path": "Math.exp",
2492 "[[Class]]": "Function",
2493 "[[Prototype]]": "Function.prototype",
2494 "typeof": "function",
2495 "section": "15.8.2.8",
2496 "extensible": true,
2497 "pdmap": {
2498 "length": {
2499 "configurable": false,
2500 "enumerable": false,
2501 "writable": false,
2502 "value": 1
2503 }
2504 }
2505 },
2506 "Math.floor": {
2507 "path": "Math.floor",
2508 "[[Class]]": "Function",
2509 "[[Prototype]]": "Function.prototype",
2510 "typeof": "function",
2511 "section": "15.8.2.9",
2512 "extensible": true,
2513 "pdmap": {
2514 "length": {
2515 "configurable": false,
2516 "enumerable": false,
2517 "writable": false,
2518 "value": 1
2519 }
2520 }
2521 },
2522 "Math.log": {
2523 "path": "Math.log",
2524 "[[Class]]": "Function",
2525 "[[Prototype]]": "Function.prototype",
2526 "typeof": "function",
2527 "section": "15.8.2.10",
2528 "extensible": true,
2529 "pdmap": {
2530 "length": {
2531 "configurable": false,
2532 "enumerable": false,
2533 "writable": false,
2534 "value": 1
2535 }
2536 }
2537 },
2538 "Math.max": {
2539 "path": "Math.max",
2540 "[[Class]]": "Function",
2541 "[[Prototype]]": "Function.prototype",
2542 "typeof": "function",
2543 "section": "15.8.2.11",
2544 "extensible": true,
2545 "pdmap": {
2546 "length": {
2547 "configurable": false,
2548 "enumerable": false,
2549 "writable": false,
2550 "value": 2
2551 }
2552 }
2553 },
2554 "Math.min": {
2555 "path": "Math.min",
2556 "[[Class]]": "Function",
2557 "[[Prototype]]": "Function.prototype",
2558 "typeof": "function",
2559 "section": "15.8.2.12",
2560 "extensible": true,
2561 "pdmap": {
2562 "length": {
2563 "configurable": false,
2564 "enumerable": false,
2565 "writable": false,
2566 "value": 2
2567 }
2568 }
2569 },
2570 "Math.pow": {
2571 "path": "Math.pow",
2572 "[[Class]]": "Function",
2573 "[[Prototype]]": "Function.prototype",
2574 "typeof": "function",
2575 "section": "15.8.2.13",
2576 "extensible": true,
2577 "pdmap": {
2578 "length": {
2579 "configurable": false,
2580 "enumerable": false,
2581 "writable": false,
2582 "value": 2
2583 }
2584 }
2585 },
2586 "Math.random": {
2587 "path": "Math.random",
2588 "[[Class]]": "Function",
2589 "[[Prototype]]": "Function.prototype",
2590 "typeof": "function",
2591 "section": "15.8.2.14",
2592 "extensible": true,
2593 "pdmap": {
2594 "length": {
2595 "configurable": false,
2596 "enumerable": false,
2597 "writable": false,
2598 "value": 0
2599 }
2600 }
2601 },
2602 "Math.round": {
2603 "path": "Math.round",
2604 "[[Class]]": "Function",
2605 "[[Prototype]]": "Function.prototype",
2606 "typeof": "function",
2607 "section": "15.8.2.15",
2608 "extensible": true,
2609 "pdmap": {
2610 "length": {
2611 "configurable": false,
2612 "enumerable": false,
2613 "writable": false,
2614 "value": 1
2615 }
2616 }
2617 },
2618 "Math.sin": {
2619 "path": "Math.sin",
2620 "[[Class]]": "Function",
2621 "[[Prototype]]": "Function.prototype",
2622 "typeof": "function",
2623 "section": "15.8.2.16",
2624 "extensible": true,
2625 "pdmap": {
2626 "length": {
2627 "configurable": false,
2628 "enumerable": false,
2629 "writable": false,
2630 "value": 1
2631 }
2632 }
2633 },
2634 "Math.sqrt": {
2635 "path": "Math.sqrt",
2636 "[[Class]]": "Function",
2637 "[[Prototype]]": "Function.prototype",
2638 "typeof": "function",
2639 "section": "15.8.2.17",
2640 "extensible": true,
2641 "pdmap": {
2642 "length": {
2643 "configurable": false,
2644 "enumerable": false,
2645 "writable": false,
2646 "value": 1
2647 }
2648 }
2649 },
2650 "Math.tan": {
2651 "path": "Math.tan",
2652 "[[Class]]": "Function",
2653 "[[Prototype]]": "Function.prototype",
2654 "typeof": "function",
2655 "section": "15.8.2.18",
2656 "extensible": true,
2657 "pdmap": {
2658 "length": {
2659 "configurable": false,
2660 "enumerable": false,
2661 "writable": false,
2662 "value": 1
2663 }
2664 }
2665 },
2666 "Date": {
2667 "path": "Date",
2668 "[[Class]]": "Function",
2669 "[[Prototype]]": "Function.prototype",
2670 "typeof": "function",
2671 "section": "15.9",
2672 "extensible": true,
2673 "pdmap": {
2674 "UTC": {
2675 "configurable": true,
2676 "enumerable": false,
2677 "writable": true,
2678 "value": "Date.UTC"
2679 },
2680 "length": {
2681 "configurable": false,
2682 "enumerable": false,
2683 "writable": false,
2684 "value": 7
2685 },
2686 "now": {
2687 "configurable": true,
2688 "enumerable": false,
2689 "writable": true,
2690 "value": "Date.now"
2691 },
2692 "parse": {
2693 "configurable": true,
2694 "enumerable": false,
2695 "writable": true,
2696 "value": "Date.parse"
2697 },
2698 "prototype": {
2699 "configurable": false,
2700 "enumerable": false,
2701 "writable": false,
2702 "value": "Date.prototype"
2703 }
2704 }
2705 },
2706 "Date.parse": {
2707 "path": "Date.parse",
2708 "[[Class]]": "Function",
2709 "[[Prototype]]": "Function.prototype",
2710 "typeof": "function",
2711 "section": "15.9.4.2",
2712 "extensible": true,
2713 "pdmap": {
2714 "length": {
2715 "configurable": false,
2716 "enumerable": false,
2717 "writable": false,
2718 "value": 1
2719 }
2720 }
2721 },
2722 "Date.UTC": {
2723 "path": "Date.UTC",
2724 "[[Class]]": "Function",
2725 "[[Prototype]]": "Function.prototype",
2726 "typeof": "function",
2727 "section": "15.9.4.3",
2728 "extensible": true,
2729 "pdmap": {
2730 "length": {
2731 "configurable": false,
2732 "enumerable": false,
2733 "writable": false,
2734 "value": 7
2735 }
2736 }
2737 },
2738 "Date.now": {
2739 "path": "Date.now",
2740 "[[Class]]": "Function",
2741 "[[Prototype]]": "Function.prototype",
2742 "typeof": "function",
2743 "section": "15.9.4.4",
2744 "extensible": true,
2745 "pdmap": {
2746 "length": {
2747 "configurable": false,
2748 "enumerable": false,
2749 "writable": false,
2750 "value": 0
2751 }
2752 }
2753 },
2754 "Date.prototype": {
2755 "path": "Date.prototype",
2756 "[[Class]]": "Date",
2757 "[[Prototype]]": "Object.prototype",
2758 "typeof": "object",
2759 "section": "15.9.5",
2760 "extensible": true,
2761 "pdmap": {
2762 "constructor": {
2763 "configurable": true,
2764 "enumerable": false,
2765 "writable": true,
2766 "value": "Date"
2767 },
2768 "getDate": {
2769 "configurable": true,
2770 "enumerable": false,
2771 "writable": true,
2772 "value": "Date.prototype.getDate"
2773 },
2774 "getDay": {
2775 "configurable": true,
2776 "enumerable": false,
2777 "writable": true,
2778 "value": "Date.prototype.getDay"
2779 },
2780 "getFullYear": {
2781 "configurable": true,
2782 "enumerable": false,
2783 "writable": true,
2784 "value": "Date.prototype.getFullYear"
2785 },
2786 "getHours": {
2787 "configurable": true,
2788 "enumerable": false,
2789 "writable": true,
2790 "value": "Date.prototype.getHours"
2791 },
2792 "getMilliseconds": {
2793 "configurable": true,
2794 "enumerable": false,
2795 "writable": true,
2796 "value": "Date.prototype.getMilliseconds"
2797 },
2798 "getMinutes": {
2799 "configurable": true,
2800 "enumerable": false,
2801 "writable": true,
2802 "value": "Date.prototype.getMinutes"
2803 },
2804 "getMonth": {
2805 "configurable": true,
2806 "enumerable": false,
2807 "writable": true,
2808 "value": "Date.prototype.getMonth"
2809 },
2810 "getSeconds": {
2811 "configurable": true,
2812 "enumerable": false,
2813 "writable": true,
2814 "value": "Date.prototype.getSeconds"
2815 },
2816 "getTime": {
2817 "configurable": true,
2818 "enumerable": false,
2819 "writable": true,
2820 "value": "Date.prototype.getTime"
2821 },
2822 "getTimezoneOffset": {
2823 "configurable": true,
2824 "enumerable": false,
2825 "writable": true,
2826 "value": "Date.prototype.getTimezoneOffset"
2827 },
2828 "getUTCDate": {
2829 "configurable": true,
2830 "enumerable": false,
2831 "writable": true,
2832 "value": "Date.prototype.getUTCDate"
2833 },
2834 "getUTCDay": {
2835 "configurable": true,
2836 "enumerable": false,
2837 "writable": true,
2838 "value": "Date.prototype.getUTCDay"
2839 },
2840 "getUTCFullYear": {
2841 "configurable": true,
2842 "enumerable": false,
2843 "writable": true,
2844 "value": "Date.prototype.getUTCFullYear"
2845 },
2846 "getUTCHours": {
2847 "configurable": true,
2848 "enumerable": false,
2849 "writable": true,
2850 "value": "Date.prototype.getUTCHours"
2851 },
2852 "getUTCMilliseconds": {
2853 "configurable": true,
2854 "enumerable": false,
2855 "writable": true,
2856 "value": "Date.prototype.getUTCMilliseconds"
2857 },
2858 "getUTCMinutes": {
2859 "configurable": true,
2860 "enumerable": false,
2861 "writable": true,
2862 "value": "Date.prototype.getUTCMinutes"
2863 },
2864 "getUTCMonth": {
2865 "configurable": true,
2866 "enumerable": false,
2867 "writable": true,
2868 "value": "Date.prototype.getUTCMonth"
2869 },
2870 "getUTCSeconds": {
2871 "configurable": true,
2872 "enumerable": false,
2873 "writable": true,
2874 "value": "Date.prototype.getUTCSeconds"
2875 },
2876 "getYear": {
2877 "configurable": true,
2878 "enumerable": false,
2879 "writable": true,
2880 "value": "Date.prototype.getYear"
2881 },
2882 "setDate": {
2883 "configurable": true,
2884 "enumerable": false,
2885 "writable": true,
2886 "value": "Date.prototype.setDate"
2887 },
2888 "setFullYear": {
2889 "configurable": true,
2890 "enumerable": false,
2891 "writable": true,
2892 "value": "Date.prototype.setFullYear"
2893 },
2894 "setHours": {
2895 "configurable": true,
2896 "enumerable": false,
2897 "writable": true,
2898 "value": "Date.prototype.setHours"
2899 },
2900 "setMilliseconds": {
2901 "configurable": true,
2902 "enumerable": false,
2903 "writable": true,
2904 "value": "Date.prototype.setMilliseconds"
2905 },
2906 "setMinutes": {
2907 "configurable": true,
2908 "enumerable": false,
2909 "writable": true,
2910 "value": "Date.prototype.setMinutes"
2911 },
2912 "setMonth": {
2913 "configurable": true,
2914 "enumerable": false,
2915 "writable": true,
2916 "value": "Date.prototype.setMonth"
2917 },
2918 "setSeconds": {
2919 "configurable": true,
2920 "enumerable": false,
2921 "writable": true,
2922 "value": "Date.prototype.setSeconds"
2923 },
2924 "setTime": {
2925 "configurable": true,
2926 "enumerable": false,
2927 "writable": true,
2928 "value": "Date.prototype.setTime"
2929 },
2930 "setUTCDate": {
2931 "configurable": true,
2932 "enumerable": false,
2933 "writable": true,
2934 "value": "Date.prototype.setUTCDate"
2935 },
2936 "setUTCFullYear": {
2937 "configurable": true,
2938 "enumerable": false,
2939 "writable": true,
2940 "value": "Date.prototype.setUTCFullYear"
2941 },
2942 "setUTCHours": {
2943 "configurable": true,
2944 "enumerable": false,
2945 "writable": true,
2946 "value": "Date.prototype.setUTCHours"
2947 },
2948 "setUTCMilliseconds": {
2949 "configurable": true,
2950 "enumerable": false,
2951 "writable": true,
2952 "value": "Date.prototype.setUTCMilliseconds"
2953 },
2954 "setUTCMinutes": {
2955 "configurable": true,
2956 "enumerable": false,
2957 "writable": true,
2958 "value": "Date.prototype.setUTCMinutes"
2959 },
2960 "setUTCMonth": {
2961 "configurable": true,
2962 "enumerable": false,
2963 "writable": true,
2964 "value": "Date.prototype.setUTCMonth"
2965 },
2966 "setUTCSeconds": {
2967 "configurable": true,
2968 "enumerable": false,
2969 "writable": true,
2970 "value": "Date.prototype.setUTCSeconds"
2971 },
2972 "setYear": {
2973 "configurable": true,
2974 "enumerable": false,
2975 "writable": true,
2976 "value": "Date.prototype.setYear"
2977 },
2978 "toDateString": {
2979 "configurable": true,
2980 "enumerable": false,
2981 "writable": true,
2982 "value": "Date.prototype.toDateString"
2983 },
2984 "toGMTString": {
2985 "configurable": true,
2986 "enumerable": false,
2987 "writable": true,
2988 "value": "Date.prototype.toGMTString"
2989 },
2990 "toISOString": {
2991 "configurable": true,
2992 "enumerable": false,
2993 "writable": true,
2994 "value": "Date.prototype.toISOString"
2995 },
2996 "toJSON": {
2997 "configurable": true,
2998 "enumerable": false,
2999 "writable": true,
3000 "value": "Date.prototype.toJSON"
3001 },
3002 "toLocaleDateString": {
3003 "configurable": true,
3004 "enumerable": false,
3005 "writable": true,
3006 "value": "Date.prototype.toLocaleDateString"
3007 },
3008 "toLocaleString": {
3009 "configurable": true,
3010 "enumerable": false,
3011 "writable": true,
3012 "value": "Date.prototype.toLocaleString"
3013 },
3014 "toLocaleTimeString": {
3015 "configurable": true,
3016 "enumerable": false,
3017 "writable": true,
3018 "value": "Date.prototype.toLocaleTimeString"
3019 },
3020 "toString": {
3021 "configurable": true,
3022 "enumerable": false,
3023 "writable": true,
3024 "value": "Date.prototype.toString"
3025 },
3026 "toTimeString": {
3027 "configurable": true,
3028 "enumerable": false,
3029 "writable": true,
3030 "value": "Date.prototype.toTimeString"
3031 },
3032 "toUTCString": {
3033 "configurable": true,
3034 "enumerable": false,
3035 "writable": true,
3036 "value": "Date.prototype.toUTCString"
3037 },
3038 "valueOf": {
3039 "configurable": true,
3040 "enumerable": false,
3041 "writable": true,
3042 "value": "Date.prototype.valueOf"
3043 }
3044 }
3045 },
3046 "Date.prototype.setMonth": {
3047 "path": "Date.prototype.setMonth",
3048 "[[Class]]": "Function",
3049 "[[Prototype]]": "Function.prototype",
3050 "typeof": "function",
3051 "section": "?",
3052 "extensible": true,
3053 "pdmap": {
3054 "length": {
3055 "configurable": false,
3056 "enumerable": false,
3057 "writable": false,
3058 "value": 2
3059 }
3060 }
3061 },
3062 "Date.prototype.toJSON": {
3063 "path": "Date.prototype.toJSON",
3064 "[[Class]]": "Function",
3065 "[[Prototype]]": "Function.prototype",
3066 "typeof": "function",
3067 "section": "?",
3068 "extensible": true,
3069 "pdmap": {
3070 "length": {
3071 "configurable": false,
3072 "enumerable": false,
3073 "writable": false,
3074 "value": 1
3075 }
3076 }
3077 },
3078 "Date.prototype.toISOString": {
3079 "path": "Date.prototype.toISOString",
3080 "[[Class]]": "Function",
3081 "[[Prototype]]": "Function.prototype",
3082 "typeof": "function",
3083 "section": "?",
3084 "extensible": true,
3085 "pdmap": {
3086 "length": {
3087 "configurable": false,
3088 "enumerable": false,
3089 "writable": false,
3090 "value": 0
3091 }
3092 }
3093 },
3094 "Date.prototype.toGMTString": {
3095 "path": "Date.prototype.toGMTString",
3096 "[[Class]]": "Function",
3097 "[[Prototype]]": "Function.prototype",
3098 "typeof": "function",
3099 "section": "?",
3100 "extensible": true,
3101 "pdmap": {
3102 "length": {
3103 "configurable": false,
3104 "enumerable": false,
3105 "writable": false,
3106 "value": 0
3107 }
3108 }
3109 },
3110 "Date.prototype.toDateString": {
3111 "path": "Date.prototype.toDateString",
3112 "[[Class]]": "Function",
3113 "[[Prototype]]": "Function.prototype",
3114 "typeof": "function",
3115 "section": "?",
3116 "extensible": true,
3117 "pdmap": {
3118 "length": {
3119 "configurable": false,
3120 "enumerable": false,
3121 "writable": false,
3122 "value": 0
3123 }
3124 }
3125 },
3126 "Date.prototype.setYear": {
3127 "path": "Date.prototype.setYear",
3128 "[[Class]]": "Function",
3129 "[[Prototype]]": "Function.prototype",
3130 "typeof": "function",
3131 "section": "?",
3132 "extensible": true,
3133 "pdmap": {
3134 "length": {
3135 "configurable": false,
3136 "enumerable": false,
3137 "writable": false,
3138 "value": 1
3139 }
3140 }
3141 },
3142 "Date.prototype.setUTCSeconds": {
3143 "path": "Date.prototype.setUTCSeconds",
3144 "[[Class]]": "Function",
3145 "[[Prototype]]": "Function.prototype",
3146 "typeof": "function",
3147 "section": "?",
3148 "extensible": true,
3149 "pdmap": {
3150 "length": {
3151 "configurable": false,
3152 "enumerable": false,
3153 "writable": false,
3154 "value": 2
3155 }
3156 }
3157 },
3158 "Date.prototype.setUTCMonth": {
3159 "path": "Date.prototype.setUTCMonth",
3160 "[[Class]]": "Function",
3161 "[[Prototype]]": "Function.prototype",
3162 "typeof": "function",
3163 "section": "?",
3164 "extensible": true,
3165 "pdmap": {
3166 "length": {
3167 "configurable": false,
3168 "enumerable": false,
3169 "writable": false,
3170 "value": 2
3171 }
3172 }
3173 },
3174 "Date.prototype.setUTCMinutes": {
3175 "path": "Date.prototype.setUTCMinutes",
3176 "[[Class]]": "Function",
3177 "[[Prototype]]": "Function.prototype",
3178 "typeof": "function",
3179 "section": "?",
3180 "extensible": true,
3181 "pdmap": {
3182 "length": {
3183 "configurable": false,
3184 "enumerable": false,
3185 "writable": false,
3186 "value": 3
3187 }
3188 }
3189 },
3190 "Date.prototype.setUTCMilliseconds": {
3191 "path": "Date.prototype.setUTCMilliseconds",
3192 "[[Class]]": "Function",
3193 "[[Prototype]]": "Function.prototype",
3194 "typeof": "function",
3195 "section": "?",
3196 "extensible": true,
3197 "pdmap": {
3198 "length": {
3199 "configurable": false,
3200 "enumerable": false,
3201 "writable": false,
3202 "value": 1
3203 }
3204 }
3205 },
3206 "Date.prototype.setUTCHours": {
3207 "path": "Date.prototype.setUTCHours",
3208 "[[Class]]": "Function",
3209 "[[Prototype]]": "Function.prototype",
3210 "typeof": "function",
3211 "section": "?",
3212 "extensible": true,
3213 "pdmap": {
3214 "length": {
3215 "configurable": false,
3216 "enumerable": false,
3217 "writable": false,
3218 "value": 4
3219 }
3220 }
3221 },
3222 "Date.prototype.setUTCFullYear": {
3223 "path": "Date.prototype.setUTCFullYear",
3224 "[[Class]]": "Function",
3225 "[[Prototype]]": "Function.prototype",
3226 "typeof": "function",
3227 "section": "?",
3228 "extensible": true,
3229 "pdmap": {
3230 "length": {
3231 "configurable": false,
3232 "enumerable": false,
3233 "writable": false,
3234 "value": 3
3235 }
3236 }
3237 },
3238 "Date.prototype.setUTCDate": {
3239 "path": "Date.prototype.setUTCDate",
3240 "[[Class]]": "Function",
3241 "[[Prototype]]": "Function.prototype",
3242 "typeof": "function",
3243 "section": "?",
3244 "extensible": true,
3245 "pdmap": {
3246 "length": {
3247 "configurable": false,
3248 "enumerable": false,
3249 "writable": false,
3250 "value": 1
3251 }
3252 }
3253 },
3254 "Date.prototype.setTime": {
3255 "path": "Date.prototype.setTime",
3256 "[[Class]]": "Function",
3257 "[[Prototype]]": "Function.prototype",
3258 "typeof": "function",
3259 "section": "?",
3260 "extensible": true,
3261 "pdmap": {
3262 "length": {
3263 "configurable": false,
3264 "enumerable": false,
3265 "writable": false,
3266 "value": 1
3267 }
3268 }
3269 },
3270 "Date.prototype.setSeconds": {
3271 "path": "Date.prototype.setSeconds",
3272 "[[Class]]": "Function",
3273 "[[Prototype]]": "Function.prototype",
3274 "typeof": "function",
3275 "section": "?",
3276 "extensible": true,
3277 "pdmap": {
3278 "length": {
3279 "configurable": false,
3280 "enumerable": false,
3281 "writable": false,
3282 "value": 2
3283 }
3284 }
3285 },
3286 "Date.prototype.setMinutes": {
3287 "path": "Date.prototype.setMinutes",
3288 "[[Class]]": "Function",
3289 "[[Prototype]]": "Function.prototype",
3290 "typeof": "function",
3291 "section": "?",
3292 "extensible": true,
3293 "pdmap": {
3294 "length": {
3295 "configurable": false,
3296 "enumerable": false,
3297 "writable": false,
3298 "value": 3
3299 }
3300 }
3301 },
3302 "Date.prototype.setMilliseconds": {
3303 "path": "Date.prototype.setMilliseconds",
3304 "[[Class]]": "Function",
3305 "[[Prototype]]": "Function.prototype",
3306 "typeof": "function",
3307 "section": "?",
3308 "extensible": true,
3309 "pdmap": {
3310 "length": {
3311 "configurable": false,
3312 "enumerable": false,
3313 "writable": false,
3314 "value": 1
3315 }
3316 }
3317 },
3318 "Date.prototype.setHours": {
3319 "path": "Date.prototype.setHours",
3320 "[[Class]]": "Function",
3321 "[[Prototype]]": "Function.prototype",
3322 "typeof": "function",
3323 "section": "?",
3324 "extensible": true,
3325 "pdmap": {
3326 "length": {
3327 "configurable": false,
3328 "enumerable": false,
3329 "writable": false,
3330 "value": 4
3331 }
3332 }
3333 },
3334 "Date.prototype.setFullYear": {
3335 "path": "Date.prototype.setFullYear",
3336 "[[Class]]": "Function",
3337 "[[Prototype]]": "Function.prototype",
3338 "typeof": "function",
3339 "section": "?",
3340 "extensible": true,
3341 "pdmap": {
3342 "length": {
3343 "configurable": false,
3344 "enumerable": false,
3345 "writable": false,
3346 "value": 3
3347 }
3348 }
3349 },
3350 "Date.prototype.setDate": {
3351 "path": "Date.prototype.setDate",
3352 "[[Class]]": "Function",
3353 "[[Prototype]]": "Function.prototype",
3354 "typeof": "function",
3355 "section": "?",
3356 "extensible": true,
3357 "pdmap": {
3358 "length": {
3359 "configurable": false,
3360 "enumerable": false,
3361 "writable": false,
3362 "value": 1
3363 }
3364 }
3365 },
3366 "Date.prototype.getYear": {
3367 "path": "Date.prototype.getYear",
3368 "[[Class]]": "Function",
3369 "[[Prototype]]": "Function.prototype",
3370 "typeof": "function",
3371 "section": "?",
3372 "extensible": true,
3373 "pdmap": {
3374 "length": {
3375 "configurable": false,
3376 "enumerable": false,
3377 "writable": false,
3378 "value": 0
3379 }
3380 }
3381 },
3382 "Date.prototype.getUTCSeconds": {
3383 "path": "Date.prototype.getUTCSeconds",
3384 "[[Class]]": "Function",
3385 "[[Prototype]]": "Function.prototype",
3386 "typeof": "function",
3387 "section": "?",
3388 "extensible": true,
3389 "pdmap": {
3390 "length": {
3391 "configurable": false,
3392 "enumerable": false,
3393 "writable": false,
3394 "value": 0
3395 }
3396 }
3397 },
3398 "Date.prototype.getUTCMonth": {
3399 "path": "Date.prototype.getUTCMonth",
3400 "[[Class]]": "Function",
3401 "[[Prototype]]": "Function.prototype",
3402 "typeof": "function",
3403 "section": "?",
3404 "extensible": true,
3405 "pdmap": {
3406 "length": {
3407 "configurable": false,
3408 "enumerable": false,
3409 "writable": false,
3410 "value": 0
3411 }
3412 }
3413 },
3414 "Date.prototype.getUTCMinutes": {
3415 "path": "Date.prototype.getUTCMinutes",
3416 "[[Class]]": "Function",
3417 "[[Prototype]]": "Function.prototype",
3418 "typeof": "function",
3419 "section": "?",
3420 "extensible": true,
3421 "pdmap": {
3422 "length": {
3423 "configurable": false,
3424 "enumerable": false,
3425 "writable": false,
3426 "value": 0
3427 }
3428 }
3429 },
3430 "Date.prototype.getUTCMilliseconds": {
3431 "path": "Date.prototype.getUTCMilliseconds",
3432 "[[Class]]": "Function",
3433 "[[Prototype]]": "Function.prototype",
3434 "typeof": "function",
3435 "section": "?",
3436 "extensible": true,
3437 "pdmap": {
3438 "length": {
3439 "configurable": false,
3440 "enumerable": false,
3441 "writable": false,
3442 "value": 0
3443 }
3444 }
3445 },
3446 "Date.prototype.getUTCHours": {
3447 "path": "Date.prototype.getUTCHours",
3448 "[[Class]]": "Function",
3449 "[[Prototype]]": "Function.prototype",
3450 "typeof": "function",
3451 "section": "?",
3452 "extensible": true,
3453 "pdmap": {
3454 "length": {
3455 "configurable": false,
3456 "enumerable": false,
3457 "writable": false,
3458 "value": 0
3459 }
3460 }
3461 },
3462 "Date.prototype.getUTCFullYear": {
3463 "path": "Date.prototype.getUTCFullYear",
3464 "[[Class]]": "Function",
3465 "[[Prototype]]": "Function.prototype",
3466 "typeof": "function",
3467 "section": "?",
3468 "extensible": true,
3469 "pdmap": {
3470 "length": {
3471 "configurable": false,
3472 "enumerable": false,
3473 "writable": false,
3474 "value": 0
3475 }
3476 }
3477 },
3478 "Date.prototype.getUTCDay": {
3479 "path": "Date.prototype.getUTCDay",
3480 "[[Class]]": "Function",
3481 "[[Prototype]]": "Function.prototype",
3482 "typeof": "function",
3483 "section": "?",
3484 "extensible": true,
3485 "pdmap": {
3486 "length": {
3487 "configurable": false,
3488 "enumerable": false,
3489 "writable": false,
3490 "value": 0
3491 }
3492 }
3493 },
3494 "Date.prototype.getUTCDate": {
3495 "path": "Date.prototype.getUTCDate",
3496 "[[Class]]": "Function",
3497 "[[Prototype]]": "Function.prototype",
3498 "typeof": "function",
3499 "section": "?",
3500 "extensible": true,
3501 "pdmap": {
3502 "length": {
3503 "configurable": false,
3504 "enumerable": false,
3505 "writable": false,
3506 "value": 0
3507 }
3508 }
3509 },
3510 "Date.prototype.getTimezoneOffset": {
3511 "path": "Date.prototype.getTimezoneOffset",
3512 "[[Class]]": "Function",
3513 "[[Prototype]]": "Function.prototype",
3514 "typeof": "function",
3515 "section": "?",
3516 "extensible": true,
3517 "pdmap": {
3518 "length": {
3519 "configurable": false,
3520 "enumerable": false,
3521 "writable": false,
3522 "value": 0
3523 }
3524 }
3525 },
3526 "Date.prototype.getTime": {
3527 "path": "Date.prototype.getTime",
3528 "[[Class]]": "Function",
3529 "[[Prototype]]": "Function.prototype",
3530 "typeof": "function",
3531 "section": "?",
3532 "extensible": true,
3533 "pdmap": {
3534 "length": {
3535 "configurable": false,
3536 "enumerable": false,
3537 "writable": false,
3538 "value": 0
3539 }
3540 }
3541 },
3542 "Date.prototype.getSeconds": {
3543 "path": "Date.prototype.getSeconds",
3544 "[[Class]]": "Function",
3545 "[[Prototype]]": "Function.prototype",
3546 "typeof": "function",
3547 "section": "?",
3548 "extensible": true,
3549 "pdmap": {
3550 "length": {
3551 "configurable": false,
3552 "enumerable": false,
3553 "writable": false,
3554 "value": 0
3555 }
3556 }
3557 },
3558 "Date.prototype.getMonth": {
3559 "path": "Date.prototype.getMonth",
3560 "[[Class]]": "Function",
3561 "[[Prototype]]": "Function.prototype",
3562 "typeof": "function",
3563 "section": "?",
3564 "extensible": true,
3565 "pdmap": {
3566 "length": {
3567 "configurable": false,
3568 "enumerable": false,
3569 "writable": false,
3570 "value": 0
3571 }
3572 }
3573 },
3574 "Date.prototype.getMinutes": {
3575 "path": "Date.prototype.getMinutes",
3576 "[[Class]]": "Function",
3577 "[[Prototype]]": "Function.prototype",
3578 "typeof": "function",
3579 "section": "?",
3580 "extensible": true,
3581 "pdmap": {
3582 "length": {
3583 "configurable": false,
3584 "enumerable": false,
3585 "writable": false,
3586 "value": 0
3587 }
3588 }
3589 },
3590 "Date.prototype.getMilliseconds": {
3591 "path": "Date.prototype.getMilliseconds",
3592 "[[Class]]": "Function",
3593 "[[Prototype]]": "Function.prototype",
3594 "typeof": "function",
3595 "section": "?",
3596 "extensible": true,
3597 "pdmap": {
3598 "length": {
3599 "configurable": false,
3600 "enumerable": false,
3601 "writable": false,
3602 "value": 0
3603 }
3604 }
3605 },
3606 "Date.prototype.getHours": {
3607 "path": "Date.prototype.getHours",
3608 "[[Class]]": "Function",
3609 "[[Prototype]]": "Function.prototype",
3610 "typeof": "function",
3611 "section": "?",
3612 "extensible": true,
3613 "pdmap": {
3614 "length": {
3615 "configurable": false,
3616 "enumerable": false,
3617 "writable": false,
3618 "value": 0
3619 }
3620 }
3621 },
3622 "Date.prototype.getFullYear": {
3623 "path": "Date.prototype.getFullYear",
3624 "[[Class]]": "Function",
3625 "[[Prototype]]": "Function.prototype",
3626 "typeof": "function",
3627 "section": "?",
3628 "extensible": true,
3629 "pdmap": {
3630 "length": {
3631 "configurable": false,
3632 "enumerable": false,
3633 "writable": false,
3634 "value": 0
3635 }
3636 }
3637 },
3638 "Date.prototype.getDay": {
3639 "path": "Date.prototype.getDay",
3640 "[[Class]]": "Function",
3641 "[[Prototype]]": "Function.prototype",
3642 "typeof": "function",
3643 "section": "?",
3644 "extensible": true,
3645 "pdmap": {
3646 "length": {
3647 "configurable": false,
3648 "enumerable": false,
3649 "writable": false,
3650 "value": 0
3651 }
3652 }
3653 },
3654 "Date.prototype.getDate": {
3655 "path": "Date.prototype.getDate",
3656 "[[Class]]": "Function",
3657 "[[Prototype]]": "Function.prototype",
3658 "typeof": "function",
3659 "section": "?",
3660 "extensible": true,
3661 "pdmap": {
3662 "length": {
3663 "configurable": false,
3664 "enumerable": false,
3665 "writable": false,
3666 "value": 0
3667 }
3668 }
3669 },
3670 "Date.prototype.toLocaleDateString": {
3671 "path": "Date.prototype.toLocaleDateString",
3672 "[[Class]]": "Function",
3673 "[[Prototype]]": "Function.prototype",
3674 "typeof": "function",
3675 "section": "?",
3676 "extensible": true,
3677 "pdmap": {
3678 "length": {
3679 "configurable": false,
3680 "enumerable": false,
3681 "writable": false,
3682 "value": 0
3683 }
3684 }
3685 },
3686 "Date.prototype.toLocaleString": {
3687 "path": "Date.prototype.toLocaleString",
3688 "[[Class]]": "Function",
3689 "[[Prototype]]": "Function.prototype",
3690 "typeof": "function",
3691 "section": "?",
3692 "extensible": true,
3693 "pdmap": {
3694 "length": {
3695 "configurable": false,
3696 "enumerable": false,
3697 "writable": false,
3698 "value": 0
3699 }
3700 }
3701 },
3702 "Date.prototype.toLocaleTimeString": {
3703 "path": "Date.prototype.toLocaleTimeString",
3704 "[[Class]]": "Function",
3705 "[[Prototype]]": "Function.prototype",
3706 "typeof": "function",
3707 "section": "?",
3708 "extensible": true,
3709 "pdmap": {
3710 "length": {
3711 "configurable": false,
3712 "enumerable": false,
3713 "writable": false,
3714 "value": 0
3715 }
3716 }
3717 },
3718 "Date.prototype.toString": {
3719 "path": "Date.prototype.toString",
3720 "[[Class]]": "Function",
3721 "[[Prototype]]": "Function.prototype",
3722 "typeof": "function",
3723 "section": "?",
3724 "extensible": true,
3725 "pdmap": {
3726 "length": {
3727 "configurable": false,
3728 "enumerable": false,
3729 "writable": false,
3730 "value": 0
3731 }
3732 }
3733 },
3734 "Date.prototype.toTimeString": {
3735 "path": "Date.prototype.toTimeString",
3736 "[[Class]]": "Function",
3737 "[[Prototype]]": "Function.prototype",
3738 "typeof": "function",
3739 "section": "?",
3740 "extensible": true,
3741 "pdmap": {
3742 "length": {
3743 "configurable": false,
3744 "enumerable": false,
3745 "writable": false,
3746 "value": 0
3747 }
3748 }
3749 },
3750 "Date.prototype.toUTCString": {
3751 "path": "Date.prototype.toUTCString",
3752 "[[Class]]": "Function",
3753 "[[Prototype]]": "Function.prototype",
3754 "typeof": "function",
3755 "section": "?",
3756 "extensible": true,
3757 "pdmap": {
3758 "length": {
3759 "configurable": false,
3760 "enumerable": false,
3761 "writable": false,
3762 "value": 0
3763 }
3764 }
3765 },
3766 "Date.prototype.valueOf": {
3767 "path": "Date.prototype.valueOf",
3768 "[[Class]]": "Function",
3769 "[[Prototype]]": "Function.prototype",
3770 "typeof": "function",
3771 "section": "?",
3772 "extensible": true,
3773 "pdmap": {
3774 "length": {
3775 "configurable": false,
3776 "enumerable": false,
3777 "writable": false,
3778 "value": 0
3779 }
3780 }
3781 },
3782 "RegExp": {
3783 "path": "RegExp",
3784 "[[Class]]": "Function",
3785 "[[Prototype]]": "Function.prototype",
3786 "typeof": "function",
3787 "section": "15.10",
3788 "extensible": true,
3789 "pdmap": {
3790 "length": {
3791 "configurable": false,
3792 "enumerable": false,
3793 "writable": false,
3794 "value": 2
3795 },
3796 "prototype": {
3797 "configurable": false,
3798 "enumerable": false,
3799 "writable": false,
3800 "value": "RegExp.prototype"
3801 }
3802 }
3803 },
3804 "RegExp.prototype": {
3805 "path": "RegExp.prototype",
3806 "[[Class]]": "RegExp",
3807 "[[Prototype]]": "Object.prototype",
3808 "typeof": "object",
3809 "section": "15.10.6",
3810 "extensible": true,
3811 "pdmap": {
3812 "constructor": {
3813 "configurable": true,
3814 "enumerable": false,
3815 "writable": true,
3816 "value": "RegExp"
3817 },
3818 "exec": {
3819 "configurable": true,
3820 "enumerable": false,
3821 "writable": true,
3822 "value": "RegExp.prototype.exec"
3823 },
3824 "test": {
3825 "configurable": true,
3826 "enumerable": false,
3827 "writable": true,
3828 "value": "RegExp.prototype.test"
3829 },
3830 "toString": {
3831 "configurable": true,
3832 "enumerable": false,
3833 "writable": true,
3834 "value": "RegExp.prototype.toString"
3835 },
3836 "source": {
3837 "configurable": false,
3838 "enumerable": false,
3839 "writable": false,
3840 "value": [
3841 "@quote",
3842 ""
3843 ]
3844 },
3845 "global": {
3846 "configurable": false,
3847 "enumerable": false,
3848 "writable": false,
3849 "value": false
3850 },
3851 "ignoreCase": {
3852 "configurable": false,
3853 "enumerable": false,
3854 "writable": false,
3855 "value": false
3856 },
3857 "multiline": {
3858 "configurable": false,
3859 "enumerable": false,
3860 "writable": false,
3861 "value": false
3862 },
3863 "lastIndex": {
3864 "configurable": false,
3865 "enumerable": false,
3866 "writable": true,
3867 "value": 0
3868 }
3869 }
3870 },
3871 "RegExp.prototype.exec": {
3872 "path": "RegExp.prototype.exec",
3873 "[[Class]]": "Function",
3874 "[[Prototype]]": "Function.prototype",
3875 "typeof": "function",
3876 "section": "15.10.6.2",
3877 "extensible": true,
3878 "pdmap": {
3879 "length": {
3880 "configurable": false,
3881 "enumerable": false,
3882 "writable": false,
3883 "value": 1
3884 }
3885 }
3886 },
3887 "RegExp.prototype.test": {
3888 "path": "RegExp.prototype.test",
3889 "[[Class]]": "Function",
3890 "[[Prototype]]": "Function.prototype",
3891 "typeof": "function",
3892 "section": "15.10.6.3",
3893 "extensible": true,
3894 "pdmap": {
3895 "length": {
3896 "configurable": false,
3897 "enumerable": false,
3898 "writable": false,
3899 "value": 1
3900 }
3901 }
3902 },
3903 "RegExp.prototype.toString": {
3904 "path": "RegExp.prototype.toString",
3905 "[[Class]]": "Function",
3906 "[[Prototype]]": "Function.prototype",
3907 "typeof": "function",
3908 "section": "15.10.6.4",
3909 "extensible": true,
3910 "pdmap": {
3911 "length": {
3912 "configurable": false,
3913 "enumerable": false,
3914 "writable": false,
3915 "value": 0
3916 }
3917 }
3918 },
3919 "Error": {
3920 "path": "Error",
3921 "[[Class]]": "Function",
3922 "[[Prototype]]": "Function.prototype",
3923 "typeof": "function",
3924 "section": "15.11",
3925 "extensible": true,
3926 "pdmap": {
3927 "length": {
3928 "configurable": false,
3929 "enumerable": false,
3930 "writable": false,
3931 "value": 1
3932 },
3933 "prototype": {
3934 "configurable": false,
3935 "enumerable": false,
3936 "writable": false,
3937 "value": "Error.prototype"
3938 }
3939 }
3940 },
3941 "Error.prototype": {
3942 "path": "Error.prototype",
3943 "[[Class]]": "Error",
3944 "[[Prototype]]": "Object.prototype",
3945 "typeof": "object",
3946 "section": "15.11.4",
3947 "extensible": true,
3948 "pdmap": {
3949 "constructor": {
3950 "configurable": true,
3951 "enumerable": false,
3952 "writable": true,
3953 "value": "Error"
3954 },
3955 "message": {
3956 "configurable": true,
3957 "enumerable": false,
3958 "writable": true,
3959 "value": [
3960 "@quote",
3961 ""
3962 ]
3963 },
3964 "name": {
3965 "configurable": true,
3966 "enumerable": false,
3967 "writable": true,
3968 "value": [
3969 "@quote",
3970 "Error"
3971 ]
3972 },
3973 "toString": {
3974 "configurable": true,
3975 "enumerable": false,
3976 "writable": true,
3977 "value": "Error.prototype.toString"
3978 }
3979 }
3980 },
3981 "Error.prototype.toString": {
3982 "path": "Error.prototype.toString",
3983 "[[Class]]": "Function",
3984 "[[Prototype]]": "Function.prototype",
3985 "typeof": "function",
3986 "section": "15.11.4.4",
3987 "extensible": true,
3988 "pdmap": {
3989 "length": {
3990 "configurable": false,
3991 "enumerable": false,
3992 "writable": false,
3993 "value": 0
3994 }
3995 }
3996 },
3997 "EvalError": {
3998 "path": "EvalError",
3999 "[[Class]]": "Function",
4000 "[[Prototype]]": "Function.prototype",
4001 "typeof": "function",
4002 "section": "15.11.6.1",
4003 "extensible": true,
4004 "pdmap": {
4005 "length": {
4006 "configurable": false,
4007 "enumerable": false,
4008 "writable": false,
4009 "value": 1
4010 },
4011 "prototype": {
4012 "configurable": false,
4013 "enumerable": false,
4014 "writable": false,
4015 "value": "EvalError.prototype"
4016 }
4017 }
4018 },
4019 "RangeError": {
4020 "path": "RangeError",
4021 "[[Class]]": "Function",
4022 "[[Prototype]]": "Function.prototype",
4023 "typeof": "function",
4024 "section": "15.11.6.2",
4025 "extensible": true,
4026 "pdmap": {
4027 "length": {
4028 "configurable": false,
4029 "enumerable": false,
4030 "writable": false,
4031 "value": 1
4032 },
4033 "prototype": {
4034 "configurable": false,
4035 "enumerable": false,
4036 "writable": false,
4037 "value": "RangeError.prototype"
4038 }
4039 }
4040 },
4041 "ReferenceError": {
4042 "path": "ReferenceError",
4043 "[[Class]]": "Function",
4044 "[[Prototype]]": "Function.prototype",
4045 "typeof": "function",
4046 "section": "15.11.6.3",
4047 "extensible": true,
4048 "pdmap": {
4049 "length": {
4050 "configurable": false,
4051 "enumerable": false,
4052 "writable": false,
4053 "value": 1
4054 },
4055 "prototype": {
4056 "configurable": false,
4057 "enumerable": false,
4058 "writable": false,
4059 "value": "ReferenceError.prototype"
4060 }
4061 }
4062 },
4063 "SyntaxError": {
4064 "path": "SyntaxError",
4065 "[[Class]]": "Function",
4066 "[[Prototype]]": "Function.prototype",
4067 "typeof": "function",
4068 "section": "15.11.6.4",
4069 "extensible": true,
4070 "pdmap": {
4071 "length": {
4072 "configurable": false,
4073 "enumerable": false,
4074 "writable": false,
4075 "value": 1
4076 },
4077 "prototype": {
4078 "configurable": false,
4079 "enumerable": false,
4080 "writable": false,
4081 "value": "SyntaxError.prototype"
4082 }
4083 }
4084 },
4085 "TypeError": {
4086 "path": "TypeError",
4087 "[[Class]]": "Function",
4088 "[[Prototype]]": "Function.prototype",
4089 "typeof": "function",
4090 "section": "15.11.6.5",
4091 "extensible": true,
4092 "pdmap": {
4093 "length": {
4094 "configurable": false,
4095 "enumerable": false,
4096 "writable": false,
4097 "value": 1
4098 },
4099 "prototype": {
4100 "configurable": false,
4101 "enumerable": false,
4102 "writable": false,
4103 "value": "TypeError.prototype"
4104 }
4105 }
4106 },
4107 "URIError": {
4108 "path": "URIError",
4109 "[[Class]]": "Function",
4110 "[[Prototype]]": "Function.prototype",
4111 "typeof": "function",
4112 "section": "15.11.6.6",
4113 "extensible": true,
4114 "pdmap": {
4115 "length": {
4116 "configurable": false,
4117 "enumerable": false,
4118 "writable": false,
4119 "value": 1
4120 },
4121 "prototype": {
4122 "configurable": false,
4123 "enumerable": false,
4124 "writable": false,
4125 "value": "URIError.prototype"
4126 }
4127 }
4128 },
4129 "RangeError.prototype": {
4130 "path": "RangeError.prototype",
4131 "[[Class]]": "Error",
4132 "[[Prototype]]": "Error.prototype",
4133 "typeof": "object",
4134 "section": "15.11.7.7",
4135 "extensible": true,
4136 "pdmap": {
4137 "constructor": {
4138 "configurable": true,
4139 "enumerable": false,
4140 "writable": true,
4141 "value": "RangeError"
4142 },
4143 "message": {
4144 "configurable": true,
4145 "enumerable": false,
4146 "writable": true,
4147 "value": [
4148 "@quote",
4149 ""
4150 ]
4151 },
4152 "name": {
4153 "configurable": true,
4154 "enumerable": false,
4155 "writable": true,
4156 "value": [
4157 "@quote",
4158 "RangeError"
4159 ]
4160 }
4161 }
4162 },
4163 "TypeError.prototype": {
4164 "path": "TypeError.prototype",
4165 "[[Class]]": "Error",
4166 "[[Prototype]]": "Error.prototype",
4167 "typeof": "object",
4168 "section": "15.11.7.7",
4169 "extensible": true,
4170 "pdmap": {
4171 "constructor": {
4172 "configurable": true,
4173 "enumerable": false,
4174 "writable": true,
4175 "value": "TypeError"
4176 },
4177 "message": {
4178 "configurable": true,
4179 "enumerable": false,
4180 "writable": true,
4181 "value": [
4182 "@quote",
4183 ""
4184 ]
4185 },
4186 "name": {
4187 "configurable": true,
4188 "enumerable": false,
4189 "writable": true,
4190 "value": [
4191 "@quote",
4192 "TypeError"
4193 ]
4194 }
4195 }
4196 },
4197 "EvalError.prototype": {
4198 "path": "EvalError.prototype",
4199 "[[Class]]": "Error",
4200 "[[Prototype]]": "Error.prototype",
4201 "typeof": "object",
4202 "section": "15.11.7.7",
4203 "extensible": true,
4204 "pdmap": {
4205 "constructor": {
4206 "configurable": true,
4207 "enumerable": false,
4208 "writable": true,
4209 "value": "EvalError"
4210 },
4211 "message": {
4212 "configurable": true,
4213 "enumerable": false,
4214 "writable": true,
4215 "value": [
4216 "@quote",
4217 ""
4218 ]
4219 },
4220 "name": {
4221 "configurable": true,
4222 "enumerable": false,
4223 "writable": true,
4224 "value": [
4225 "@quote",
4226 "EvalError"
4227 ]
4228 }
4229 }
4230 },
4231 "URIError.prototype": {
4232 "path": "URIError.prototype",
4233 "[[Class]]": "Error",
4234 "[[Prototype]]": "Error.prototype",
4235 "typeof": "object",
4236 "section": "15.11.7.7",
4237 "extensible": true,
4238 "pdmap": {
4239 "constructor": {
4240 "configurable": true,
4241 "enumerable": false,
4242 "writable": true,
4243 "value": "URIError"
4244 },
4245 "message": {
4246 "configurable": true,
4247 "enumerable": false,
4248 "writable": true,
4249 "value": [
4250 "@quote",
4251 ""
4252 ]
4253 },
4254 "name": {
4255 "configurable": true,
4256 "enumerable": false,
4257 "writable": true,
4258 "value": [
4259 "@quote",
4260 "URIError"
4261 ]
4262 }
4263 }
4264 },
4265 "ReferenceError.prototype": {
4266 "path": "ReferenceError.prototype",
4267 "[[Class]]": "Error",
4268 "[[Prototype]]": "Error.prototype",
4269 "typeof": "object",
4270 "section": "15.11.7.7",
4271 "extensible": true,
4272 "pdmap": {
4273 "constructor": {
4274 "configurable": true,
4275 "enumerable": false,
4276 "writable": true,
4277 "value": "ReferenceError"
4278 },
4279 "message": {
4280 "configurable": true,
4281 "enumerable": false,
4282 "writable": true,
4283 "value": [
4284 "@quote",
4285 ""
4286 ]
4287 },
4288 "name": {
4289 "configurable": true,
4290 "enumerable": false,
4291 "writable": true,
4292 "value": [
4293 "@quote",
4294 "ReferenceError"
4295 ]
4296 }
4297 }
4298 },
4299 "SyntaxError.prototype": {
4300 "path": "SyntaxError.prototype",
4301 "[[Class]]": "Error",
4302 "[[Prototype]]": "Error.prototype",
4303 "typeof": "object",
4304 "section": "15.11.7.7",
4305 "extensible": true,
4306 "pdmap": {
4307 "constructor": {
4308 "configurable": true,
4309 "enumerable": false,
4310 "writable": true,
4311 "value": "SyntaxError"
4312 },
4313 "message": {
4314 "configurable": true,
4315 "enumerable": false,
4316 "writable": true,
4317 "value": [
4318 "@quote",
4319 ""
4320 ]
4321 },
4322 "name": {
4323 "configurable": true,
4324 "enumerable": false,
4325 "writable": true,
4326 "value": [
4327 "@quote",
4328 "SyntaxError"
4329 ]
4330 }
4331 }
4332 },
4333 "JSON": {
4334 "path": "JSON",
4335 "[[Class]]": "JSON",
4336 "[[Prototype]]": "Object.prototype",
4337 "typeof": "object",
4338 "section": "15.12",
4339 "extensible": true,
4340 "pdmap": {
4341 "parse": {
4342 "configurable": true,
4343 "enumerable": false,
4344 "writable": true,
4345 "value": "JSON.parse"
4346 },
4347 "stringify": {
4348 "configurable": true,
4349 "enumerable": false,
4350 "writable": true,
4351 "value": "JSON.stringify"
4352 }
4353 }
4354 },
4355 "JSON.parse": {
4356 "path": "JSON.parse",
4357 "[[Class]]": "Function",
4358 "[[Prototype]]": "Function.prototype",
4359 "typeof": "function",
4360 "section": "15.12.2",
4361 "extensible": true,
4362 "pdmap": {
4363 "length": {
4364 "configurable": false,
4365 "enumerable": false,
4366 "writable": false,
4367 "value": 2
4368 }
4369 }
4370 },
4371 "JSON.stringify": {
4372 "path": "JSON.stringify",
4373 "[[Class]]": "Function",
4374 "[[Prototype]]": "Function.prototype",
4375 "typeof": "function",
4376 "section": "15.12.3",
4377 "extensible": true,
4378 "pdmap": {
4379 "length": {
4380 "configurable": false,
4381 "enumerable": false,
4382 "writable": false,
4383 "value": 3
4384 }
4385 }
4386 }
4387 }
OLDNEW
« no previous file with comments | « tests/Generate/stdheap.js ('k') | tests/Generate/stdkeywords.js » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b