OLD | NEW |
| 1 2010-06-23: Version 2.2.19 |
| 2 |
| 3 Fix bug that causes the build to break when profillingsupport=off |
| 4 (issue 738). |
| 5 |
| 6 Added expose-externalize-string flag for testing extensions. |
| 7 |
| 8 Resolve linker issues with using V8 as a DLL causing a number of |
| 9 problems with unresolved symbols. |
| 10 |
| 11 Fix build failure for cctests when ENABLE_DEBUGGER_SUPPORT is not |
| 12 defined. |
| 13 |
| 14 Performance improvements on all platforms. |
| 15 |
| 16 |
1 2010-06-16: Version 2.2.18 | 17 2010-06-16: Version 2.2.18 |
2 | 18 |
3 Added API functions to retrieve information on indexed properties | 19 Added API functions to retrieve information on indexed properties |
4 managed by the embedding layer. Fixes bug 737. | 20 managed by the embedding layer. Fixes bug 737. |
5 | 21 |
6 Make ES5 Object.defineProperty support array elements. Fixes bug 619. | 22 Make ES5 Object.defineProperty support array elements. Fixes bug 619. |
7 | 23 |
8 Add heap profiling to the API. | 24 Add heap profiling to the API. |
9 | 25 |
10 Remove old named property query from the API. | 26 Remove old named property query from the API. |
(...skipping 1768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1779 | 1795 |
1780 Improved debugger support by allowing nested break points and by | 1796 Improved debugger support by allowing nested break points and by |
1781 dealing with stack-overflows when compiling functions before | 1797 dealing with stack-overflows when compiling functions before |
1782 setting break points in them. | 1798 setting break points in them. |
1783 | 1799 |
1784 | 1800 |
1785 2008-07-03: Version 0.1.0 | 1801 2008-07-03: Version 0.1.0 |
1786 | 1802 |
1787 Initial export. | 1803 Initial export. |
1788 | 1804 |
OLD | NEW |