Introduced a new typedef jsMethodSpec used in place of JSAPI's JSFunctionSpec.
This new type includes details about method return types, arguments, aliases, and a description (for documentation purposes). Created a function to convert from jsMethodSpec to JSFunctionSpec (for JS_InitClass calls).
Loading
Please register or sign in to comment