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.ts34 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/
Dtransformer.cpp319 auto *classNode = VisitTSNodes(node); in VisitTSNode() local
331 auto *classNode = VisitTSNodes(node); in VisitTSNode() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts756 const classNode = node.parent; constant
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts2052 const classNode = TsUtils.getClassNodeFromDeclaration(declaration); constant