Home
last modified time | relevance | path

Searched defs:targetType (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/core/
DtypeElaborationContext.h34 …ElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expression *sou… in ElaborationContext()
61 …ArrayElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expression… in ArrayElaborationContext()
76 …ObjectElaborationContext(Checker *checker, Type *targetType, Type *sourceType, const ir::Expressio… in ObjectElaborationContext()
Dhelpers.cpp313 void Checker::ElaborateElementwise(Type *targetType, const ir::Expression *sourceNode, const lexer:… in ElaborateElementwise()
Dobject.cpp544 Type *targetType = GetTypeOfVariable(prop); in ValidateInterfaceMemberRedeclaration() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsAsExpression.cpp102 checker::Type *targetType = typeAnnotation_->AsTypeNode()->GetType(checker); in Check() local
DtsInterfaceDeclaration.cpp86 checker::Type *targetType = checker->GetTypeOfVariable(res->second.first); in CheckInheritedPropertiesAreIdentical() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DinterfaceType.cpp67 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in Identical() local
DobjectType.cpp122 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_typedarray.cpp1035 DataViewType targetType = TypedArrayHelper::GetType(targetObj); in Set() local
1275 DataViewType targetType = JSTypedArray::GetTypeFromName(thread, targetName); in Slice() local
/arkcompiler/ets_runtime/ecmascript/
Djs_stable_array.cpp596DataViewType targetType, uint32_t targetOffset, in FastCopyFromArrayToTypedArray()