Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_new_expression.cpp65 static es2panda_AstNode *variableDeclaration = nullptr; variable
/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.cpp73 auto *variableDeclaration = CreateVariableDeclaration(checker, variableIdent, exprInit); in BreakLastStatement() local
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/src/
DASTAutofixer.ts2011 …const variableDeclaration = ts.factory.createVariableDeclaration(enumName, undefined, jsValueType,… constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts6157 …for (const variableDeclaration of (parentNode as ts.VariableStatement).declarationList.declaration… constant
8247 const variableDeclaration = this.findVariableDeclaration(node); constant
8280 const variableDeclaration = this.findVariableDeclaration(node); constant
8642 const variableDeclaration = ts.isIdentifier(elementAccessExpr.expression) ? constant
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts3628 const variableDeclaration = this.findVariableDeclaration(identifier); constant
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp2051 auto *variableDeclaration = CreateVariableDeclarationWithIdentify(name, flag, node, isExport); in CreateVariableDeclarationForTSEnumOrTSModule() local