| OLD | NEW |
| 1 2012-02-28: Version 3.9.12 |
| 2 |
| 3 Fix the negative lookup stub to handle deleted entries in a dictionary. |
| 4 (issue 1964) |
| 5 |
| 6 Add a new API where the host can supply a callback function. The |
| 7 callback function can resolve the location of a return address on stack |
| 8 to the location where a return-address rewriting profiler stashed the |
| 9 original return address. |
| 10 |
| 11 When compiling for-in pass correct context value to the increment |
| 12 instruction. (Chromium issue http://crbug.com/115646) |
| 13 |
| 14 Update breakpoints set with partial file name after compile. |
| 15 (issue 1853) |
| 16 |
| 17 |
| 1 2012-02-27: Version 3.9.11 | 18 2012-02-27: Version 3.9.11 |
| 2 | 19 |
| 3 Make 'module' a context-sensitive keyword (V8 issue 1957). | 20 Make 'module' a context-sensitive keyword (V8 issue 1957). |
| 4 | 21 |
| 5 | 22 |
| 6 2012-02-24: Version 3.9.10 | 23 2012-02-24: Version 3.9.10 |
| 7 | 24 |
| 8 Fixed V8 issues 1322, 1772 and 1969. | 25 Fixed V8 issues 1322, 1772 and 1969. |
| 9 | 26 |
| 10 Conformance improvements. | 27 Conformance improvements. |
| (...skipping 3768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3779 setting break points in them. | 3796 setting break points in them. |
| 3780 | 3797 |
| 3781 | 3798 |
| 3782 2008-07-03: Version 0.1.0 | 3799 2008-07-03: Version 0.1.0 |
| 3783 | 3800 |
| 3784 Initial export. | 3801 Initial export. |
| 3785 | 3802 |
| 3786 # Local Variables: | 3803 # Local Variables: |
| 3787 # mode:text | 3804 # mode:text |
| 3788 # End: | 3805 # End: |
| OLD | NEW |