Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DbinaryExpression.cpp136 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/es2panda/typescript/
Dchecker.h467 … Type *CheckInstanceofExpression(Type *leftType, Type *rightType, const ir::Expression *rightExpr,