Home
last modified time | relevance | path

Searched defs:scope (Results 1 - 25 of 110) sorted by relevance

12345

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DmoduleContext.cpp28 void CompileImports(PandaGen *pg, varbinder::ModuleScope *scope) in CompileImports() argument
51 void CompileExports(PandaGen *pg, const varbinder::ModuleScope *scope) in CompileExports() argument
81 void ModuleContext::Compile(PandaGen *pg, varbinder::ModuleScope *scope) in Compile() argument
[all...]
H A DcompileJob.h54 void SetContext(public_lib::Context *context, varbinder::FunctionScope *scope) in SetContext() argument
H A DenvScope.cpp50 void LoopEnvScope::CopyBindings(PandaGen *pg, varbinder::VariableScope *scope, varbinder::VariableFlags flag) in CopyBindings() argument
/arkcompiler/ets_frontend/ets2panda/ir/statements/
H A DloopStatement.h41 void SetScope(varbinder::LoopScope *scope) in SetScope() argument
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A DTypedBinder.cpp31 Scope *scope = nullptr; in BuildSignatureDeclarationBaseParams() local
H A Dvariable.cpp46 void LocalVariable::SetLexical(Scope *scope) in SetLexical() argument
57 void GlobalVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical() argument
58 void ModuleVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical() argument
59 void EnumVariable::SetLexical([[maybe_unused]] Scope *scope) {} in SetLexical() argument
/arkcompiler/ets_frontend/ets2panda/compiler/base/
H A Dhoisting.cpp25 auto *scope = pg->Scope(); in HoistVar() local
42 auto *scope = pg->Scope(); in HoistFunction() local
61 const auto *scope = pg->Scope(); Hoist() local
[all...]
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsModuleBlock.h40 void SetScope(varbinder::LocalScope *scope) in SetScope() argument
H A DtsFunctionType.h47 void SetScope(varbinder::Scope *scope) in SetScope() argument
H A DtsConstructorType.h49 void SetScope(varbinder::Scope *scope) in SetScope() argument
H A DtsTypeParameterDeclaration.h44 void SetScope(varbinder::LocalScope *scope) in SetScope() argument
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dvm_handle.h40 auto scope = thread->GetTopScope<ObjectHeader *>(); in VMHandle() local
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DnamespaceDefinition.h63 void SetScope(varbinder::LocalScope *scope) in SetScope() argument
H A DcatchClause.h63 void SetScope(varbinder::CatchScope *scope) in SetScope() argument
H A DtsSignatureDeclaration.h57 void SetScope(varbinder::Scope *scope) in SetScope() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DblockExpression.h81 void SetScope(varbinder::Scope *scope) in SetScope() argument
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DenumLiteralType.h30 EnumLiteralType(util::StringView name, varbinder::Scope *scope, EnumLiteralTypeKind kind) in EnumLiteralType() argument
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DcapturedVariables.cpp56 auto *scope = var->GetScope(); variable
H A DexpressionLambdaLowering.cpp23 auto *const scope = function->Scope(); in ConvertExpression() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A DregScope.cpp58 LocalRegScope::LocalRegScope(PandaGen *pg, binder::Scope *scope) : RegScope(pg) in LocalRegScope() argument
/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DblockStatement.h38 explicit BlockStatement(binder::Scope *scope, ArenaVector<Statement *> &&statementList) in BlockStatement() argument
H A DwhileStatement.h40 explicit WhileStatement(binder::LoopScope *scope, Expression *test, Statement *body) in WhileStatement() argument
H A DdoWhileStatement.h40 explicit DoWhileStatement(binder::LoopScope *scope, Statement *body, Expression *test) in DoWhileStatement() argument
/arkcompiler/ets_frontend/es2panda/binder/
H A Dvariable.cpp44 void LocalVariable::SetLexical(Scope *scope, util::PatchFix *patchFixHelper) in SetLexical() argument
81 void GlobalVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() argument
82 void ModuleVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() argument
83 void EnumVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() argument
84 void NamespaceVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) {} in SetLexical() argument
85 void ImportEqualsVariable::SetLexical([[maybe_unused]] Scope *scope, [[maybe_unuse in SetLexical() argument
86 SetLexical([[maybe_unused]] Scope *scope, [[maybe_unused]] util::PatchFix *patchFixHelper) SetLexical() argument
[all...]
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DclassStaticBlock.h35 explicit ClassStaticBlock(binder::StaticBlockScope *scope, BlockStatement *blockStatement) in ClassStaticBlock() argument

Completed in 6 milliseconds

12345