Home
last modified time | relevance | path

Searched refs:ARKTS_IsUndefined (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/napi/test/unittest/cj_native/
H A Dtest_ark_interop.cpp359 EXPECT_TRUE(ARKTS_IsUndefined(jsUDef)); in TestPrime()
450 EXPECT_TRUE(ARKTS_IsUndefined(valueA)); in TestObject()
558 EXPECT_TRUE(ARKTS_IsUndefined(initialValue)); in TestArray()
703 EXPECT_TRUE(ARKTS_IsUndefined(ARKTS_GetThisArg(info))); in TestFunction()
767 EXPECT_TRUE(ARKTS_IsUndefined(arg)); in TestPromise()
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_napi.h111 EXPORT bool ARKTS_IsUndefined(ARKTS_Value value);
H A Dark_interop_napi.cpp204 bool ARKTS_IsUndefined(ARKTS_Value value) in ARKTS_IsUndefined() function