Searched refs:InstanceMethodScope (Results 1 – 6 of 6) sorted by relevance
120 auto methodScope = scope->AsClassScope()->InstanceMethodScope(); in UpdateInterfacePropertys()
620 LocalScope *InstanceMethodScope() in InstanceMethodScope() function625 const LocalScope *InstanceMethodScope() const in InstanceMethodScope() function
1389 …er::LexicalScope<varbinder::LocalScope>::Enter(VarBinder(), interfaceScope->InstanceMethodScope()); in CreateFunctionalInterfaceForFunctionType()1499 CreateLambdaFuncDecl(invokeFunc, classScope->InstanceMethodScope()); in CreateLambdaObjectForLambdaReference()1879 CreateLambdaFuncDecl(proxy, klass->Scope()->AsClassScope()->InstanceMethodScope()); in CreateProxyMethodForLambda()2201 CreateLambdaFuncDecl(invokeFunc, classScope->InstanceMethodScope()); in CreateLambdaObjectForFunctionReference()2686 … CreateLambdaFuncDecl(implMethod, classDef->Scope()->AsClassScope()->InstanceMethodScope()); in CreateAsyncProxy()
207 methodScope = classScope->InstanceMethodScope(); in CreateClassInitializer()
436 for (auto &[_, it] : scope->InstanceMethodScope()->Bindings()) { in ResolveDeclaredMethodsOfObject()
757 targetScope = clsScope->InstanceMethodScope(); in DeclareClassMethod()