OLD | NEW |
| 1 2013-10-24: Version 3.22.20 |
| 2 |
| 3 Made Array.prototype.pop throw if the last element is not configurable. |
| 4 |
| 5 Fixed HObjectAccess for loads from migrating prototypes. |
| 6 (Chromium issue 305309) |
| 7 |
| 8 Enabled preaging of code objects when --optimize-for-size. |
| 9 (Chromium issue 280984) |
| 10 |
| 11 Exposed v8::Function::GetDisplayName to public API. |
| 12 (Chromium issue 17356) |
| 13 |
| 14 Performance and stability improvements on all platforms. |
| 15 |
| 16 |
1 2013-10-23: Version 3.22.19 | 17 2013-10-23: Version 3.22.19 |
2 | 18 |
3 Fix materialization of captured objects with field tracking. | 19 Fix materialization of captured objects with field tracking. |
4 (Chromium issue 298990) | 20 (Chromium issue 298990) |
5 | 21 |
6 Performance and stability improvements on all platforms. | 22 Performance and stability improvements on all platforms. |
7 | 23 |
8 | 24 |
9 2013-10-22: Version 3.22.18 | 25 2013-10-22: Version 3.22.18 |
10 | 26 |
(...skipping 6114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6125 setting break points in them. | 6141 setting break points in them. |
6126 | 6142 |
6127 | 6143 |
6128 2008-07-03: Version 0.1.0 | 6144 2008-07-03: Version 0.1.0 |
6129 | 6145 |
6130 Initial export. | 6146 Initial export. |
6131 | 6147 |
6132 # Local Variables: | 6148 # Local Variables: |
6133 # mode:text | 6149 # mode:text |
6134 # End: | 6150 # End: |
OLD | NEW |