Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
DdestructuringContext.cpp65 checker_->ThrowAssignmentError(defaultType, variable->TsType(), ident->Start()); in HandleDestructuringAssignment()
69 checker_->ThrowAssignmentError(inferedType, variable->TsType(), ident->Start()); in HandleDestructuringAssignment()
193 … checker_->ThrowAssignmentError(defaultType, inferedType, assignmentPattern->Left()->Start()); in HandleIdentifierPattern()
Dhelpers.cpp291 void Checker::ThrowAssignmentError(Type *source, Type *target, lexer::SourcePosition lineInfo, bool… in ThrowAssignmentError() function in panda::es2panda::checker::Checker
335 ThrowAssignmentError(sourceType, targetType, pos); in ElaborateElementwise()
DbinaryLikeExpression.cpp222 ThrowAssignmentError(valueType, leftType, leftExpr->Start(), in CheckAssignmentOperator()
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DdestructuringContext.cpp65 checker_->ThrowAssignmentError(defaultType, variable->TsType(), ident->Start()); in HandleDestructuringAssignment()
69 checker_->ThrowAssignmentError(inferredType, variable->TsType(), ident->Start()); in HandleDestructuringAssignment()
142 … checker_->ThrowAssignmentError(defaultType, inferredType, assignmentPattern->Left()->Start()); in HandleAssignmentPatternIdentifier()
Dhelpers.cpp290 void TSChecker::ThrowAssignmentError(Type *source, Type *target, lexer::SourcePosition lineInfo, bo… in ThrowAssignmentError() function in ark::es2panda::checker::TSChecker
333 ThrowAssignmentError(sourceType, targetType, pos); in ElaborateElementwise()
DbinaryLikeExpression.cpp232 ThrowAssignmentError(valueType, leftType, leftExpr->Start(), in CheckAssignmentOperator()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h285 … [[noreturn]] void ThrowAssignmentError(Type *source, Type *target, lexer::SourcePosition lineInfo,
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h362 … [[noreturn]] void ThrowAssignmentError(Type *source, Type *target, lexer::SourcePosition lineInfo,