Searched refs:dataPropertyValue (Results 1 – 1 of 1) sorted by relevance
1292 JSIValue dataPropertyValue = JSI::GetNamedProperty(extractV, "data"); in JSIInterfaceTest037() local1293 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() local1330 dataCheckRes = JSI::ValueIsUndefined(dataPropertyValue); in JSIInterfaceTest038()1331 JSI::ReleaseValue(dataPropertyValue); in JSIInterfaceTest038()