Skip to content

LiquidCore 0.7.8

Compare
Choose a tag to compare
@ericwlange ericwlange released this 04 May 14:20
· 7 commits to master since this release

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 created Object as it will erroneously resolve as Function instead
  • Use Reflect where appropriate to ensure we return proper value
  • Fixed problem with TypedArray.of() and TypedArray.from()

Note: there are still some crashing issues and inconsistencies in iOS especially as they relate to buffers. Still debugging these.