Home
last modified time | relevance | path

Searched defs:var (Results 1 – 25 of 80) sorted by relevance

1234

/arkcompiler/ets_frontend/es2panda/compiler/base/
Dhoisting.cpp31 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/
Dframe_info.h37 #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/
Dhoisting.cpp23 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/
Dmember_expression_78.ts21 var a = {...o} as const; variable
Dexpression_1.ts18 var a = [1,2,...N]; variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
Dmember_expression_78.ts21 var a = {...o} as const; variable
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Drun.bat32 set var=D:\AutoXTSTest variable
/arkcompiler/ets_frontend/es2panda/typescript/core/
Dhelpers.cpp340 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/
Dscope.cpp100 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
Dvariable.cpp39 auto *var = allocator->New<LocalVariable>(decl, flags_); in Copy() local
DETSBinder.cpp433 …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/
Dhelpers.cpp341 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/
Dcircuit_builder_helper.cpp93 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/
DASchecker.h37 Type *GetTypeOfVariable([[maybe_unused]] varbinder::Variable *var) override in GetTypeOfVariable()
DJSchecker.h37 Type *GetTypeOfVariable([[maybe_unused]] varbinder::Variable *var) override in GetTypeOfVariable()
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/expressions/
Dts-test-expression-1.ts18 var a = [1, 2, ...N]; variable
/arkcompiler/runtime_core/static_core/verification/value/
Dabstract_value.h37 AbstractValue(const Variables::Var &var) : contents_ {var} {} in AbstractValue()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_config.h59 #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/
DinterfacePropertyDeclarations.cpp78 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/
DexportDefaultDeclaration.cpp44 auto *var = pg->Scope()->FindLocal(parser::SourceTextModuleRecord::DEFAULT_LOCAL_NAME); in Compile() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsTypeReference.cpp67 binder::Variable *var = typeName_->AsIdentifier()->Variable(); in GetType() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DASTVerifier.cpp290 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/
Dtest-class-definition.ts34 class Bar { c; d() { } e; let; var; const; function; f!: number } property in Bar
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definition.ts34 class Bar { c; d() { } e; let; var; const; function; f!: number } property in Bar
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsTypeReference.cpp103 varbinder::Variable *var = typeName_->AsIdentifier()->Variable(); in GetType() local

1234