| Index: src/objects-inl.h
|
| diff --git a/src/objects-inl.h b/src/objects-inl.h
|
| index ff32dc956def0f3194e505bd387b70d16f9b7273..26d95c47587c3c91962b50b628de2029db5e84ec 100644
|
| --- a/src/objects-inl.h
|
| +++ b/src/objects-inl.h
|
| @@ -1856,6 +1856,11 @@ AllocationSite* AllocationMemento::GetAllocationSite() {
|
| }
|
|
|
|
|
| +Address AllocationMemento::GetAllocationSiteUnchecked() {
|
| + return reinterpret_cast<Address>(allocation_site());
|
| +}
|
| +
|
| +
|
| void JSObject::EnsureCanContainHeapObjectElements(Handle<JSObject> object) {
|
| JSObject::ValidateElements(object);
|
| ElementsKind elements_kind = object->map()->elements_kind();
|
|
|