Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 475 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 475 Bytes

v8like

A V8 API layer for JavaScriptCore on iOS and OS X.

A fork of the node project including a target for building with v8like on iOS and OS X can be found at: https://github.com/flyover/node-v0.x-archive.

Notes

JSC has no public API for v8::Object::[G|S]etIndexedPropertiesExternalArrayData*. JSC only allows JSObjectSetPrivate on objects created with a custom JSClassRef. So, node::Buffer must be wrapped in such an object to attach external array data.