/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/rtc/ |
A D | module_rtc.c | 107 if (JS_IsException(val) || JS_IsUndefined(val)) in native_rtc_set_time() 125 if (JS_IsException(val) || JS_IsUndefined(val)) in native_rtc_set_time() 144 if (JS_IsException(val) || JS_IsUndefined(val)) in native_rtc_set_time() 163 if (JS_IsException(val) || JS_IsUndefined(val)) in native_rtc_set_time() 182 if (JS_IsException(val) || JS_IsUndefined(val)) in native_rtc_set_time() 200 if (JS_IsException(val) || JS_IsUndefined(val)) in native_rtc_set_time()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.c | 1867 if (JS_IsException(res)) in JS_ExecutePendingJob() 2971 if (JS_IsException(val)) in JS_NewAtomLen() 3224 if (JS_IsException(num)) in JS_AtomIsNumericIndex1() 3248 if (JS_IsException(num)) in JS_AtomIsNumericIndex() 3327 if (JS_IsException(str)) in JS_AtomToCString() 3344 if (JS_IsException(str)) in js_atom_concat_str() 27253 if (JS_IsException(str1) || JS_IsException(str2)) { in exported_names_cmp() 36036 if (JS_IsException(r)) in js_object_getOwnPropertyDescriptors() 36085 if (JS_IsException(r)) in JS_GetOwnPropertyNames2() 36871 if (JS_IsException(s)) in js_function_constructor() [all …]
|
A D | quickjs-libc.c | 655 if (JS_IsException(val)) in get_bool_option() 767 if (JS_IsException(obj)) in js_new_std_file() 1603 if (JS_IsException(obj)) in js_os_ttyGetWinSize() 1956 if (JS_IsException(obj)) in js_os_setTimeout() 1995 if (JS_IsException(ret)) in call_handler() 2274 if (JS_IsException(obj)) in make_obj_error() 2277 if (JS_IsException(arr)) in make_obj_error() 2732 if (JS_IsException(val)) in js_os_exec() 2933 if (JS_IsException(obj)) in js_os_waitpid() 2953 if (JS_IsException(obj)) in js_os_pipe() [all …]
|
A D | qjs.c | 62 if (!JS_IsException(val)) { in eval_buf() 69 if (JS_IsException(val)) { in eval_buf()
|
A D | run-test262.c | 479 if (JS_IsException(ret_val)) in agent_start() 513 if (JS_IsException(ret_val)) in agent_start() 819 if (JS_IsException(func_val)) in js_module_loader_test() 1181 if (is_async && !JS_IsException(res_val)) { in eval_buf() 1201 if (JS_IsException(res_val)) { in eval_buf() 1825 if (JS_IsException(res_val)) { in run_test262_harness_test()
|
A D | qjsc.c | 268 if (JS_IsException(func_val)) in jsc_module_loader() 309 if (JS_IsException(obj)) { in compile_file()
|
A D | quickjs.h | 599 static inline JS_BOOL JS_IsException(JSValueConst v) in JS_IsException() function
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/udp/ |
A D | module_udp.c | 142 if (JS_IsException(val)) { in udp_send_notify() 226 if (JS_IsException(j_port) || JS_IsUndefined(j_port)) { in native_udp_sendto() 236 if (JS_IsException(j_host) || JS_IsUndefined(j_host)) { in native_udp_sendto() 250 if (JS_IsException(j_message) || JS_IsUndefined(j_message)) { in native_udp_sendto() 333 if (JS_IsException(val)) { in udp_recv_notify()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/ |
A D | quickjs_libc.c | 680 if (JS_IsException(val)) { in get_bool_option() 853 if (JS_IsException(obj)) { in js_new_std_file() 1799 if (JS_IsException(obj)) { in js_os_ttyGetWinSize() 2173 if (JS_IsException(obj)) { in js_os_setTimeout() 2214 if (JS_IsException(ret)) { in call_handler() 2507 if (JS_IsException(obj)) { in make_obj_error() 2511 if (JS_IsException(arr)) { in make_obj_error() 2602 if (JS_IsException(obj)) { in js_os_readdir() 3002 if (JS_IsException(val)) { in js_os_exec() 3234 if (JS_IsException(obj)) { in js_os_waitpid() [all …]
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/examples/ |
A D | point.c | 63 if (JS_IsException(proto)) in js_point_ctor() 67 if (JS_IsException(obj)) in js_point_ctor()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/builtin/ |
A D | module_builtin.c | 60 if (JS_IsException(val)) { in native_add_global_appconfig()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/tcp/ |
A D | module_tcp.c | 70 if (JS_IsException(val)) { in tcp_create_notify() 167 if (JS_IsException(val)) { in tcp_send_notify() 274 if (JS_IsException(val)) { in tcp_recv_notify()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/pwm/ |
A D | module_pwm.c | 168 if (JS_IsException(val) || JS_IsUndefined(val)) in native_pwm_setConfig() 182 if (JS_IsException(val) || JS_IsUndefined(val)) in native_pwm_setConfig()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/ota/ |
A D | module_appota.c | 72 if (JS_IsException(v)) { in ota_install_notify() 169 if (JS_IsException(v)) { in ota_verify_notify() 273 if (JS_IsException(v)) { in ota_download_notify() 419 if (JS_IsException(v)) { in ota_trigger_notify()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/startup/ |
A D | quickjs_module_load.c | 109 if (JS_IsException(func_val)) { in quickjs_module_loader()
|
A D | quickjs_init.c | 368 if (JS_IsException(val)) { in jsengine_eval_file()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/http/ |
A D | module_http.c | 141 if (JS_IsException(val)) { in http_request_notify() 445 if ((!JS_IsException(jsize)) && (!JS_IsUndefined(jsize))) { in native_http_get_param() 580 if (JS_IsException(val)) { in http_recv_and_save_notify() 639 if ((!JS_IsException(val)) && (!JS_IsUndefined(val))) { in native_http_download_start()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/wireless/bt_host/ |
A D | module_bt_host.c | 370 if (JS_IsException(val)) { in native_bt_host_conn_handle_js() 425 if (JS_IsException(val)) { in native_bt_host_scan_handle_js() 476 if (JS_IsException(val)) { in native_bt_host_gatts_handle_write_js()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/cellular/ |
A D | module_cellular.c | 119 if (JS_IsException(val)) { in cellInfo_receive_callback() 161 if (JS_IsException(val)) { in network_status_notify()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/utils/fs/ |
A D | module_fs.c | 170 if (JS_IsException(obj)) { in native_fs_write()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/netmgr/ |
A D | module_netmgr.c | 94 if (JS_IsException(val)) { in js_cb_conn_status() 591 if (JS_IsException(val)) { in set_msg_cb()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/uart/ |
A D | module_uart.c | 81 if (JS_IsException(val)) { in uart_recv_notify()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/audio/ |
A D | module_audioplayer.c | 69 if (JS_IsException(len_val)) { in js_get_length32()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/ir/ |
A D | module_ir.c | 594 if (JS_IsException(response)) in native_ir_learn()
|