Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp167 return checker->CheckInstanceofExpression(leftType, rightType, right_, this); in Check()
/arkcompiler/ets_frontend/es2panda/typescript/core/
DbinaryLikeExpression.cpp173 Type *Checker::CheckInstanceofExpression(Type *leftType, Type *rightType, const ir::Expression *rig… in CheckInstanceofExpression() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/checker/ts/
DbinaryLikeExpression.cpp184 Type *TSChecker::CheckInstanceofExpression(Type *leftType, Type *rightType, ir::Expression *rightEx… in CheckInstanceofExpression() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h380 …Type *CheckInstanceofExpression(Type *leftType, Type *rightType, ir::Expression *rightExpr, ir::As…
DTSAnalyzer.cpp498 …return checker->CheckInstanceofExpression(leftRightType.leftType, leftRightType.rightType, expr->R… in Check()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h467 … Type *CheckInstanceofExpression(Type *leftType, Type *rightType, const ir::Expression *rightExpr,