Skip to content

flyover/v8like

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A V8 API layer for JavaScriptCore on iOS and OS X

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages