OLD | NEW |
| 1 2011-02-02: Version 3.1.1 |
| 2 |
| 3 Perform security checks before fetching the value in |
| 4 Object.getOwnPropertyDescriptor. |
| 5 |
| 6 Fixed a bug in Array.prototype.splice triggered by passing no |
| 7 arguments. |
| 8 |
| 9 Fixed bugs in -0 in arithmetic and in Math.pow. |
| 10 |
| 11 Fixed bugs in the register allocator and in switching from optimized |
| 12 to unoptimized code. |
| 13 |
| 14 |
1 2011-01-31: Version 3.1.0 | 15 2011-01-31: Version 3.1.0 |
2 | 16 |
3 Performance improvements on all platforms. | 17 Performance improvements on all platforms. |
4 | 18 |
5 | 19 |
6 2011-01-28: Version 3.0.12 | 20 2011-01-28: Version 3.0.12 |
7 | 21 |
8 Added support for strict mode parameter and object property | 22 Added support for strict mode parameter and object property |
9 validation. | 23 validation. |
10 | 24 |
(...skipping 2419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2430 | 2444 |
2431 Improved debugger support by allowing nested break points and by | 2445 Improved debugger support by allowing nested break points and by |
2432 dealing with stack-overflows when compiling functions before | 2446 dealing with stack-overflows when compiling functions before |
2433 setting break points in them. | 2447 setting break points in them. |
2434 | 2448 |
2435 | 2449 |
2436 2008-07-03: Version 0.1.0 | 2450 2008-07-03: Version 0.1.0 |
2437 | 2451 |
2438 Initial export. | 2452 Initial export. |
2439 | 2453 |
OLD | NEW |