Home
last modified time | relevance | path

Searched refs:JS_IsNull (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/libc/
A Dquickjs_libc.c1523 if (!JS_IsNull(response)) { in js_std_urlGet()
1979 if (JS_IsNull(func)) { in js_os_setReadHandler()
1984 if (JS_IsNull(rh->rw_func[0]) && in js_os_setReadHandler()
1985 JS_IsNull(rh->rw_func[1])) { in js_os_setReadHandler()
2075 if (JS_IsNull(func)) { in js_os_signal()
2450 if (!JS_IsNull(rh->rw_func[0])) { in js_os_poll()
2453 if (!JS_IsNull(rh->rw_func[1])) { in js_os_poll()
2460 if (!JS_IsNull(port->on_message_func)) { in js_os_poll()
2471 if (!JS_IsNull(rh->rw_func[0]) && in js_os_poll()
2477 if (!JS_IsNull(rh->rw_func[1]) && in js_os_poll()
[all …]
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs-libc.c1355 if (!JS_IsNull(response)) { in js_std_urlGet()
1774 if (JS_IsNull(func)) { in js_os_setReadHandler()
1779 if (JS_IsNull(rh->rw_func[0]) && in js_os_setReadHandler()
1780 JS_IsNull(rh->rw_func[1])) { in js_os_setReadHandler()
1864 if (JS_IsNull(func)) in js_os_signal()
2220 if (!JS_IsNull(rh->rw_func[0])) in js_os_poll()
2222 if (!JS_IsNull(rh->rw_func[1])) in js_os_poll()
2228 if (!JS_IsNull(port->on_message_func)) { in js_os_poll()
2239 if (!JS_IsNull(rh->rw_func[0]) && in js_os_poll()
2245 if (!JS_IsNull(rh->rw_func[1]) && in js_os_poll()
[all …]
A Dquickjs.c36253 if (JS_IsNull(this_val)) { in js_object_toString()
36679 if (JS_IsNull(v1)) { in js_object_isPrototypeOf()
36762 if (JS_IsNull(obj)) { in js_object___lookupGetter__()
37545 if (JS_IsNull(ctor)) in JS_ArraySpeciesCreate()
42113 ret = !JS_IsNull(val); in js_regexp_test()
42246 if (JS_IsNull(match)) { in js_regexp_string_iterator_next()
42487 if (JS_IsNull(result)) in js_regexp_Symbol_replace()
42647 if (JS_IsNull(result)) { in js_regexp_Symbol_search()
42723 if (JS_IsNull(z)) in js_regexp_Symbol_split()
42734 if (JS_IsNull(z)) { in js_regexp_Symbol_split()
[all …]
A Dquickjs.h589 static inline JS_BOOL JS_IsNull(JSValueConst v) in JS_IsNull() function
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/uart/
A Dmodule_uart.c384 …if((argc < 1) || (JS_IsNull(argv[0]) || JS_IsUndefined(argv[0])) || ((!JS_IsFunction(ctx, argv[0])… in native_uart_on()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/advanced/aiot/
A Dmodule_aiot_gateway.c250 if (JS_IsNull(g_on_message_cb_ref)) { in aiot_mqtt_message_cb()
288 if (JS_IsNull(g_on_message_cb_ref)) { in aiot_mqtt_message_cb()
/AliOS-Things-master/components/amp/engine/quickjs_engine/addons/hardware/ir/
A Dmodule_ir.c393 if((argc < 1) || (JS_IsNull(argv[0]) || JS_IsUndefined(argv[0]))) in native_ir_on()

Completed in 124 milliseconds