Home
last modified time | relevance | path

Searched defs:classNode (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DOhsUtil.spec.ts44 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/
Dtransformer.cpp308 auto *classNode = VisitTSNodes(node); in VisitTSNode() local
320 auto *classNode = VisitTSNodes(node); in VisitTSNode() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts750 const classNode = node.parent; constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts2306 const classNode = TsUtils.getClassNodeFromDeclaration(declaration); constant