| OLD | NEW |
| 1 2011-05-23: Version 3.3.9 |
| 2 |
| 3 Added DateTimeFormat class to experimental i18n API. |
| 4 |
| 5 Extended preparser to give early errors for some strict mode |
| 6 restrictions. |
| 7 |
| 8 Removed legacy execScript function from V8. |
| 9 |
| 10 Extended isolate API with the ability to add embedder-specific |
| 11 data to an isolate. |
| 12 |
| 13 Added basic support for polymorphic loads from JS and external |
| 14 arrays. |
| 15 |
| 16 Fixed bug in handling of switch statements in the optimizing |
| 17 compiler. |
| 18 |
| 19 |
| 1 2011-05-18: Version 3.3.8 | 20 2011-05-18: Version 3.3.8 |
| 2 | 21 |
| 3 Add MarkIndependent to the persistent handle API. Independent | 22 Added MarkIndependent to the persistent handle API. Independent |
| 4 handles are independent of all other persistent handles and can be | 23 handles are independent of all other persistent handles and can be |
| 5 garbage collected more frequently. | 24 garbage collected more frequently. |
| 6 | 25 |
| 7 Implement the get trap for Harmony proxies. Proxies are enabled | 26 Implemented the get trap for Harmony proxies. Proxies are enabled |
| 8 with the --harmony-proxies flag. | 27 with the --harmony-proxies flag. |
| 9 | 28 |
| 10 Performance improvements and bug fixes on all platforms. | 29 Performance improvements and bug fixes on all platforms. |
| 11 | 30 |
| 12 | 31 |
| 13 2011-05-16: Version 3.3.7 | 32 2011-05-16: Version 3.3.7 |
| 14 | 33 |
| 15 Updated MIPS infrastructure files. | 34 Updated MIPS infrastructure files. |
| 16 | 35 |
| 17 Performance improvements and bug fixes on all platforms. | 36 Performance improvements and bug fixes on all platforms. |
| (...skipping 2776 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2794 | 2813 |
| 2795 Improved debugger support by allowing nested break points and by | 2814 Improved debugger support by allowing nested break points and by |
| 2796 dealing with stack-overflows when compiling functions before | 2815 dealing with stack-overflows when compiling functions before |
| 2797 setting break points in them. | 2816 setting break points in them. |
| 2798 | 2817 |
| 2799 | 2818 |
| 2800 2008-07-03: Version 0.1.0 | 2819 2008-07-03: Version 0.1.0 |
| 2801 | 2820 |
| 2802 Initial export. | 2821 Initial export. |
| 2803 | 2822 |
| OLD | NEW |