Searched refs:CastToArrayOrObject (Results 1 – 3 of 3) sorted by relevance
474 etsg->CastToArrayOrObject(expr->Argument(), expr->TsType(), IS_UNCHECKED_CAST); in Compile()1915 etsg->CastToArrayOrObject(expr, targetType, expr->isUncheckedCast_); in CompileCast()
547 …void CastToArrayOrObject(const ir::AstNode *node, const checker::Type *targetType, bool unchecked);
1614 void ETSGen::CastToArrayOrObject(const ir::AstNode *const node, const checker::Type *const targetTy… in CastToArrayOrObject() function in panda::es2panda::compiler::ETSGen