Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.cpp57 …JSMutableHandle<TSObjectType> mutableConstructorType(thread, mutableClassType->GetConstructorType(… in GetPropTypeGT() local
61 propTypeGT = TSObjectType::GetPropTypeGT(thread, mutableConstructorType, propName); in GetPropTypeGT()
72 mutableConstructorType.Update(mutableClassType->GetConstructorType()); in GetPropTypeGT()
156 …JSMutableHandle<TSObjectType> mutableConstructorType(thread, mutableClassType->GetConstructorType(… in UpdateStaticPropTypeGT() local
159 hasUpdate = TSObjectType::UpdatePropTypeGT(thread, mutableConstructorType, propName, newGT); in UpdateStaticPropTypeGT()
170 mutableConstructorType.Update(mutableClassType->GetConstructorType()); in UpdateStaticPropTypeGT()