Home
last modified time | relevance | path

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

123

/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
Dassignment_unknown.ts17 let variable: unknown; variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
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/checker/
DcheckerContext.cpp33 void CheckerContext::SetSmartCast(varbinder::Variable const *const variable, checker::Type *const s… in SetSmartCast()
160 for (auto const *variable : changedVariables) { in EnterLoop() local
208 auto const *variable = ident->Variable(); in CheckAssignments() local
273 auto const *const variable = identifier->Variable(); in CheckIdentifierSmartCastCondition() local
335 varbinder::Variable const *variable = nullptr; in CheckSmartCastEqualityCondition() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DvariableNameIdentifierNameSame.cpp30 const auto variable = ast->AsIdentifier()->Variable(); in operator ()() local
DvariableHasScope.cpp61 const auto variable = ast->AsIdentifier()->Variable(); in GetLocalScopeVariable() 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.cpp46 compiler::VReg variable = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DcapturedVariables.cpp108 for (auto *variable : variables) { in HandleScriptFunction() local
DobjectLiteralLowering.cpp41 …auto *const variable = assignmentExpr->Left()->AsMemberExpression()->Property()->AsIdentifier()->V… in MaybeAllowConstAssign() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsEnumDeclaration.cpp256 …d AddEnumValueDeclaration(checker::Checker *checker, double number, binder::EnumVariable *variable) in AddEnumValueDeclaration()
289 void InferEnumVariableType(checker::Checker *checker, binder::EnumVariable *variable, double *value… in InferEnumVariableType()
/arkcompiler/ets_frontend/ets2panda/test/unit/plugin/
Dplugin_proceed_to_state_find_import_declaration.cpp99 auto variable = impl->AstNodeVariableConst(context, node); in CheckForImportIdentifier() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dvarbinder.cpp229 …Variable *variable = scope->FindLocal(classDef->PrivateId(), varbinder::ResolveBindingOptions::BIN… in InstantiatePrivateContext() local
310 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.h35 Variable *variable; member
Dscope.cpp372 for (const auto *variable : bindings) { in CheckDirectEval() local
689 auto *variable = allocator->New<ModuleVariable>(newDecl, VariableFlags::NONE); in AddImport() local
724 …varbinder::Variable *variable = FindLocal(decl->LocalName(), varbinder::ResolveBindingOptions::BIN… in ExportAnalysis() local
DETSBinder.cpp521 …tring RedeclarationErrorMessageAssembler(const Variable *const var, const Variable *const variable, in RedeclarationErrorMessageAssembler()
548 varbinder::Variable *variable) in AddOverloadFlag()
594 … auto variable = Program()->GlobalClassScope()->FindLocal(bindingName, ResolveBindingOptions::ALL); in ImportAllForeignBindings() local
1255 auto variable = Program()->GlobalClassScope()->FindLocal(name, ResolveBindingOptions::ALL); in ImportGlobalPropertiesForNotDefaultedExports() local
/arkcompiler/runtime_core/static_core/runtime/tests/tooling/
Dtest_extractor.cpp100 for (const auto &variable : variables) { in GetLocalVariableInfo() local
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsParameterExpression.cpp95 void ETSParameterExpression::SetVariable(varbinder::Variable *const variable) noexcept in SetVariable()
/arkcompiler/ets_frontend/es2panda/compiler/base/
Dlexenv.cpp31 static void CheckConstAssignment(PandaGen *pg, const ir::AstNode *node, binder::Variable *variable) in CheckConstAssignment()
/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/types/
Dtype.h207 void SetVariable(varbinder::Variable *variable) in SetVariable()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DvalidateHelpers.cpp272 void ETSChecker::ValidateUnaryOperatorOperand(varbinder::Variable *variable) in ValidateUnaryOperatorOperand()

123