OLD | NEW |
| 1 2013-07-02: Version 3.20.1 |
| 2 |
| 3 Implemented WeakMap.prototype.clear function. (issue 2753) |
| 4 |
| 5 Ensure CheckInitialized is present independent of define. |
| 6 (Chromium issue 255779) |
| 7 |
| 8 Performance and stability improvements on all platforms. |
| 9 |
| 10 |
1 2013-06-28: Version 3.20.0 | 11 2013-06-28: Version 3.20.0 |
2 | 12 |
3 Migrated several tests from blink to V8 repository. | 13 Migrated several tests from blink to V8 repository. |
4 | 14 |
5 Allowed users of the V8 API to distinguish between unset and undefined | 15 Allowed users of the V8 API to distinguish between unset and undefined |
6 HiddenValues (issue 2746). | 16 HiddenValues (issue 2746). |
7 | 17 |
8 Deprecated old style callbacks in the V8 API. | 18 Deprecated old style callbacks in the V8 API. |
9 | 19 |
10 Turned on parallel recompilation. | 20 Turned on parallel recompilation. |
(...skipping 5533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5544 setting break points in them. | 5554 setting break points in them. |
5545 | 5555 |
5546 | 5556 |
5547 2008-07-03: Version 0.1.0 | 5557 2008-07-03: Version 0.1.0 |
5548 | 5558 |
5549 Initial export. | 5559 Initial export. |
5550 | 5560 |
5551 # Local Variables: | 5561 # Local Variables: |
5552 # mode:text | 5562 # mode:text |
5553 # End: | 5563 # End: |
OLD | NEW |