Home
last modified time | relevance | path

Searched refs:nullValue (Results 1 – 2 of 2) sorted by relevance

/test/xts/acts/commonlibrary/ets_utils/arkts_collections_lib_standard/entry/src/ohosTest/ets/test/
DAbility.test.ets207 let nullValue: lang.ISendable | null = ArkTSUtils.ASON.parse("null");
208 expect(nullValue).assertEqual(null);
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp5840 JSVM_Value nullValue; in GetNull() local
5841 OH_JSVM_GetNull(env, &nullValue); in GetNull()
5842 return nullValue; in GetNull()