OLD | NEW |
| 1 2014-03-18: Version 3.25.15 |
| 2 |
| 3 Don't generate keyed store ICs for global proxies (Chromium issue |
| 4 352983). |
| 5 |
| 6 MIPS: Make invalid LHSs a parse-time (reference) error (Chromium issue |
| 7 351658). |
| 8 |
| 9 Make invalid LHSs a parse-time (reference) error (Chromium issue |
| 10 351658). |
| 11 |
| 12 Add Promises/A+ Compliance Test Suite (Chromium issue 347095). |
| 13 |
| 14 Split Promise API into Promise/Resolver. |
| 15 |
| 16 Performance and stability improvements on all platforms. |
| 17 |
| 18 |
1 2014-03-17: Version 3.25.14 | 19 2014-03-17: Version 3.25.14 |
2 | 20 |
3 Performance and stability improvements on all platforms. | 21 Performance and stability improvements on all platforms. |
4 | 22 |
5 | 23 |
6 2014-03-17: Version 3.25.13 | 24 2014-03-17: Version 3.25.13 |
7 | 25 |
8 Move profiler callback interfaces from v8.h to v8-profiler.h. | 26 Move profiler callback interfaces from v8.h to v8-profiler.h. |
9 | 27 |
10 Performance and stability improvements on all platforms. | 28 Performance and stability improvements on all platforms. |
(...skipping 6928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6939 setting break points in them. | 6957 setting break points in them. |
6940 | 6958 |
6941 | 6959 |
6942 2008-07-03: Version 0.1.0 | 6960 2008-07-03: Version 0.1.0 |
6943 | 6961 |
6944 Initial export. | 6962 Initial export. |
6945 | 6963 |
6946 # Local Variables: | 6964 # Local Variables: |
6947 # mode:text | 6965 # mode:text |
6948 # End: | 6966 # End: |
OLD | NEW |