flyover / v8like

A V8 API layer for JavaScriptCore on iOS and OS X
MIT License
31 stars 4 forks source link

removal of SetIndexedPropertiesToExternalArrayData #3

Open kapouer opened 8 years ago

kapouer commented 8 years ago

Quoting "Removal of SetIndexedPropertiesToExternalArrayData and related APIs which Node has previously relied upon for its Buffer implementation. This has forced a complete rewrite of Buffer, now implemented on top of Uint8Array. Thankfully we had a bit of advance warning from the V8 team although this API change was the primary reason for the io.js v3 delay and the fact that we skipped shipping V8 4.3." See also https://github.com/nodejs/node/issues/1451

frank1221 commented 4 years ago

4