libjsapi icon indicating copy to clipboard operation
libjsapi copied to clipboard

A SpiderMonkey (Mozilla) JSAPI wrapper for C++ 11

Results 8 libjsapi issues
Sort by recently updated
recently updated
newest added

i try to use require in js,but it not work. could you please help me. in fact, i exposed a c++ method for js require function to load js file....

If Object is created with no setter callback then the properties should be marked as JSPROP_READONLY.

enhancement

DynamicArray is not a true JS array - it just simulates the [ ] operator and and length property (JSAPI doesn't support arrays derived from a JSClass which means it...

enhancement