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