OLD | NEW |
---|---|
1 2012-05-29: Version 3.11.7 | |
2 | |
3 Fixed JSObject::SetPropertyForResult. (issue 2153) | |
Jakob Kummerow
2012/05/29 13:13:33
Don't need this (bug wasn't present in last trunk
| |
4 | |
5 Enabled map transitions for accessor properties. | |
Jakob Kummerow
2012/05/29 13:13:33
Don't need this (invisible to embedders, right?).
| |
6 | |
7 Clear pending functions list in FuncNameInferrer when it closes. (issue 2146) | |
Jakob Kummerow
2012/05/29 13:13:33
nit: 80 columns. Also, I'd change the description
| |
8 | |
9 Get better function names in stack traces. | |
10 | |
11 Performance and stability improvements on all platforms. | |
12 | |
13 | |
1 2012-05-24: Version 3.11.6 | 14 2012-05-24: Version 3.11.6 |
2 | 15 |
3 Fixed RegExp.prototype.toString for incompatible receivers | 16 Fixed RegExp.prototype.toString for incompatible receivers |
4 (issue 1981). | 17 (issue 1981). |
5 | 18 |
6 Performance and stability improvements on all platforms. | 19 Performance and stability improvements on all platforms. |
7 | 20 |
8 | 21 |
9 2012-05-23: Version 3.11.5 | 22 2012-05-23: Version 3.11.5 |
10 | 23 |
(...skipping 4177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4188 setting break points in them. | 4201 setting break points in them. |
4189 | 4202 |
4190 | 4203 |
4191 2008-07-03: Version 0.1.0 | 4204 2008-07-03: Version 0.1.0 |
4192 | 4205 |
4193 Initial export. | 4206 Initial export. |
4194 | 4207 |
4195 # Local Variables: | 4208 # Local Variables: |
4196 # mode:text | 4209 # mode:text |
4197 # End: | 4210 # End: |
OLD | NEW |