OLD | NEW |
| 1 2009-10-16: Version 1.3.16 |
| 2 |
| 3 X64: Convert smis to holding 32 bits of payload. |
| 4 |
| 5 Introduce v8::Integer::NewFromUnsigned method. |
| 6 |
| 7 Add missing null check in Context::GetCurrent. |
| 8 |
| 9 Add trim, trimLeft and trimRight methods to String |
| 10 Patch by Jan de Mooij <jandemooij@gmail.com> |
| 11 |
| 12 Implement ES5 Array.isArray |
| 13 Patch by Jan de Mooij <jandemooij@gmail.com> |
| 14 |
| 15 Skip access checks for hidden properties. |
| 16 |
| 17 Add String::Concat(Handle<String> left, Handle<String> right) to the V8
API. |
| 18 |
| 19 Fix GYP-based builds of V8. |
| 20 |
| 21 |
1 2009-10-07: Version 1.3.15 | 22 2009-10-07: Version 1.3.15 |
2 | 23 |
3 Expand the maximum size of the code space to 512MB for 64-bit mode. | 24 Expand the maximum size of the code space to 512MB for 64-bit mode. |
4 | 25 |
5 Fixed a crash bug happening when starting profiling (issue | 26 Fixed a crash bug happening when starting profiling (issue |
6 http://crbug.com/23768). | 27 http://crbug.com/23768). |
7 | 28 |
8 | 29 |
9 2009-10-07: Version 1.3.14 | 30 2009-10-07: Version 1.3.14 |
10 | 31 |
(...skipping 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1320 | 1341 |
1321 Improved debugger support by allowing nested break points and by | 1342 Improved debugger support by allowing nested break points and by |
1322 dealing with stack-overflows when compiling functions before | 1343 dealing with stack-overflows when compiling functions before |
1323 setting break points in them. | 1344 setting break points in them. |
1324 | 1345 |
1325 | 1346 |
1326 2008-07-03: Version 0.1.0 | 1347 2008-07-03: Version 0.1.0 |
1327 | 1348 |
1328 Initial export. | 1349 Initial export. |
1329 | 1350 |
OLD | NEW |