Home
last modified time | relevance | path

Searched refs:JS_IsException (Results 1 – 24 of 24) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/rtc/
A Dmodule_rtc.c107 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 Dquickjs.c1867 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 Dquickjs-libc.c655 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 Dqjs.c62 if (!JS_IsException(val)) { in eval_buf()
69 if (JS_IsException(val)) { in eval_buf()
A Drun-test262.c479 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 Dqjsc.c268 if (JS_IsException(func_val)) in jsc_module_loader()
309 if (JS_IsException(obj)) { in compile_file()
A Dquickjs.h599 static inline JS_BOOL JS_IsException(JSValueConst v) in JS_IsException() function
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/udp/
A Dmodule_udp.c142 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 Dquickjs_libc.c680 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 Dpoint.c63 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 Dmodule_builtin.c60 if (JS_IsException(val)) { in native_add_global_appconfig()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/tcp/
A Dmodule_tcp.c70 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 Dmodule_pwm.c168 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 Dmodule_appota.c72 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 Dquickjs_module_load.c109 if (JS_IsException(func_val)) { in quickjs_module_loader()
A Dquickjs_init.c368 if (JS_IsException(val)) { in jsengine_eval_file()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/http/
A Dmodule_http.c141 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 Dmodule_bt_host.c370 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 Dmodule_cellular.c119 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 Dmodule_fs.c170 if (JS_IsException(obj)) { in native_fs_write()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/network/netmgr/
A Dmodule_netmgr.c94 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 Dmodule_uart.c81 if (JS_IsException(val)) { in uart_recv_notify()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/audio/
A Dmodule_audioplayer.c69 if (JS_IsException(len_val)) { in js_get_length32()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/ir/
A Dmodule_ir.c594 if (JS_IsException(response)) in native_ir_learn()

Completed in 164 milliseconds