Searched refs:JS_IsObject (Results 1 – 13 of 13) sorted by relevance
115 if (argc < 2 || !JS_IsObject(argv[0]) || !JS_IsFunction(ctx, argv[1])) { in native_ota_upgrade()206 if (argc < 2 || !JS_IsObject(argv[0]) || !JS_IsFunction(ctx, argv[1])) { in native_ota_verify()308 if (argc < 2 || !JS_IsObject(argv[0]) || !JS_IsFunction(ctx, argv[1])) { in native_ota_download()347 if (argc < 1 || !JS_IsObject(argv[0])) { in native_ota_report()487 if (argc < 2 || !JS_IsObject(argv[0]) || !JS_IsFunction(ctx, argv[1])) { in native_ota_init()
32 if (!JS_IsObject(irq_cb)) in native_app_entry()
175 if (!JS_IsObject(irq_cb)) in native_page_entry()
70 if (!JS_IsObject(argv[0])) in native_model_setdata()
275 if (!JS_IsNumber(argv[0]) || !JS_IsObject(argv[1]) in native_netmgr_connect()472 if (!JS_IsNumber(argv[0]) || !JS_IsObject(argv[1])) { in native_netmgr_set_ifconfig()
283 if (!JS_IsObject(argv[0])) in native_set_netshare_config()
126 if (!JS_IsObject(argv[0]) || !JS_IsFunction(ctx, argv[1])) { in native_tcp_create_socket()
492 if (!JS_IsObject(options) || !JS_IsFunction(ctx, cb)) { in native_aiot_create_device()610 if (!JS_IsObject(options) || !JS_IsFunction(ctx, cb)) { in native_aiot_dynreg()
425 if (!JS_IsObject(argv[0]) || !JS_IsFunction(ctx, argv[1])) { in native_aiot_create_gateway()
211 if (!JS_IsNumber(argv[0]) || !JS_IsObject(argv[1]) || in native_udp_sendto()
237 if (!JS_IsObject(options) || !JS_IsFunction(ctx, cb)) { in native_mqtt_start()
5793 if (!JS_IsObject(obj)) in JS_IsLiveObject()6982 if (!JS_IsObject(obj)) in JS_IsInstanceOf()9357 if (JS_IsObject(obj) && in JS_DefineObjectNameComputed()36343 if (!JS_IsObject(obj)) in js_object_seal()36669 if (!JS_IsObject(v)) in js_object_isPrototypeOf()42127 if (!JS_IsObject(rx)) in js_regexp_Symbol_match()42289 if (!JS_IsObject(R)) in js_regexp_Symbol_matchAll()42440 if (!JS_IsObject(rx)) in js_regexp_Symbol_replace()42613 if (!JS_IsObject(rx)) in js_regexp_Symbol_search()42675 if (!JS_IsObject(rx)) in js_regexp_Symbol_split()[all …]
619 static inline JS_BOOL JS_IsObject(JSValueConst v) in JS_IsObject() function
Completed in 115 milliseconds