Home
last modified time | relevance | path

Searched defs:variableDeclaration (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts2672 …for (const variableDeclaration of (parentNode as ts.VariableStatement).declarationList.declaration… constant
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp2040 auto *variableDeclaration = CreateVariableDeclarationWithIdentify(name, flag, node, isExport); in CreateVariableDeclarationForTSEnumOrTSModule() local