OLD | NEW |
| 1 2014-01-09: Version 3.24.13 |
| 2 |
| 3 Add Isolate parameter to HandleScope::NumberOfHandles (Chromium issue |
| 4 324225). |
| 5 |
| 6 Removed v8::AssertNoGCScope. |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2014-01-08: Version 3.24.12 | 11 2014-01-08: Version 3.24.12 |
2 | 12 |
3 Correctly handle instances without elements in polymorphic keyed | 13 Correctly handle instances without elements in polymorphic keyed |
4 load/store (Chromium issue 331416). | 14 load/store (Chromium issue 331416). |
5 | 15 |
6 Fix selection of popular pages in store buffer (Chromium issue 331444). | 16 Fix selection of popular pages in store buffer (Chromium issue 331444). |
7 | 17 |
8 Prepare removal of ObjectTemplate::New without Isolate parameter | 18 Prepare removal of ObjectTemplate::New without Isolate parameter |
9 (Chromium issue 324225). | 19 (Chromium issue 324225). |
10 | 20 |
(...skipping 6463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6474 setting break points in them. | 6484 setting break points in them. |
6475 | 6485 |
6476 | 6486 |
6477 2008-07-03: Version 0.1.0 | 6487 2008-07-03: Version 0.1.0 |
6478 | 6488 |
6479 Initial export. | 6489 Initial export. |
6480 | 6490 |
6481 # Local Variables: | 6491 # Local Variables: |
6482 # mode:text | 6492 # mode:text |
6483 # End: | 6493 # End: |
OLD | NEW |