Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dutil.cpp193 : (res && IsStringLike(expr->AsMemberExpression()->Property())); in IsConstantMemberAccess()
200 bool Checker::IsStringLike(const ir::Expression *expr) in IsStringLike() function in panda::es2panda::checker::Checker
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsEnumDeclaration.cpp140 ASSERT(checker::Checker::IsStringLike(expr->Property())); in EvaluateMemberExpression()
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h342 static bool IsStringLike(const ir::Expression *expr);