OLD | NEW |
| 1 2013-12-23: Version 3.24.7 |
| 2 |
| 3 Fix small spec violation in String.prototype.split (issue 3026). |
| 4 |
| 5 Correctly resolve forcibly context allocated parameters in debug- |
| 6 evaluate (Chromium issue 325676). |
| 7 |
| 8 Introduce Function::GetBoundFunction. |
| 9 |
| 10 Performance and stability improvements on all platforms. |
| 11 |
| 12 |
1 2013-12-20: Version 3.24.6 | 13 2013-12-20: Version 3.24.6 |
2 | 14 |
3 Performance and stability improvements on all platforms. | 15 Performance and stability improvements on all platforms. |
4 | 16 |
5 | 17 |
6 2013-12-19: Version 3.24.5 | 18 2013-12-19: Version 3.24.5 |
7 | 19 |
8 Performance and stability improvements on all platforms. | 20 Performance and stability improvements on all platforms. |
9 | 21 |
10 | 22 |
(...skipping 6400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6411 setting break points in them. | 6423 setting break points in them. |
6412 | 6424 |
6413 | 6425 |
6414 2008-07-03: Version 0.1.0 | 6426 2008-07-03: Version 0.1.0 |
6415 | 6427 |
6416 Initial export. | 6428 Initial export. |
6417 | 6429 |
6418 # Local Variables: | 6430 # Local Variables: |
6419 # mode:text | 6431 # mode:text |
6420 # End: | 6432 # End: |
OLD | NEW |