Classes | |
| struct | js_proxy_t |
| struct | js_type_class_t |
| class | TypeTest< DERIVED > |
Macros | |
| #define | JS_NEW_PROXY(p, native_obj, js_obj) |
| #define | JS_GET_PROXY(p, native_obj) |
| #define | JS_GET_NATIVE_PROXY(p, js_obj) |
| #define | JS_REMOVE_PROXY(nproxy, jsproxy) |
| #define | TEST_NATIVE_OBJECT(cx, native_obj) |
Variables | |
| js_proxy_t * | _native_js_global_ht |
| var | _native_js_global_ht |
| local | _native_js_global_ht |
| js_proxy_t * | _js_native_global_ht |
| var | _js_native_global_ht |
| local | _js_native_global_ht |
| std::unordered_map < std::string, js_type_class_t * > | _js_global_type_map |
| #define JS_GET_NATIVE_PROXY | ( | p, | |
| js_obj | |||
| ) |
| #define JS_GET_PROXY | ( | p, | |
| native_obj | |||
| ) |
| #define JS_NEW_PROXY | ( | p, | |
| native_obj, | |||
| js_obj | |||
| ) |
| #define JS_REMOVE_PROXY | ( | nproxy, | |
| jsproxy | |||
| ) |
| #define TEST_NATIVE_OBJECT | ( | cx, | |
| native_obj | |||
| ) |
| std::unordered_map<std::string, js_type_class_t*> _js_global_type_map |
| var _js_global_type_map |
| local _js_global_type_map |
| js_proxy_t* _js_native_global_ht |
| var _js_native_global_ht |
| local _js_native_global_ht |
| js_proxy_t* _native_js_global_ht |
| var _native_js_global_ht |
| local _native_js_global_ht |