OLD | NEW |
| 1 2012-03-19: Version 3.9.20 |
| 2 |
| 3 Fix declarations escaping global strict eval. (Issue 1624) |
| 4 |
| 5 Fix wrapping of receiver for non-strict callbacks. (Issue 1973) |
| 6 |
| 7 Fix function declarations overwriting read-only global properties. |
| 8 (Chromium issue 115452) |
| 9 |
| 10 Fix --use-strict flag in combination with --harmony[-scoping]. |
| 11 |
| 12 Debugger: naive implementation of "step into Function.prototype.bind". |
| 13 |
| 14 Debugger: add ability to set script source from within OnBeforeCompile. |
| 15 |
| 16 Add flag to always call DebugBreak on abort. |
| 17 |
| 18 Re-enable constructor inlining and inline === comparison with boolean |
| 19 constants. (Issue 2009) |
| 20 |
| 21 Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004) |
| 22 |
| 23 Performance and stability improvements on all platforms. |
| 24 |
| 25 |
1 2012-03-14: Version 3.9.19 | 26 2012-03-14: Version 3.9.19 |
2 | 27 |
3 Ensure there is a smi check of the receiver for global load and call | 28 Ensure there is a smi check of the receiver for global load and call |
4 ICs (Chromium issue 117794). | 29 ICs (Chromium issue 117794). |
5 | 30 |
6 Performance and stability improvements on all platforms. | 31 Performance and stability improvements on all platforms. |
7 | 32 |
8 | 33 |
9 2012-03-13: Version 3.9.18 | 34 2012-03-13: Version 3.9.18 |
10 | 35 |
(...skipping 3855 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3866 setting break points in them. | 3891 setting break points in them. |
3867 | 3892 |
3868 | 3893 |
3869 2008-07-03: Version 0.1.0 | 3894 2008-07-03: Version 0.1.0 |
3870 | 3895 |
3871 Initial export. | 3896 Initial export. |
3872 | 3897 |
3873 # Local Variables: | 3898 # Local Variables: |
3874 # mode:text | 3899 # mode:text |
3875 # End: | 3900 # End: |
OLD | NEW |