Searched defs:targetType (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | typeElaborationContext.h | 34 …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()
|
| D | helpers.cpp | 313 void Checker::ElaborateElementwise(Type *targetType, const ir::Expression *sourceNode, const lexer:… in ElaborateElementwise()
|
| D | object.cpp | 544 Type *targetType = GetTypeOfVariable(prop); in ValidateInterfaceMemberRedeclaration() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsAsExpression.cpp | 102 checker::Type *targetType = typeAnnotation_->AsTypeNode()->GetType(checker); in Check() local
|
| D | tsInterfaceDeclaration.cpp | 86 checker::Type *targetType = checker->GetTypeOfVariable(res->second.first); in CheckInheritedPropertiesAreIdentical() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | interfaceType.cpp | 67 … Type *targetType = relation->GetChecker()->GetTypeOfVariable(targetProp); in Identical() local
|
| D | objectType.cpp | 122 Type *targetType = relation->GetChecker()->GetTypeOfVariable(it); in AssignProperties() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_typedarray.cpp | 1035 DataViewType targetType = TypedArrayHelper::GetType(targetObj); in Set() local 1275 DataViewType targetType = JSTypedArray::GetTypeFromName(thread, targetName); in Slice() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_stable_array.cpp | 596 … DataViewType targetType, uint32_t targetOffset, in FastCopyFromArrayToTypedArray()
|