Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts1152 const hasNestedObjectDestructuring = TsUtils.hasNestedObjectDestructuring(tsLhsExpr); constant
1272 const hasNestedObjectDestructuring = TsUtils.hasNestedObjectDestructuring(decl.name); constant
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts1842 static hasNestedObjectDestructuring(node: ts.ArrayBindingOrAssignmentPattern): boolean { method in TsUtils