Lines Matching defs:funcScope
917 auto *funcScope = scriptFunc->Scope();
918 funcScope->BindName(recordTable_->RecordName());
922 recordTable_->Signatures().push_back(funcScope);
940 auto *const funcScope = scriptFunc->Scope();
941 funcScope->BindName(recordTable->RecordName());
945 recordTable->Signatures().push_back(funcScope);
962 auto *funcScope = func->Scope();
965 ASSERT(func->IsArrow() || !funcScope->Name().Empty());
966 ss << (func->IsExternalOverload() ? funcScope->InternalName() : funcScope->Name())
987 funcScope->BindInternalName(internalName.View());