Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.cpp65 if (tsManager_->IsTypedArrayType(targetType)) { in UpdateForEachCBPara()
Dts_manager.h453 bool PUBLIC_API IsTypedArrayType(kungfu::GateType gateType) const;
Dts_manager.cpp843 bool TSManager::IsTypedArrayType(kungfu::GateType gateType) const in IsTypedArrayType() function in panda::ecmascript::TSManager
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp632 if (tsManager_->IsTypedArrayType(inValueType)) { in InferLdObjByIndex()
779 …_->IsBuiltinInstanceType(BuiltinTypeId::ARRAY, objType) || tsManager_->IsTypedArrayType(objType)) { in GetObjPropWithName()
785 if (tsManager_->IsTypedArrayType(objType)) { in GetObjPropWithName()
895 if (tsManager_->IsTypedArrayType(objType)) { in InferLdObjByValue()