| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | callExpression.cpp | 64 compiler::RegScope paramScope(pg); in CompileSuperCallWithSpreadArgs() local 94 compiler::RegScope paramScope(pg); in CompileSuperCall() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | interfacePropertyDeclarations.cpp | 72 …auto *paramScope = checker->Allocator()->New<varbinder::FunctionParamScope>(checker->Allocator(), … in GenerateGetterOrSetter() local
|
| D | lambdaLowering.cpp | 50 varbinder::ParamScope *paramScope = nullptr; member 212 …cessCalleeMethodBody(ir::AstNode *body, checker::ETSChecker *checker, varbinder::Scope *paramScope, in ProcessCalleeMethodBody() 261 auto *paramScope = funcScope->ParamScope(); in SetUpCalleeMethod() local 312 … varbinder::ParamScope *paramScope, ir::ScriptFunction *func) in GetAndApplyFunctionScope() 350 auto paramScope = allocator->New<varbinder::FunctionParamScope>(allocator, scopeForMethod); in CreateCalleeMethod() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.h | 505 void BindParamScope(T *paramScope) in BindParamScope() 511 void AssignParamScope(T *paramScope) in AssignParamScope() 892 auto *paramScope = allocator->New<FunctionParamScope>(allocator, this); in GlobalScope() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | utilityTypeHandlers.cpp | 337 …auto *paramScope = Allocator()->New<varbinder::FunctionParamScope>(Allocator(), classDefinition->S… in CreateNullishAccessor() local 547 …auto *paramScope = Allocator()->New<varbinder::FunctionParamScope>(Allocator(), interface->Scope()… in CreateNullishAccessor() local 846 auto *paramScope = Allocator()->New<varbinder::FunctionParamScope>(Allocator(), classScope); in CreateNonStaticClassInitializer() local
|
| D | helpers.cpp | 2286 … ir::ClassProperty *const field, varbinder::FunctionParamScope *paramScope, in GenerateGetterSetterBody() 2346 …auto *paramScope = checker->Allocator()->New<varbinder::FunctionParamScope>(checker->Allocator(), … in GenerateDefaultGetterSetter() local
|
| D | function.cpp | 1832 varbinder::FunctionParamScope *paramScope = CopyParams(asyncFunc->Params(), params); in CreateAsyncImplMethod() local 1928 … varbinder::FunctionParamScope *paramScope, ir::TypeNode *returnType, in CreateMethod()
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | parserImpl.h | 154 binder::FunctionParamScope *paramScope; variable
|
| D | expressionParser.cpp | 407 binder::FunctionParamScope *paramScope) in ConvertToArrowParameter()
|
| D | parserImpl.cpp | 3026 …auto *paramScope = Binder()->Allocator()->New<binder::FunctionParamScope>(Allocator(), Binder()->G… in CreateImplicitMethod() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.h | 714 void BindParamScope(T *paramScope) in BindParamScope() 721 void AssignParamScope(T *paramScope) in AssignParamScope()
|
| D | binder.cpp | 969 auto *paramScope = scope_->AsFunctionVariableScope()->ParamScope(); in AddMandatoryParam() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | JSCompiler.cpp | 570 compiler::RegScope paramScope(pg); in CompileSuperExprWithoutSpread() local 598 compiler::RegScope paramScope(pg); in Compile() local
|
| D | ETSemitter.cpp | 119 auto *paramScope = funcScope->ParamScope(); in GenScriptFunction() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
| D | scopesInitPhase.cpp | 442 …ase::BindFunctionScopes(varbinder::FunctionScope *scope, varbinder::FunctionParamScope *paramScope) in BindFunctionScopes()
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 902 …auto *paramScope = Binder()->Allocator()->New<binder::FunctionParamScope>(Allocator(), Binder()->G… in AddMethodToClass() local
|