| OLD | NEW |
| 1 2009-09-22: Version 1.3.12 |
| 2 |
| 3 Changed behavior of |function|.toString() on built-in functions to |
| 4 be compatible with other implementations. Patch by Jan de Mooij. |
| 5 |
| 6 Added Object::IsDirty in the API. |
| 7 |
| 8 Optimized array construction; it is now handled purely in native |
| 9 code. |
| 10 |
| 11 [ES5] Made properties of the arguments array enumerable. |
| 12 |
| 13 [ES5] Added test suite adapter for the es5conform test suite. |
| 14 |
| 15 [ES5] Added Object.keys function. |
| 16 |
| 1 2009-09-15: Version 1.3.11 | 17 2009-09-15: Version 1.3.11 |
| 2 | 18 |
| 3 Fixed crash in error reporting during bootstrapping. | 19 Fixed crash in error reporting during bootstrapping. |
| 4 | 20 |
| 5 Optimized generated IA32 math code by using SSE2 instructions when | 21 Optimized generated IA32 math code by using SSE2 instructions when |
| 6 available. | 22 available. |
| 7 | 23 |
| 8 Implemented missing pieces of debugger infrastructure on ARM. The | 24 Implemented missing pieces of debugger infrastructure on ARM. The |
| 9 debugger is now fully functional on ARM. | 25 debugger is now fully functional on ARM. |
| 10 | 26 |
| (...skipping 1234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1245 | 1261 |
| 1246 Improved debugger support by allowing nested break points and by | 1262 Improved debugger support by allowing nested break points and by |
| 1247 dealing with stack-overflows when compiling functions before | 1263 dealing with stack-overflows when compiling functions before |
| 1248 setting break points in them. | 1264 setting break points in them. |
| 1249 | 1265 |
| 1250 | 1266 |
| 1251 2008-07-03: Version 0.1.0 | 1267 2008-07-03: Version 0.1.0 |
| 1252 | 1268 |
| 1253 Initial export. | 1269 Initial export. |
| 1254 | 1270 |
| OLD | NEW |