OLD | NEW |
| 1 2010-07-19: Version 2.3.1 |
| 2 |
| 3 Fixed compilation and linking with V8_INTERPRETED_REGEXP flag. |
| 4 |
| 5 Fixed bug related to code flushing while compiling a lazy |
| 6 compilable function (issue http://crbug.com/49099). |
| 7 |
| 8 Performance improvements on all platforms. |
| 9 |
| 10 |
1 2010-07-15: Version 2.3.0 | 11 2010-07-15: Version 2.3.0 |
2 | 12 |
3 Added ES5 Object.seal and Object.isSealed. | 13 Added ES5 Object.seal and Object.isSealed. |
4 | 14 |
5 Added debugger API for scheduling debugger commands from a | 15 Added debugger API for scheduling debugger commands from a |
6 separate thread. | 16 separate thread. |
7 | 17 |
8 | 18 |
9 2010-07-14: Version 2.2.24 | 19 2010-07-14: Version 2.2.24 |
10 | 20 |
(...skipping 1863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1874 | 1884 |
1875 Improved debugger support by allowing nested break points and by | 1885 Improved debugger support by allowing nested break points and by |
1876 dealing with stack-overflows when compiling functions before | 1886 dealing with stack-overflows when compiling functions before |
1877 setting break points in them. | 1887 setting break points in them. |
1878 | 1888 |
1879 | 1889 |
1880 2008-07-03: Version 0.1.0 | 1890 2008-07-03: Version 0.1.0 |
1881 | 1891 |
1882 Initial export. | 1892 Initial export. |
1883 | 1893 |
OLD | NEW |