Home
last modified time | relevance | path

Searched defs:paramScopeCtx (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/base/
H A DcatchClause.cpp90 auto paramScopeCtx = binder::LexicalScope<binder::CatchParamScope>::Enter(binder, scope_->ParamScope()); in UpdateSelf() local
H A DscriptFunction.cpp113 auto paramScopeCtx = binder::LexicalScope<binder::FunctionParamScope>::Enter(binder, scope_->ParamScope()); in UpdateSelf() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
H A Dvarbinder.cpp464 auto paramScopeCtx = LexicalScope<CatchParamScope>::Enter(this, catchClauseStmt->Scope()->ParamScope()); in BuildCatchClause() local
504 auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, funcScope->ParamScope()); in VisitScriptFunction() local
H A DETSBinder.cpp314 auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, func->Scope()->ParamScope()); in ResolveMethodDefinition() local
396 auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, func->Scope()->ParamScope()); in AddFunctionThisParam() local
408 auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, func->Scope()->ParamScope()); in BuildProxyMethod() local
/arkcompiler/ets_frontend/es2panda/binder/
H A Dbinder.cpp684 auto paramScopeCtx = LexicalScope<CatchParamScope>::Enter(this, catchClauseStmt->Scope()->ParamScope()); in BuildCatchClause() local
790 auto paramScopeCtx = LexicalScope<FunctionParamScope>::Enter(this, funcScope->ParamScope()); in ResolveReference() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DlambdaLowering.cpp280 auto paramScopeCtx = varbinder::LexicalScope<varbinder::FunctionParamScope>::Enter(varBinder, paramScope); in SetUpCalleeMethod() local
/arkcompiler/ets_frontend/es2panda/parser/transformer/
H A Dtransformer.cpp1931 auto paramScopeCtx = binder::LexicalScope<binder::FunctionParamScope>::Enter(Binder(), funcParamScope); in CreateCallExpressionForTsModule() local
2070 auto paramScopeCtx = binder::LexicalScope<binder::FunctionParamScope>::Enter(Binder(), funcParamScope); in CreateCallExpressionForTsEnum() local

Completed in 13 milliseconds