OLD | NEW |
| 1 2013-04-04: Version 3.17.16 |
| 2 |
| 3 Stack trace API: poison stack frames below the first strict mode frame. |
| 4 (issue 2564) |
| 5 |
| 6 Made Isolate::GetHeapStatistics robust against half-initialized |
| 7 isolates (Chromium issue 2591). |
| 8 |
| 9 Finished implementation of ES6 symbols aka. private names (issue 2158). |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
1 2013-03-21: Version 3.17.15 | 14 2013-03-21: Version 3.17.15 |
2 | 15 |
3 Rolled back API changes to maintain compatibility with older | 16 Rolled back API changes to maintain compatibility with older |
4 3.17.x versions of V8. | 17 3.17.x versions of V8. |
5 | 18 |
6 Disable zapping of global handles in release mode. | 19 Disable zapping of global handles in release mode. |
7 | 20 |
8 Always mark the entire valid prefix of the descriptor array. | 21 Always mark the entire valid prefix of the descriptor array. |
9 (Chromium issue 196331) | 22 (Chromium issue 196331) |
10 | 23 |
(...skipping 5245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5256 setting break points in them. | 5269 setting break points in them. |
5257 | 5270 |
5258 | 5271 |
5259 2008-07-03: Version 0.1.0 | 5272 2008-07-03: Version 0.1.0 |
5260 | 5273 |
5261 Initial export. | 5274 Initial export. |
5262 | 5275 |
5263 # Local Variables: | 5276 # Local Variables: |
5264 # mode:text | 5277 # mode:text |
5265 # End: | 5278 # End: |
OLD | NEW |