LiquidCore 0.7.8
iOS-only updates. No change from 0.7.7 for Android.
- Fixed areas where
EscapableHandleScope
was 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
callAsFunction
interceptor for createdObject
as it will erroneously resolve asFunction
instead - Use
Reflect
where 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.