Home
last modified time | relevance | path

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

/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()
92 auto *var = pg->TopScope()->FindLocal(nameSpaceEntry->localName_); in HoistNameSpaceImports() local
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/
Drun.bat32 set var=D:\AutoXTSTest variable
/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
DinterfaceAssignment.ts51 var c: C2; 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()
DdestructuringContext.cpp73 void DestructuringContext::SetInferedTypeForVariable(binder::Variable *var, Type *inferedType, in SetInferedTypeForVariable()
Dfunction.cpp371 binder::Variable *var = found->second->Variable(); in CheckFunctionParameter() local
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/expressions/
Dts-test-expression-1.ts18 var a = [1, 2, ...N]; variable
/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
DtsInterfaceDeclaration.cpp98 binder::Variable *var = id_->Variable(); in Check() local
/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/es2panda/binder/
Dvariable.cpp38 auto *var = allocator->New<LocalVariable>(decl, flags_); in Copy() local
Dscope.h112 bool AddExportVariable(const util::StringView &name, Variable *var) in AddExportVariable()
130 bool AddExportTSVariable(const util::StringView &name, Variable *var) in AddExportTSVariable()
334 void AddLocalTSVariable(const util::StringView &name, Variable *var) in AddLocalTSVariable()
740 bool AddExportTSVariable(const util::StringView &name, Variable *var) in AddExportTSVariable()
750 bool AddExportVariable(const util::StringView &name, Variable *var) in AddExportVariable()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.h704 inline void WriteVariable(Variable *var, GateRef value) in WriteVariable()
708 inline GateRef ReadVariable(Variable *var) in ReadVariable()
Dcircuit_builder.cpp1875 void Label::LabelImpl::WriteVariable(Variable *var, GateRef value) in WriteVariable()
1880 GateRef Label::LabelImpl::ReadVariable(Variable *var) in ReadVariable()
1892 GateRef Label::LabelImpl::ReadVariableRecursive(Variable *var) in ReadVariableRecursive()
/arkcompiler/runtime_core/libpandafile/
Ddebug_info_extractor.cpp170 for (auto &var : lvt_) { in ProcessVars() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp1178 auto *var = FindTSModuleVariable(node->ModuleReference(), scope, &isType); in IsInstantiatedImportEquals() local
1197 auto *var = FindTSModuleVariable(tsQualifiedName->Left(), scope, isType); in FindTSModuleVariable() local
2284 binder::Variable *var = nullptr; in IsValueReference() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp480 auto *var = scope->FindLocalTSVariable<binder::TSBindingType::IMPORT_EQUALS>(name); in ParseTsImportEqualsDeclaration() local
2889 … auto *var = scope->FindLocalTSVariable<binder::TSBindingType::IMPORT_EQUALS>(local->Name()); in ParseImportDefaultSpecifier() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp305 auto *var = result.variable; in LoadVar() local
338 binder::Variable *var = result.variable; in StoreVar() local