OLD | NEW |
| 1 2010-08-04: Version 2.3.5 |
| 2 Added support for ES5 property names. Object initialisers and |
| 3 dot-notation property access now allows keywords. Also allowed |
| 4 non-identifiers after "get" or "set" in an object initialiser. |
| 5 |
| 6 Randomize the addresses of allocated executable memory on Windows. |
| 7 |
| 8 |
1 2010-08-02: Version 2.3.4 | 9 2010-08-02: Version 2.3.4 |
2 | 10 |
3 Fixed problems in implementation of ES5 function.prototype.bind. | 11 Fixed problems in implementation of ES5 function.prototype.bind. |
4 | 12 |
5 Fixed error when using apply with arguments object on ARM (issue 784). | 13 Fixed error when using apply with arguments object on ARM (issue 784). |
6 | 14 |
7 Added setting of global flags to debugger protocol. | 15 Added setting of global flags to debugger protocol. |
8 | 16 |
9 Fixed an error affecting cached results of sin and cos (issue 792). | 17 Fixed an error affecting cached results of sin and cos (issue 792). |
10 | 18 |
(...skipping 1921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1932 | 1940 |
1933 Improved debugger support by allowing nested break points and by | 1941 Improved debugger support by allowing nested break points and by |
1934 dealing with stack-overflows when compiling functions before | 1942 dealing with stack-overflows when compiling functions before |
1935 setting break points in them. | 1943 setting break points in them. |
1936 | 1944 |
1937 | 1945 |
1938 2008-07-03: Version 0.1.0 | 1946 2008-07-03: Version 0.1.0 |
1939 | 1947 |
1940 Initial export. | 1948 Initial export. |
1941 | 1949 |
OLD | NEW |