OLD | NEW |
---|---|
1 2012-04-17: Version 3.10.3 | |
2 | |
3 Fixed several bugs in heap profiles (including issue 2078). | |
4 | |
5 Throw syntax errors on illegal escape sequences. | |
6 | |
7 Implemented rudimentary module linking (behind --harmony flag) | |
8 | |
9 Implemented ES5 erratum: Global declarations should shadow | |
10 inherited properties. | |
11 | |
12 Made handling of const more consistent when combined with 'eval' | |
13 and 'with'. | |
14 | |
15 Fixed V8 on MinGW-x64 (issue 2026). | |
16 | |
17 Updated test expectations to match the most recent Test262 version. | |
Michael Starzinger
2012/04/17 11:19:10
I don't think this is interesting to people becaus
| |
18 | |
19 Performance and stability improvements on all platforms. | |
20 | |
21 | |
1 2012-04-13: Version 3.10.2 | 22 2012-04-13: Version 3.10.2 |
2 | 23 |
3 Fixed native ARM build (issues 1744, 539) | 24 Fixed native ARM build (issues 1744, 539) |
4 | 25 |
5 Return LOOKUP variable instead of CONTEXT for non-context allocated | 26 Return LOOKUP variable instead of CONTEXT for non-context allocated |
6 outer scope parameters (Chromium issue 119609). | 27 outer scope parameters (Chromium issue 119609). |
7 | 28 |
8 Fixed regular and ElementsKind transitions interfering with each other | 29 Fixed regular and ElementsKind transitions interfering with each other |
9 (Chromium issue 122271). | 30 (Chromium issue 122271). |
10 | 31 |
(...skipping 3997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4008 setting break points in them. | 4029 setting break points in them. |
4009 | 4030 |
4010 | 4031 |
4011 2008-07-03: Version 0.1.0 | 4032 2008-07-03: Version 0.1.0 |
4012 | 4033 |
4013 Initial export. | 4034 Initial export. |
4014 | 4035 |
4015 # Local Variables: | 4036 # Local Variables: |
4016 # mode:text | 4037 # mode:text |
4017 # End: | 4038 # End: |
OLD | NEW |