| OLD | NEW |
| 1 2010-03-22: Version 2.1.7 |
| 2 |
| 3 Fixed issue 650. |
| 4 |
| 5 Fixed a bug where __proto__ was sometimes enumerated (issue 646). |
| 6 |
| 7 Performance improvements for arithmetic operations. |
| 8 |
| 9 Performance improvements for string operations. |
| 10 |
| 11 Print script name and line number information in stack trace. |
| 12 |
| 13 |
| 14 2010-03-17: Version 2.1.6 |
| 15 |
| 16 Performance improvements for arithmetic operations. |
| 17 |
| 18 Performance improvements for string operations. |
| 19 |
| 20 |
| 21 2010-03-10: Version 2.1.4 |
| 22 |
| 23 Fixed code cache lookup for keyed IC's (issue http://crbug.com/37853). |
| 24 |
| 25 Performance improvements on all platforms. |
| 26 |
| 27 |
| 1 2010-03-10: Version 2.1.3 | 28 2010-03-10: Version 2.1.3 |
| 2 | 29 |
| 3 Added API method for context-disposal notifications. | 30 Added API method for context-disposal notifications. |
| 4 | 31 |
| 5 Added API method for accessing elements by integer index. | 32 Added API method for accessing elements by integer index. |
| 6 | 33 |
| 7 Added missing implementation of Uint32::Value and Value::IsUint32 | 34 Added missing implementation of Uint32::Value and Value::IsUint32 |
| 8 API methods. | 35 API methods. |
| 9 | 36 |
| 10 Added IsExecutionTerminating API method. | 37 Added IsExecutionTerminating API method. |
| (...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1540 | 1567 |
| 1541 Improved debugger support by allowing nested break points and by | 1568 Improved debugger support by allowing nested break points and by |
| 1542 dealing with stack-overflows when compiling functions before | 1569 dealing with stack-overflows when compiling functions before |
| 1543 setting break points in them. | 1570 setting break points in them. |
| 1544 | 1571 |
| 1545 | 1572 |
| 1546 2008-07-03: Version 0.1.0 | 1573 2008-07-03: Version 0.1.0 |
| 1547 | 1574 |
| 1548 Initial export. | 1575 Initial export. |
| 1549 | 1576 |
| OLD | NEW |