Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/prototype-info-inl.h')
-rw-r--r--deps/v8/src/objects/prototype-info-inl.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/deps/v8/src/objects/prototype-info-inl.h b/deps/v8/src/objects/prototype-info-inl.h
index df638c9e5bf..298674eb10b 100644
--- a/deps/v8/src/objects/prototype-info-inl.h
+++ b/deps/v8/src/objects/prototype-info-inl.h
@@ -7,6 +7,8 @@
#include "src/objects/prototype-info.h"
+#include "src/heap/heap-write-barrier-inl.h"
+#include "src/objects/map.h"
#include "src/objects/maybe-object.h"
// Has to be the last include (doesn't have include guards):
@@ -32,7 +34,7 @@ bool PrototypeInfo::HasObjectCreateMap() {
return cache->IsWeakHeapObject();
}
-ACCESSORS(PrototypeInfo, weak_cell, Object, kWeakCellOffset)
+ACCESSORS(PrototypeInfo, module_namespace, Object, kJSModuleNamespaceOffset)
ACCESSORS(PrototypeInfo, prototype_users, Object, kPrototypeUsersOffset)
WEAK_ACCESSORS(PrototypeInfo, object_create_map, kObjectCreateMapOffset)
SMI_ACCESSORS(PrototypeInfo, registry_slot, kRegistrySlotOffset)