Searched refs:CastToDynamic (Results 1 – 3 of 3) sorted by relevance
504 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
545 void CastToDynamic(const ir::AstNode *node, const checker::ETSDynamicType *type);
1919 etsg->CastToDynamic(expr, targetType->AsETSDynamicType()); in CompileCast()