Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2768 const lhsType = this.tsTypeChecker.getContextualType(expr); constant
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp695 const checker::Type *lhsType = node->Left()->TsType(); in IsInstanceDynamic() local