| OLD | NEW |
| 1 2011-05-18: Version 3.3.8 |
| 2 |
| 3 Add MarkIndependent to the persistent handle API. Independent |
| 4 handles are independent of all other persistent handles and can be |
| 5 garbage collected more frequently. |
| 6 |
| 7 Implement the get trap for Harmony proxies. Proxies are enabled |
| 8 with the --harmony-proxies flag. |
| 9 |
| 10 Performance improvements and bug fixes on all platforms. |
| 11 |
| 12 |
| 13 2011-05-16: Version 3.3.7 |
| 14 |
| 15 Updated MIPS infrastructure files. |
| 16 |
| 17 Performance improvements and bug fixes on all platforms. |
| 18 |
| 19 |
| 20 2011-05-11: Version 3.3.6 |
| 21 |
| 22 Updated MIPS infrastructure files. |
| 23 |
| 24 Added method IsCallable for Object to the API. |
| 25 Patch by Peter Varga. |
| 26 |
| 27 |
| 28 2011-05-09: Version 3.3.5 |
| 29 |
| 30 Fixed build on FreeBSD. Patch by Akinori MUSHA. |
| 31 |
| 32 Added check that receiver is JSObject on API calls. |
| 33 |
| 34 Implemented CallAsConstructor method for Object in the API (Issue 1348). |
| 35 Patch by Peter Varga. |
| 36 |
| 37 Added CallAsFunction method to the Object class in the API (Issue 1336). |
| 38 Patch by Peter Varga. |
| 39 |
| 40 Added per-isolate locking and unlocking. |
| 41 |
| 42 Fixed bug in x64 >>> operator (Issue 1359). |
| 43 |
| 44 |
| 1 2011-05-04: Version 3.3.4 | 45 2011-05-04: Version 3.3.4 |
| 2 | 46 |
| 3 Implemented API to disallow code generation from strings for a context | 47 Implemented API to disallow code generation from strings for a context |
| 4 (issue 1258). | 48 (issue 1258). |
| 5 | 49 |
| 6 Fixed bug with whitespaces in parseInt (issue 955). | 50 Fixed bug with whitespaces in parseInt (issue 955). |
| 7 | 51 |
| 8 Fixed bug with == comparison of Date objects (issue 1356). | 52 Fixed bug with == comparison of Date objects (issue 1356). |
| 9 | 53 |
| 10 Added GYP variables for ARM code generation: | 54 Added GYP variables for ARM code generation: |
| (...skipping 2739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2750 | 2794 |
| 2751 Improved debugger support by allowing nested break points and by | 2795 Improved debugger support by allowing nested break points and by |
| 2752 dealing with stack-overflows when compiling functions before | 2796 dealing with stack-overflows when compiling functions before |
| 2753 setting break points in them. | 2797 setting break points in them. |
| 2754 | 2798 |
| 2755 | 2799 |
| 2756 2008-07-03: Version 0.1.0 | 2800 2008-07-03: Version 0.1.0 |
| 2757 | 2801 |
| 2758 Initial export. | 2802 Initial export. |
| 2759 | 2803 |
| OLD | NEW |