#ifndef V8_OBJECTS_ALLOCATION_SITE_SCOPES_INL_H_
#define V8_OBJECTS_ALLOCATION_SITE_SCOPES_INL_H_
#include "src/objects/allocation-site-scopes.h"
#include "src/objects/allocation-site-inl.h"
namespace v8 {
namespace internal {
void AllocationSiteContext::InitializeTraversal(Handle<AllocationSite> site) { … }
Handle<AllocationSite> AllocationSiteUsageContext::EnterNewScope() { … }
void AllocationSiteUsageContext::ExitScope(
DirectHandle<AllocationSite> scope_site, Handle<JSObject> object) { … }
bool AllocationSiteUsageContext::ShouldCreateMemento(
DirectHandle<JSObject> object) { … }
}
}
#endif