LiquidCore 0.7.8
iOS-only updates. No change from 0.7.7 for Android.
- Fixed areas where
EscapableHandleScopewas missing - Fixed bug in deallocating
ArrayBuffer - Cleaned up some string accesses
- Removed
promise_polyfill.js(has been unused for some time) - Proxy
Object.getOwnDescriptor()for better handling of V8 accessor properties - Remove
callAsFunctioninterceptor for createdObjectas it will erroneously resolve asFunctioninstead - Use
Reflectwhere appropriate to ensure we return proper value - Fixed problem with
TypedArray.of()andTypedArray.from()
Note: there are still some crashing issues and inconsistencies in iOS especially as they relate to buffers. Still debugging these.