Home
last modified time | relevance | path

Searched refs:ValueIsNull (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine_lite/interfaces/inner_api/builtin/jsi/
H A Djsi.h244 static bool ValueIsNull(JSIValue value);
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp371 * @tc.steps: step2. call JSI ValueIsNull with Null object in JSIInterfaceTest010()
373 bool res1 = JSI::ValueIsNull(nullObj); in JSIInterfaceTest010()
377 * @tc.steps: step3. call JSI ValueIsNull with obj in JSIInterfaceTest010()
379 bool res2 = JSI::ValueIsNull(obj); in JSIInterfaceTest010()
/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/
H A Djsi.cpp266 bool JSI::ValueIsNull(JSIValue value) in ValueIsNull() function in OHOS::ACELite::JSI
271 HILOG_ERROR(HILOG_MODULE_ACE, "JSI:ValueIsNull has not been implemented in this js engine!"); in ValueIsNull()

Completed in 5 milliseconds