Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2760 const isDeclaredESValue = !!node.type && TsUtils.isEsValueType(node.type); constant
2777 const isDeclaredESValue = isTypeAnnotated && TsUtils.isEsValueType(nodeDeclType); constant