Searched defs:classNode (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ |
| D | OhsUtil.spec.ts | 34 const classNode = {} as any; constant 39 … const classNode = ts.factory.createClassDeclaration(undefined, "Class", undefined, undefined, []); constant 49 …const classNode = ts.factory.createClassDeclaration(undefined, "Class", undefined, [heritageClause… constant 55 …const classNode = ts.factory.createClassDeclaration(undefined, "Class", undefined, [heritageClause… constant 65 …const classNode = ts.factory.createClassDeclaration(undefined, "Class", undefined, [heritageClause… constant
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 319 auto *classNode = VisitTSNodes(node); in VisitTSNode() local 331 auto *classNode = VisitTSNodes(node); in VisitTSNode() local
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ |
| D | TypeScriptLinter.ts | 756 const classNode = node.parent; constant
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/utils/ |
| D | TsUtils.ts | 2052 const classNode = TsUtils.getClassNodeFromDeclaration(declaration); constant
|