Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp504 CastToDynamic(node, Checker()->GlobalBuiltinDynamicType(lang)->AsETSDynamicType()); in StorePropertyDynamic()
955 CastToDynamic(node, targetType->AsETSDynamicType()); in ApplyConversionCast()
1028 CastToDynamic(node, targetType->AsETSDynamicType()); in ApplyCast()
1627 CastToDynamic(node, targetType->AsETSDynamicType()); in CastToArrayOrObject()
1706 void ETSGen::CastToDynamic(const ir::AstNode *node, const checker::ETSDynamicType *type) in CastToDynamic() function in panda::es2panda::compiler::ETSGen
DETSGen.h545 void CastToDynamic(const ir::AstNode *node, const checker::ETSDynamicType *type);
DETSCompiler.cpp1919 etsg->CastToDynamic(expr, targetType->AsETSDynamicType()); in CompileCast()