Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSCompiler.cpp474 etsg->CastToArrayOrObject(expr->Argument(), expr->TsType(), IS_UNCHECKED_CAST); in Compile()
1915 etsg->CastToArrayOrObject(expr, targetType, expr->isUncheckedCast_); in CompileCast()
DETSGen.h547 …void CastToArrayOrObject(const ir::AstNode *node, const checker::Type *targetType, bool unchecked);
DETSGen.cpp1614 void ETSGen::CastToArrayOrObject(const ir::AstNode *const node, const checker::Type *const targetTy… in CastToArrayOrObject() function in panda::es2panda::compiler::ETSGen