Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts1828 static destructuringDeclarationHasSpreadOperator(node: ts.BindingPattern): boolean { method in TsUtils
1835 return TsUtils.destructuringDeclarationHasSpreadOperator(x.name);
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts1277 TsUtils.destructuringDeclarationHasSpreadOperator(decl.name)