Home
last modified time | relevance | path

Searched refs:ValueIsArray (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h562 static bool ValueIsArray(JSIValue value);
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp158 * @tc.steps: step2. call JSI ValueIsArray with Array object in JSIInterfaceTest004()
160 bool res1 = JSI::ValueIsArray(array); in JSIInterfaceTest004()
164 * @tc.steps: step3. call JSI ValueIsArray with Undefined object in JSIInterfaceTest004()
166 bool res2 = JSI::ValueIsArray(undefined); in JSIInterfaceTest004()
1032 * @tc.steps: step2. call JSI ValueIsArray with Array object in JSIInterfaceTest028()
1034 bool res1 = JSI::ValueIsArray(array); in JSIInterfaceTest028()
1038 * @tc.steps: step3. call JSI ValueIsArray with Undefined object in JSIInterfaceTest028()
1040 bool res2 = JSI::ValueIsArray(undefined); in JSIInterfaceTest028()
/foundation/communication/netstack/frameworks/js/builtin/fetch/src/
H A Dfetch_module.cpp98 if (keys == nullptr || JSI::ValueIsUndefined(keys.get()) || !JSI::ValueIsArray(keys.get())) { in GetNameValue()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp816 bool JSI::ValueIsArray(JSIValue value) in ValueIsArray() function in OHOS::ACELite::JSI
821 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:ValueIsArray has not been implemented in this js engine!"); in ValueIsArray()

Completed in 5 milliseconds