Home
last modified time | relevance | path

Searched refs:JS_VALUE_GET_PTR (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h111 #define JS_VALUE_GET_PTR(v) (void *)((intptr_t)(v) & ~0xf) macro
139 #define JS_VALUE_GET_PTR(v) (void *)(intptr_t)(v) macro
216 #define JS_VALUE_GET_PTR(v) ((v).u.ptr) macro
250 #define JS_VALUE_GET_OBJ(v) ((JSObject *)JS_VALUE_GET_PTR(v))
251 #define JS_VALUE_GET_STRING(v) ((JSString *)JS_VALUE_GET_PTR(v))
640 JSRefCountHeader *p = (JSRefCountHeader *)JS_VALUE_GET_PTR(v); in JS_FreeValue()
650 JSRefCountHeader *p = (JSRefCountHeader *)JS_VALUE_GET_PTR(v); in JS_FreeValueRT()
660 JSRefCountHeader *p = (JSRefCountHeader *)JS_VALUE_GET_PTR(v); in JS_DupValue()
669 JSRefCountHeader *p = (JSRefCountHeader *)JS_VALUE_GET_PTR(v); in JS_DupValueRT()
A Dqjsc.c277 m = JS_VALUE_GET_PTR(func_val); in jsc_module_loader()
A Dquickjs.c11870 p = JS_VALUE_GET_PTR(val); in JS_ToBigFloat()
11893 p = JS_VALUE_GET_PTR(val); in JS_ToBigDecimal()
11978 p = JS_VALUE_GET_PTR(val); in JS_ToBigIntFree()
11984 p = JS_VALUE_GET_PTR(val); in JS_ToBigIntFree()
15540 b = JS_VALUE_GET_PTR(bfunc); in js_closure()
15627 b = JS_VALUE_GET_PTR(bfunc); in js_op_define_class()
27458 b = JS_VALUE_GET_PTR(bfunc); in js_create_module_bytecode_function()
44730 p = JS_VALUE_GET_PTR(val); in js_symbol_get_description()
44767 p = JS_VALUE_GET_PTR(argv[0]); in js_symbol_keyFor()
49129 p = JS_VALUE_GET_PTR(val); in js_bigfloat_isFinite()
[all …]
A Drun-test262.c822 m = JS_VALUE_GET_PTR(func_val); in js_module_loader_test()
A Dquickjs-libc.c535 m = JS_VALUE_GET_PTR(func_val); in js_module_set_import_meta()
606 m = JS_VALUE_GET_PTR(func_val); in js_module_loader()
/AliOS-Things-master/components/amp/engine/quickjs_engine/startup/
A Dquickjs_module_load.c114 m = JS_VALUE_GET_PTR(func_val); in quickjs_module_loader()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/netmgr/
A Dmodule_netmgr.c651 if (JS_VALUE_GET_PTR(msg_cb) == JS_VALUE_GET_PTR(info->cb_ref)) { in native_netmgr_del_msg_cb()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c551 m = JS_VALUE_GET_PTR(func_val); in js_module_set_import_meta()
625 m = JS_VALUE_GET_PTR(func_val); in js_module_loader()

Completed in 119 milliseconds