diff options
Diffstat (limited to 'deps/v8/src/serialize.h')
-rw-r--r-- | deps/v8/src/serialize.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/src/serialize.h b/deps/v8/src/serialize.h index a6099afc23..283c1b77a1 100644 --- a/deps/v8/src/serialize.h +++ b/deps/v8/src/serialize.h @@ -347,6 +347,10 @@ class Deserializer: public SerializerDeserializer { UNREACHABLE(); } + // Allocation sites are present in the snapshot, and must be linked into + // a list at deserialization time. + void RelinkAllocationSite(AllocationSite* site); + // Fills in some heap data in an area from start to end (non-inclusive). The // space id is used for the write barrier. The object_address is the address // of the object we are writing into, or NULL if we are not writing into an |