Searched refs:callArgType (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
H A D | function.cpp | 735 checker::Type *callArgType = GetBaseTypeOfLiteralType(args[index]->Check(this)); in CallMatchesSignature() local 736 if (!IsTypeAssignableTo(callArgType, sigArgType)) { in CallMatchesSignature() 738 ThrowTypeError({"Argument of type '", callArgType, "' is not assignable to parameter of type '", in CallMatchesSignature()
|
/arkcompiler/ets_frontend/ets2panda/checker/ts/ |
H A D | function.cpp | 716 checker::Type *callArgType = GetBaseTypeOfLiteralType(args[index]->Check(this)); in CallMatchesSignature() local 717 if (IsTypeAssignableTo(callArgType, sigArgType)) { in CallMatchesSignature() 723 {"Argument of type '", callArgType, "' is not assignable to parameter of type '", sigArgType, "'."}, in CallMatchesSignature()
|
Completed in 3 milliseconds