Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/
Dpandagen.ts242 this.setFunctionKind(node);
263 public setFunctionKind(node: ts.SourceFile | ts.FunctionLikeDeclaration) { method in PandaGen