Home
last modified time | relevance | path

Searched defs:expressionType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1578 auto const expressionType = expr->Check(this); in ValidateArrayIndex() local
1652 auto const expressionType = expr->Property()->Check(this); in ValidateTupleIndex() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts4929 const expressionType = typeChecker.getTypeAtLocation(callLikeExpr.expression); constant