OLD | NEW |
| 1 2014-01-15: Version 3.24.16 |
| 2 |
| 3 Annotate mapped memory regions for LeakSanitizer (Chromium issue |
| 4 328552). |
| 5 |
| 6 Turn Runtime_MigrateInstance into Runtime_TryMigrateInstance (Chromium |
| 7 issue 315252). |
| 8 |
| 9 Performance and stability improvements on all platforms. |
| 10 |
| 11 |
1 2014-01-14: Version 3.24.15 | 12 2014-01-14: Version 3.24.15 |
2 | 13 |
3 Introduce an API mirroring the gc extension. | 14 Introduce an API mirroring the gc extension. |
4 | 15 |
5 Performance and stability improvements on all platforms. | 16 Performance and stability improvements on all platforms. |
6 | 17 |
7 | 18 |
8 2014-01-10: Version 3.24.14 | 19 2014-01-10: Version 3.24.14 |
9 | 20 |
10 ES6: Add Object.getOwnPropertySymbols (issue 3049). | 21 ES6: Add Object.getOwnPropertySymbols (issue 3049). |
(...skipping 6487 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6498 setting break points in them. | 6509 setting break points in them. |
6499 | 6510 |
6500 | 6511 |
6501 2008-07-03: Version 0.1.0 | 6512 2008-07-03: Version 0.1.0 |
6502 | 6513 |
6503 Initial export. | 6514 Initial export. |
6504 | 6515 |
6505 # Local Variables: | 6516 # Local Variables: |
6506 # mode:text | 6517 # mode:text |
6507 # End: | 6518 # End: |
OLD | NEW |