| OLD | NEW |
| 1 2011-05-11: Version 3.3.6 |
| 2 |
| 3 Updated MIPS infrastructure files. |
| 4 |
| 5 Added method IsCallable for Object to the API. |
| 6 Patch by Peter Varga. |
| 7 |
| 8 |
| 1 2011-05-09: Version 3.3.5 | 9 2011-05-09: Version 3.3.5 |
| 2 | 10 |
| 3 Fixed build on FreeBSD. Patch by Akinori MUSHA. | 11 Fixed build on FreeBSD. Patch by Akinori MUSHA. |
| 4 | 12 |
| 5 Added check that receiver is JSObject on API calls. | 13 Added check that receiver is JSObject on API calls. |
| 6 | 14 |
| 7 Implemented CallAsConstructor method for Object in the API (Issue 1348). | 15 Implemented CallAsConstructor method for Object in the API (Issue 1348). |
| 8 Patch by Peter Varga. | 16 Patch by Peter Varga. |
| 9 | 17 |
| 10 Added CallAsFunction method to the Object class in the API (Issue 1336). | 18 Added CallAsFunction method to the Object class in the API (Issue 1336). |
| (...skipping 2756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2767 | 2775 |
| 2768 Improved debugger support by allowing nested break points and by | 2776 Improved debugger support by allowing nested break points and by |
| 2769 dealing with stack-overflows when compiling functions before | 2777 dealing with stack-overflows when compiling functions before |
| 2770 setting break points in them. | 2778 setting break points in them. |
| 2771 | 2779 |
| 2772 | 2780 |
| 2773 2008-07-03: Version 0.1.0 | 2781 2008-07-03: Version 0.1.0 |
| 2774 | 2782 |
| 2775 Initial export. | 2783 Initial export. |
| 2776 | 2784 |
| OLD | NEW |