Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_accessor.cpp63 elementGT = tsManager_->GetArrayParameterTypeGT(targetType); in UpdateForEachCBPara()
Dts_manager.h317 inline GlobalTSTypeRef PUBLIC_API GetArrayParameterTypeGT(kungfu::GateType gateType) const in GetArrayParameterTypeGT() function
320 return GetArrayParameterTypeGT(gt); in GetArrayParameterTypeGT()
323 GlobalTSTypeRef PUBLIC_API GetArrayParameterTypeGT(GlobalTSTypeRef gt) const;
Dts_manager.cpp743 GlobalTSTypeRef TSManager::GetArrayParameterTypeGT(GlobalTSTypeRef gt) const in GetArrayParameterTypeGT() function in panda::ecmascript::TSManager
1132 GlobalTSTypeRef elementGt = GetArrayParameterTypeGT(gt); in GetArrayTypeStr()
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp620 auto type = tsManager_->GetArrayParameterTypeGT(inValueType); in InferLdObjByIndex()
882 auto elementType = tsManager_->GetArrayParameterTypeGT(objType); in InferLdObjByValue()
986 elementGt = tsManager_->GetArrayParameterTypeGT(inValueType); in InferGetIterator()