Skip to content

flyover/v8like

3.14
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

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