OLD | NEW |
| 1 2013-08-01: Version 3.20.12 |
| 2 |
| 3 Removed buggy ToNumber truncation (partial fix for issue 2813) |
| 4 |
| 5 Calling Map etc without new should throw TypeError (issue 2819) |
| 6 |
| 7 Fixed a crash for large code objects on ARM (Chromium issue 2736) |
| 8 |
| 9 Fixed stale unhandlified value in JSObject::SetPropertyForResult. |
| 10 (Chromium issue 265894) |
| 11 |
| 12 Added new Harmony methods to String.prototype object. |
| 13 (issue 2796,v8:2797,v8:2798,v8:2799) |
| 14 |
| 15 Performance and stability improvements on all platforms. |
| 16 |
| 17 |
| 18 2013-07-30: Version 3.20.11 |
| 19 |
| 20 Performance and stability improvements on all platforms. |
| 21 |
| 22 |
1 2013-07-29: Version 3.20.10 | 23 2013-07-29: Version 3.20.10 |
2 | 24 |
3 Performance and stability improvements on all platforms. | 25 Performance and stability improvements on all platforms. |
4 | 26 |
5 | 27 |
6 2013-07-26: Version 3.20.9 | 28 2013-07-26: Version 3.20.9 |
7 | 29 |
8 Check that ExternalString objects get aligned resources. | 30 Check that ExternalString objects get aligned resources. |
9 | 31 |
10 Fixed JSArray-specific length lookup in polymorphic array handling | 32 Fixed JSArray-specific length lookup in polymorphic array handling |
(...skipping 5645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5656 setting break points in them. | 5678 setting break points in them. |
5657 | 5679 |
5658 | 5680 |
5659 2008-07-03: Version 0.1.0 | 5681 2008-07-03: Version 0.1.0 |
5660 | 5682 |
5661 Initial export. | 5683 Initial export. |
5662 | 5684 |
5663 # Local Variables: | 5685 # Local Variables: |
5664 # mode:text | 5686 # mode:text |
5665 # End: | 5687 # End: |
OLD | NEW |