Home
last modified time | relevance | path

Searched refs:IsStringLike (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ts/
H A Dutil.cpp161 : (res && IsStringLike(expr->AsMemberExpression()->Property())); in IsConstantMemberAccess()
168 bool TSChecker::IsStringLike(ir::Expression *expr) in IsStringLike() function in ark::es2panda::checker::TSChecker
/arkcompiler/ets_frontend/es2panda/typescript/core/
H A 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/ets2panda/ir/ts/
H A DtsEnumDeclaration.cpp105 ASSERT(checker::TSChecker::IsStringLike(expr->Property())); in EvaluateMemberExpression()
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsEnumDeclaration.cpp140 ASSERT(checker::Checker::IsStringLike(expr->Property())); in EvaluateMemberExpression()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSchecker.h267 static bool IsStringLike(ir::Expression *expr);
/arkcompiler/ets_frontend/es2panda/typescript/
H A Dchecker.h342 static bool IsStringLike(const ir::Expression *expr);

Completed in 4 milliseconds