OLD | NEW |
---|---|
1 2011-01-19: Version 3.0.9 | |
2 | |
3 Added basic GDB JIT Interface integration. | |
4 | |
5 Make invalid break/continue statements a syntax error instead of a | |
6 runtime error. | |
7 | |
Rico
2011/01/19 09:31:19
Add extra blank line
| |
1 2011-01-17: Version 3.0.8 | 8 2011-01-17: Version 3.0.8 |
2 | 9 |
3 Exposed heap size limit to the heap statistics gathered by | 10 Exposed heap size limit to the heap statistics gathered by |
4 the GetHeapStatistics API. | 11 the GetHeapStatistics API. |
5 | 12 |
6 Wrapped external pointers more carefully (issue 1037). | 13 Wrapped external pointers more carefully (issue 1037). |
7 | 14 |
8 Hardened the implementation of error objects to avoid setters | 15 Hardened the implementation of error objects to avoid setters |
9 intercepting the properties set then throwing an error. | 16 intercepting the properties set then throwing an error. |
10 | 17 |
(...skipping 2369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2380 | 2387 |
2381 Improved debugger support by allowing nested break points and by | 2388 Improved debugger support by allowing nested break points and by |
2382 dealing with stack-overflows when compiling functions before | 2389 dealing with stack-overflows when compiling functions before |
2383 setting break points in them. | 2390 setting break points in them. |
2384 | 2391 |
2385 | 2392 |
2386 2008-07-03: Version 0.1.0 | 2393 2008-07-03: Version 0.1.0 |
2387 | 2394 |
2388 Initial export. | 2395 Initial export. |
2389 | 2396 |
OLD | NEW |