Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp1304 thisType = NATIVE_INT8_ARRAY; in GetTypedArrayType()
1306 thisType = NATIVE_UINT8_ARRAY; in GetTypedArrayType()
1310 thisType = NATIVE_INT16_ARRAY; in GetTypedArrayType()
1312 thisType = NATIVE_UINT16_ARRAY; in GetTypedArrayType()
1314 thisType = NATIVE_INT32_ARRAY; in GetTypedArrayType()
1327 return thisType; in GetTypedArrayType()
1334 thisType = NATIVE_INT8_ARRAY; in GetSendableTypedArrayType()
1336 thisType = NATIVE_UINT8_ARRAY; in GetSendableTypedArrayType()
1338 thisType = NATIVE_INT16_ARRAY; in GetSendableTypedArrayType()
1342 thisType = NATIVE_INT32_ARRAY; in GetSendableTypedArrayType()
[all …]