Home
last modified time | relevance | path

Searched defs:variable (Results 1 – 25 of 49) sorted by relevance

12

/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
Dassignment_unknown.ts17 let variable: unknown; variable
/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
Dassignment_unknown.ts17 let variable: unknown; variable
/arkcompiler/toolchain/build/toolchain/mac/
Dget_tool_mtime.py27 variable = os.path.splitext(os.path.basename(f))[0] variable
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DvariableNameIdentifierNameSame.cpp28 const auto variable = ast->AsIdentifier()->Variable(); in operator ()() local
DvariableHasScope.cpp61 const auto variable = ast->AsIdentifier()->Variable(); in GetLocalScopeVariable() local
/arkcompiler/ets_frontend/ets2panda/checker/
DcheckerContext.cpp152 for (auto const *variable : changedVariables) { in EnterLoop() local
200 auto const *variable = ident->Variable(); in CheckAssignments() local
265 auto const *const variable = identifier->Variable(); in CheckIdentifierSmartCastCondition() local
327 varbinder::Variable const *variable = nullptr; in CheckSmartCastEqualityCondition() local
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Dlexenv.cpp32 …tic void CheckConstAssignment(PandaGen *pg, const ir::AstNode *node, varbinder::Variable *variable) in CheckConstAssignment()
74 static void StoreLocalExport(PandaGen *pg, const ir::AstNode *node, varbinder::Variable *variable) in StoreLocalExport()
Dlreference.cpp234 ReferenceKind ETSLReference::ResolveReferenceKind(const varbinder::Variable *variable) in ResolveReferenceKind()
278 auto const *const variable = Variable(); in GetValue() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
Dsignature.cpp34 void Signature::ToString(std::stringstream &ss, const binder::Variable *variable, bool printAsMetho… in ToString() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DunaryExpression.cpp47 compiler::VReg variable = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsEnumDeclaration.cpp258 …d AddEnumValueDeclaration(checker::Checker *checker, double number, binder::EnumVariable *variable) in AddEnumValueDeclaration()
291 void InferEnumVariableType(checker::Checker *checker, binder::EnumVariable *variable, double *value… in InferEnumVariableType()
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp230 …Variable *variable = scope->FindLocal(classDef->PrivateId(), varbinder::ResolveBindingOptions::BIN… in InstantiatePrivateContext() local
311 auto *variable = scope_->FindLocal(name, varbinder::ResolveBindingOptions::BINDINGS); in BuildVarDeclaratorId() local
407 …Variable *variable = scope_->FindLocal(classDef->PrivateId(), varbinder::ResolveBindingOptions::BI… in BuildClassDefinition() local
DETSBinder.cpp436 …tring RedeclarationErrorMessageAssembler(const Variable *const var, const Variable *const variable, in RedeclarationErrorMessageAssembler()
463 varbinder::Variable *variable) in AddOverloadFlag()
509 … auto variable = Program()->GlobalClassScope()->FindLocal(bindingName, ResolveBindingOptions::ALL); in ImportAllForeignBindings() local
1070 auto variable = Program()->GlobalClassScope()->FindLocal(name, ResolveBindingOptions::ALL); in ImportGlobalPropertiesForNotDefaultedExports() local
DETSBinder.h35 Variable *variable; member
Dscope.cpp366 for (const auto *variable : bindings) { in CheckDirectEval() local
665 auto *variable = allocator->New<ModuleVariable>(newDecl, VariableFlags::NONE); in AddImport() local
700 …varbinder::Variable *variable = FindLocal(decl->LocalName(), varbinder::ResolveBindingOptions::BIN… in ExportAnalysis() local
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_extractor.cpp100 for (const auto &variable : variables) { in GetLocalVariableInfo() local
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlexenv.cpp35 static void CheckConstAssignment(PandaGen *pg, const ir::AstNode *node, binder::Variable *variable) in CheckConstAssignment()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsParameterExpression.cpp95 void ETSParameterExpression::SetVariable(varbinder::Variable *const variable) noexcept in SetVariable()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ets_to_ts/
Dinterface_method.test.js24 function isObject(variable) { argument
/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp180 auto variable = CheckAndAssignIndex(moduleScope, it->first, &index); in AssignIndexToModuleVariable() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DvalidateHelpers.cpp250 void ETSChecker::ValidateUnaryOperatorOperand(varbinder::Variable *variable) in ValidateUnaryOperatorOperand()
/arkcompiler/ets_frontend/ets2panda/checker/types/
Dtype.h199 void SetVariable(varbinder::Variable *variable) in SetVariable()
Dsignature.cpp133 void Signature::ToString(std::stringstream &ss, const varbinder::Variable *variable, bool printAsMe… in ToString()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DobjectLiteralLowering.cpp41 …auto *const variable = assignmentExpr->Left()->AsMemberExpression()->Property()->AsIdentifier()->V… in MaybeAllowConstAssign() local
/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp495 for (auto &variable: lexicalVarNameAndTypes) { in CompareLexenv() local
645 for (auto &variable: pg->TopScope()->GetLexicalVarNameAndTypes()) { in DumpFunctionInfo() local

12