OLD | NEW |
| 1 2012-09-06: Version 3.13.6 |
| 2 |
| 3 Added validity checking to API functions and calls. |
| 4 |
| 5 Disabled accessor inlining (Chromium issue 134609). |
| 6 |
| 7 Fixed bug in Math.min/max in optimized code (Chromium issue 145961). |
| 8 |
| 9 Directly use %ObjectKeys in json stringify (Chromium issue 2312). |
| 10 |
| 11 Fixed VS2005 build (issue 2313). |
| 12 |
| 13 Activated fixed ES5 readonly semantics by default. |
| 14 |
| 15 Added hardfp flag to the Makefile. |
| 16 |
| 17 Performance and stability improvements on all platforms. |
| 18 |
| 19 |
1 2012-08-29: Version 3.13.5 | 20 2012-08-29: Version 3.13.5 |
2 | 21 |
3 Release stack trace data after firing Error.stack accessor. | 22 Release stack trace data after firing Error.stack accessor. |
4 (issue 2308) | 23 (issue 2308) |
5 | 24 |
6 Added a new API V8::SetJitCodeEventHandler to push code name and | 25 Added a new API V8::SetJitCodeEventHandler to push code name and |
7 location to users such as profilers. | 26 location to users such as profilers. |
8 | 27 |
9 Allocate block-scoped global bindings to global context. | 28 Allocate block-scoped global bindings to global context. |
10 | 29 |
(...skipping 4529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4540 setting break points in them. | 4559 setting break points in them. |
4541 | 4560 |
4542 | 4561 |
4543 2008-07-03: Version 0.1.0 | 4562 2008-07-03: Version 0.1.0 |
4544 | 4563 |
4545 Initial export. | 4564 Initial export. |
4546 | 4565 |
4547 # Local Variables: | 4566 # Local Variables: |
4548 # mode:text | 4567 # mode:text |
4549 # End: | 4568 # End: |
OLD | NEW |