| OLD | NEW |
| 1 2011-07-28: Version 3.5.1 |
| 2 |
| 3 Fixed setting the readonly flag on the prototype property using the |
| 4 API call FunctionTemplate::SetPrototypeAttributes (issue 1539). |
| 5 |
| 6 Changed the tools/test.py script to use d8 instead of shell for |
| 7 testing. |
| 8 |
| 9 Fixed crash in ToBooleanStub when GC happens during invocation. |
| 10 |
| 11 Enabled automatic unboxing of double arrays. |
| 12 |
| 13 Performance improvements on all platforms. |
| 14 |
| 15 |
| 1 2011-07-25: Version 3.5.0 | 16 2011-07-25: Version 3.5.0 |
| 2 | 17 |
| 3 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for | 18 Implemented Object.prototype.{hasOwnProperty, propertyIsEnumerable} for |
| 4 proxies. | 19 proxies. |
| 5 | 20 |
| 6 Removed logging to memory support. | 21 Removed logging to memory support. |
| 7 | 22 |
| 8 Bugfixes and performance work. | 23 Bugfixes and performance work. |
| 9 | 24 |
| 10 | 25 |
| (...skipping 3091 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3102 setting break points in them. | 3117 setting break points in them. |
| 3103 | 3118 |
| 3104 | 3119 |
| 3105 2008-07-03: Version 0.1.0 | 3120 2008-07-03: Version 0.1.0 |
| 3106 | 3121 |
| 3107 Initial export. | 3122 Initial export. |
| 3108 | 3123 |
| 3109 # Local Variables: | 3124 # Local Variables: |
| 3110 # mode:text | 3125 # mode:text |
| 3111 # End: | 3126 # End: |
| OLD | NEW |