Home
last modified time | relevance | path

Searched refs:hasLibraryType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts1365 hasLibraryType(node: ts.Node): boolean { method in TsUtils
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts1642 const isDynamic = isAny || this.tsUtils.hasLibraryType(callee);