| /arkcompiler/ets_frontend/es2panda/compiler/base/ |
| D | hoisting.cpp | 31 auto *var = pg->Scope()->FindLocal(decl->Name()); in StoreModuleVarOrLocalVar() local 39 static void HoistVar(PandaGen *pg, binder::Variable *var, const binder::VarDecl *decl) in HoistVar() 63 static void HoistFunction(PandaGen *pg, binder::Variable *var, const binder::FunctionDecl *decl) in HoistFunction() 93 auto *var = pg->TopScope()->FindLocal(nameSpaceEntry->localName_); in HoistNameSpaceImports() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | frame_info.h | 37 #define FRAME_INFO_GET_ATTR(name, var) \ argument 44 #define FRAME_INFO_SET_ATTR(name, var) \ argument 53 #define FRAME_INFO_ATTR(name, var) \ argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | hoisting.cpp | 23 static void HoistVar(PandaGen *pg, varbinder::Variable *var, const varbinder::VarDecl *decl) in HoistVar() 39 static void HoistFunction(PandaGen *pg, varbinder::Variable *var, const varbinder::FunctionDecl *de… in HoistFunction()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | member_expression_78.ts | 21 var a = {...o} as const; variable
|
| D | expression_1.ts | 18 var a = [1,2,...N]; variable
|
| /arkcompiler/ets_frontend/ets2panda/test/compiler/ts/ |
| D | member_expression_78.ts | 21 var a = {...o} as const; variable
|
| /arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
| D | run.bat | 32 set var=D:\AutoXTSTest variable
|
| /arkcompiler/ets_frontend/es2panda/typescript/core/ |
| D | helpers.cpp | 340 binder::Variable *var = declarator->Id()->AsIdentifier()->Variable(); in InferSimpleVariableDeclaratorType() local 357 Type *Checker::GetTypeOfVariable(binder::Variable *var) in GetTypeOfVariable() 467 binder::Variable *var) in GetTypeFromClassOrInterfaceReference() 481 Type *Checker::GetTypeFromTypeAliasReference(const ir::TSTypeReference *node, binder::Variable *var) in GetTypeFromTypeAliasReference() 501 Type *Checker::GetTypeReferenceType(const ir::TSTypeReference *node, binder::Variable *var) in GetTypeReferenceType()
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 100 Scope::InsertResult Scope::InsertBinding(const util::StringView &name, Variable *const var) in InsertBinding() 106 Scope::InsertResult Scope::TryInsertBinding(const util::StringView &name, Variable *const var) in TryInsertBinding() 341 … auto *var = AddParam(allocator, FindLocal(name, varbinder::ResolveBindingOptions::BINDINGS), decl, in AddParamDecl() local 435 Scope::InsertResult GlobalScope::InsertBinding(const util::StringView &name, Variable *const var) in InsertBinding() 440 Scope::InsertResult GlobalScope::TryInsertBinding(const util::StringView &name, Variable *const var) in TryInsertBinding() 467 …::InsertResult GlobalScope::InsertForeignBinding(const util::StringView &name, Variable *const var) in InsertForeignBinding() 472 Scope::InsertResult GlobalScope::InsertImpl(const util::StringView &name, Variable *const var, cons… in InsertImpl() 501 …::InsertResult GlobalScope::InsertDynamicBinding(const util::StringView &name, Variable *const var) in InsertDynamicBinding() 758 auto *var = props.GetTargetScope()->AddBinding(allocator, nullptr, newDecl, extension); in AddBinding() local
|
| D | variable.cpp | 39 auto *var = allocator->New<LocalVariable>(decl, flags_); in Copy() local
|
| D | ETSBinder.cpp | 433 …auto *const var = Allocator()->New<varbinder::LocalVariable>(decl, varbinder::VariableFlags::STATI… in AddDynamicSpecifiersToTopBindings() local 442 const util::StringView &name, Variable *var) in InsertForeignBinding() 572 …uto insertForeignBinding = [this, specifier, import](const util::StringView &name, Variable *var) { in AddImportSpecifiersToTopBindings() 588 auto *const var = FindImportSpecifiersVariable(imported, globalBindings, recordRes); in AddImportSpecifiersToTopBindings() local 725 …uto insertForeignBinding = [this, specifier, import](const util::StringView &name, Variable *var) { in AddSpecifiersToTopBindings() 1050 bool ETSBinder::ImportGlobalPropertiesForNotDefaultedExports(varbinder::Variable *var, const util::… in ImportGlobalPropertiesForNotDefaultedExports() 1094 auto *const var = scopeCtx.GetScope()->FindLocal(name, ResolveBindingOptions::ALL); in ImportGlobalProperties() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ts/ |
| D | helpers.cpp | 341 varbinder::Variable *var = declarator->Id()->AsIdentifier()->Variable(); in InferSimpleVariableDeclaratorType() local 358 Type *TSChecker::GetTypeOfVariable(varbinder::Variable *var) in GetTypeOfVariable() 467 varbinder::Variable *var) in GetTypeFromClassOrInterfaceReference() 481 Type *TSChecker::GetTypeFromTypeAliasReference(ir::TSTypeReference *node, varbinder::Variable *var) in GetTypeFromTypeAliasReference() 499 Type *TSChecker::GetTypeReferenceType(ir::TSTypeReference *node, varbinder::Variable *var) in GetTypeReferenceType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | circuit_builder_helper.cpp | 93 void Label::LabelImpl::WriteVariable(Variable *var, GateRef value) in WriteVariable() 98 GateRef Label::LabelImpl::ReadVariable(Variable *var) in ReadVariable() 110 GateRef Label::LabelImpl::ReadVariableRecursive(Variable *var) in ReadVariableRecursive()
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ASchecker.h | 37 Type *GetTypeOfVariable([[maybe_unused]] varbinder::Variable *var) override in GetTypeOfVariable()
|
| D | JSchecker.h | 37 Type *GetTypeOfVariable([[maybe_unused]] varbinder::Variable *var) override in GetTypeOfVariable()
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/expressions/ |
| D | ts-test-expression-1.ts | 18 var a = [1, 2, ...N]; variable
|
| /arkcompiler/runtime_core/static_core/verification/value/ |
| D | abstract_value.h | 37 AbstractValue(const Variables::Var &var) : contents_ {var} {} in AbstractValue()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | mir_config.h | 59 #define MIR_CAST_TO(var, totype) ((totype)(var)) argument 100 #define MIR_CAST_TO(var, totype) static_cast<totype>(var) argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfacePropertyDeclarations.cpp | 78 auto var = functionScope->AddDecl(checker->Allocator(), decl, ScriptExtension::ETS); in GenerateGetterOrSetter() local 124 auto var = methodScope->AddDecl(checker->Allocator(), decl, ScriptExtension::ETS); in UpdateInterfacePropertys() local
|
| /arkcompiler/ets_frontend/es2panda/ir/module/ |
| D | exportDefaultDeclaration.cpp | 44 auto *var = pg->Scope()->FindLocal(parser::SourceTextModuleRecord::DEFAULT_LOCAL_NAME); in Compile() local
|
| /arkcompiler/ets_frontend/es2panda/ir/ts/ |
| D | tsTypeReference.cpp | 67 binder::Variable *var = typeName_->AsIdentifier()->Variable(); in GetType() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ASTVerifier.cpp | 290 const auto var = *maybeVar; in operator ()() local 321 bool ScopeEncloseVariable(ASTVerifier::ErrorContext &ctx, const varbinder::LocalVariable *var) in ScopeEncloseVariable() 390 const auto var = *maybeVar; in operator ()() local 588 bool ValidateExport(const varbinder::Variable *var) in ValidateExport() 626 const varbinder::Variable *var, const ir::Identifier *ident, in InvariantImportExportVariable() 654 const auto *var = ident->Variable(); in HandleImportExportIdentifier() local
|
| /arkcompiler/ets_frontend/ets2panda/test/parser/ts/ |
| D | test-class-definition.ts | 34 class Bar { c; d() { } e; let; var; const; function; f!: number } property in Bar
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-definition.ts | 34 class Bar { c; d() { } e; let; var; const; function; f!: number } property in Bar
|
| /arkcompiler/ets_frontend/ets2panda/ir/ts/ |
| D | tsTypeReference.cpp | 103 varbinder::Variable *var = typeName_->AsIdentifier()->Variable(); in GetType() local
|