Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DTypeUtils.spec.ts116 …const variableDeclaration = (sourceFile.statements[0] as VariableStatement).declarationList.declar… constant
/arkcompiler/ets_frontend/ets2panda/evaluate/
DscopedDebugInfoPlugin.cpp72 auto *variableDeclaration = CreateVariableDeclaration(checker, variableIdent, exprInit); in BreakLastStatement() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts2720 …for (const variableDeclaration of (parentNode as ts.VariableStatement).declarationList.declaration… constant
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp2031 auto *variableDeclaration = CreateVariableDeclarationWithIdentify(name, flag, node, isExport); in CreateVariableDeclarationForTSEnumOrTSModule() local