OLD | NEW |
| 1 2014-01-10: Version 3.24.14 |
| 2 |
| 3 ES6: Add Object.getOwnPropertySymbols (issue 3049). |
| 4 |
| 5 Performance and stability improvements on all platforms. |
| 6 |
| 7 |
1 2014-01-09: Version 3.24.13 | 8 2014-01-09: Version 3.24.13 |
2 | 9 |
3 Add Isolate parameter to HandleScope::NumberOfHandles (Chromium issue | 10 Add Isolate parameter to HandleScope::NumberOfHandles (Chromium issue |
4 324225). | 11 324225). |
5 | 12 |
6 Removed v8::AssertNoGCScope. | 13 Removed v8::AssertNoGCScope. |
7 | 14 |
8 Performance and stability improvements on all platforms. | 15 Performance and stability improvements on all platforms. |
9 | 16 |
10 | 17 |
(...skipping 6473 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6484 setting break points in them. | 6491 setting break points in them. |
6485 | 6492 |
6486 | 6493 |
6487 2008-07-03: Version 0.1.0 | 6494 2008-07-03: Version 0.1.0 |
6488 | 6495 |
6489 Initial export. | 6496 Initial export. |
6490 | 6497 |
6491 # Local Variables: | 6498 # Local Variables: |
6492 # mode:text | 6499 # mode:text |
6493 # End: | 6500 # End: |
OLD | NEW |