Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/autofixes/
DAutofixer.ts702 private isFunctionDeclarationFirst(tsFunctionDeclaration: ts.FunctionDeclaration): boolean { method in Autofixer
743 if (!this.isFunctionDeclarationFirst(tsFunctionDeclaration)) {