| OLD | NEW |
| 1 2012-11-13: Version 3.15.3 |
| 2 |
| 3 Changed sample shell to send non-JS output (e.g. errors) to stderr |
| 4 instead of stdout. |
| 5 |
| 6 Correctly check for stack overflow even when interrupt is pending. |
| 7 (issue 214) |
| 8 |
| 9 Collect stack trace on stack overflow. (issue 2394) |
| 10 |
| 11 Performance and stability improvements on all platforms. |
| 12 |
| 13 |
| 1 2012-11-12: Version 3.15.2 | 14 2012-11-12: Version 3.15.2 |
| 2 | 15 |
| 3 Function::GetScriptOrigin supplies sourceURL when script name is | 16 Function::GetScriptOrigin supplies sourceURL when script name is |
| 4 not available. (Chromium issue 159413) | 17 not available. (Chromium issue 159413) |
| 5 | 18 |
| 6 Made formatting error message side-effect-free. (issue 2398) | 19 Made formatting error message side-effect-free. (issue 2398) |
| 7 | 20 |
| 8 Fixed length check in JSON.stringify. (Chromium issue 160010) | 21 Fixed length check in JSON.stringify. (Chromium issue 160010) |
| 9 | 22 |
| 10 ES6: Added support for Set and Map clear method (issue 2400) | 23 ES6: Added support for Set and Map clear method (issue 2400) |
| (...skipping 4747 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4758 setting break points in them. | 4771 setting break points in them. |
| 4759 | 4772 |
| 4760 | 4773 |
| 4761 2008-07-03: Version 0.1.0 | 4774 2008-07-03: Version 0.1.0 |
| 4762 | 4775 |
| 4763 Initial export. | 4776 Initial export. |
| 4764 | 4777 |
| 4765 # Local Variables: | 4778 # Local Variables: |
| 4766 # mode:text | 4779 # mode:text |
| 4767 # End: | 4780 # End: |
| OLD | NEW |