Home
last modified time | relevance | path

Searched defs:contextualType (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/functions/
DSupportedStdCallAPI.ts85 const contextualType = this.typeChecker.getContextualType(callExpr); constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DSymbolCache.ts69 const contextualType = this.typeChecker.getContextualType(propertyAssignment.parent); constant
DAutofixer.ts954 const contextualType = this.typeChecker.getContextualType(node.parent); constant
4885 const contextualType = this.typeChecker.getContextualType(node); constant
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Drename.cpp115 auto contextualType = node->Check(checker); in GetContextualTypeFromParentOrAncestorTypeNode() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts9227 const contextualType = this.tsTypeChecker.getContextualType(node); constant