libjsapi
libjsapi copied to clipboard
A SpiderMonkey (Mozilla) JSAPI wrapper for C++ 11
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....
Copy the implementation pattern from Object
If Object is created with no setter callback then the properties should be marked as JSPROP_READONLY.
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...