Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Denum_conversion.h27 if (IsTypedArrayType(type)) { in ToGlobelEnvPrototypeField()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dbuiltin_type_id.h124 inline constexpr bool IsTypedArrayType(BuiltinTypeId type) in IsTypedArrayType() function
Dts_type_accessor.cpp65 if (tsManager_->IsTypedArrayType(targetType)) { in UpdateForEachCBPara()
Dts_manager.h382 bool PUBLIC_API IsTypedArrayType(kungfu::GateType gateType) const;
Dts_manager.cpp796 bool TSManager::IsTypedArrayType(kungfu::GateType gateType) const in IsTypedArrayType() function in panda::ecmascript::TSManager
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp673 if (tsManager_->IsTypedArrayType(inValueType)) { in InferLdObjByIndex()
827 …_->IsBuiltinInstanceType(BuiltinTypeId::ARRAY, objType) || tsManager_->IsTypedArrayType(objType)) { in GetObjPropWithName()
833 if (tsManager_->IsTypedArrayType(objType)) { in GetObjPropWithName()
946 if (tsManager_->IsTypedArrayType(objType)) { in InferLdObjByValue()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_bytecode_lowering.cpp804 if (IsTypedArrayType(type)) { in TryLowerTypedLdObjByNameForBuiltin()