Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/test/unittest/common/
H A Djsi_interface_tdd_test.cpp1292 JSIValue dataPropertyValue = JSI::GetNamedProperty(extractV, "data"); in JSIInterfaceTest037() local
1293 dataCheckResult = JSI::ValueIsObject(dataPropertyValue); in JSIInterfaceTest037()
1294 char *dataValue = JSI::GetStringProperty(dataPropertyValue, propertyKey); in JSIInterfaceTest037()
1298 JSI::ReleaseValue(dataPropertyValue); in JSIInterfaceTest037()
1329 JSIValue dataPropertyValue = JSI::GetNamedProperty(extractedVal, "data"); in JSIInterfaceTest038() local
1330 dataCheckRes = JSI::ValueIsUndefined(dataPropertyValue); in JSIInterfaceTest038()
1331 JSI::ReleaseValue(dataPropertyValue); in JSIInterfaceTest038()