OLD | NEW |
| 1 2010-03-10: Version 2.1.4 |
| 2 |
| 3 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853). |
| 4 |
| 5 Performance improvements on all platforms. |
| 6 |
| 7 |
1 2010-03-10: Version 2.1.3 | 8 2010-03-10: Version 2.1.3 |
2 | 9 |
3 Added API method for context-disposal notifications. | 10 Added API method for context-disposal notifications. |
4 | 11 |
5 Added API method for accessing elements by integer index. | 12 Added API method for accessing elements by integer index. |
6 | 13 |
7 Added missing implementation of Uint32::Value and Value::IsUint32 | 14 Added missing implementation of Uint32::Value and Value::IsUint32 |
8 API methods. | 15 API methods. |
9 | 16 |
10 Added IsExecutionTerminating API method. | 17 Added IsExecutionTerminating API method. |
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1540 | 1547 |
1541 Improved debugger support by allowing nested break points and by | 1548 Improved debugger support by allowing nested break points and by |
1542 dealing with stack-overflows when compiling functions before | 1549 dealing with stack-overflows when compiling functions before |
1543 setting break points in them. | 1550 setting break points in them. |
1544 | 1551 |
1545 | 1552 |
1546 2008-07-03: Version 0.1.0 | 1553 2008-07-03: Version 0.1.0 |
1547 | 1554 |
1548 Initial export. | 1555 Initial export. |
1549 | 1556 |
OLD | NEW |