Searched refs:functionDeclarationToStmts (Results 1 – 1 of 1) sorted by relevance
153 stmts = this.functionDeclarationToStmts(node);173 private functionDeclarationToStmts(functionDeclarationNode: ts.FunctionDeclaration): Stmt[] { method in ArkIRTransformer