| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | assignment_unknown.ts | 17 let variable: unknown; variable
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | assignment_unknown.ts | 17 let variable: unknown; variable
|
| /arkcompiler/toolchain/build/toolchain/mac/ |
| D | get_tool_mtime.py | 27 variable = os.path.splitext(os.path.basename(f))[0] variable
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | checkerContext.cpp | 33 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/ |
| D | variableNameIdentifierNameSame.cpp | 30 const auto variable = ast->AsIdentifier()->Variable(); in operator ()() local
|
| D | variableHasScope.cpp | 61 const auto variable = ast->AsIdentifier()->Variable(); in GetLocalScopeVariable() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | lexenv.cpp | 32 …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()
|
| D | lreference.cpp | 234 ReferenceKind ETSLReference::ResolveReferenceKind(const varbinder::Variable *variable) in ResolveReferenceKind() 278 auto const *const variable = Variable(); in GetValue() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | signature.cpp | 34 void Signature::ToString(std::stringstream &ss, const binder::Variable *variable, bool printAsMetho… in ToString() argument
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | unaryExpression.cpp | 46 compiler::VReg variable = pg->AllocReg(); in Compile() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | capturedVariables.cpp | 108 for (auto *variable : variables) { in HandleScriptFunction() local
|
| D | objectLiteralLowering.cpp | 41 …auto *const variable = assignmentExpr->Left()->AsMemberExpression()->Property()->AsIdentifier()->V… in MaybeAllowConstAssign() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsEnumDeclaration.cpp | 256 …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/ |
| D | plugin_proceed_to_state_find_import_declaration.cpp | 99 auto variable = impl->AstNodeVariableConst(context, node); in CheckForImportIdentifier() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | varbinder.cpp | 229 …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
|
| D | ETSBinder.h | 35 Variable *variable; member
|
| D | scope.cpp | 372 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
|
| D | ETSBinder.cpp | 521 …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/ |
| D | test_extractor.cpp | 100 for (const auto &variable : variables) { in GetLocalVariableInfo() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsParameterExpression.cpp | 95 void ETSParameterExpression::SetVariable(varbinder::Variable *const variable) noexcept in SetVariable()
|
| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | lexenv.cpp | 31 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/ |
| D | interface_method.test.js | 24 function isObject(variable) { argument
|
| /arkcompiler/ets_frontend/es2panda/parser/module/ |
| D | sourceTextModuleRecord.cpp | 180 auto variable = CheckAndAssignIndex(moduleScope, it->first, &index); in AssignIndexToModuleVariable() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ |
| D | type.h | 207 void SetVariable(varbinder::Variable *variable) in SetVariable()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | validateHelpers.cpp | 272 void ETSChecker::ValidateUnaryOperatorOperand(varbinder::Variable *variable) in ValidateUnaryOperatorOperand()
|