| Index: src/objects-visiting.h
|
| diff --git a/src/objects-visiting.h b/src/objects-visiting.h
|
| index c2ab45df1df6904043c5a68d2d4a2d9c28532764..32e457b869a1430a88587670e82c320e3819533a 100644
|
| --- a/src/objects-visiting.h
|
| +++ b/src/objects-visiting.h
|
| @@ -55,6 +55,7 @@ class StaticVisitorBase : public AllStatic {
|
| V(FixedArray) \
|
| V(FixedDoubleArray) \
|
| V(NativeContext) \
|
| + V(AllocationSite) \
|
| V(DataObject2) \
|
| V(DataObject3) \
|
| V(DataObject4) \
|
| @@ -93,6 +94,7 @@ class StaticVisitorBase : public AllStatic {
|
| V(SharedFunctionInfo) \
|
| V(JSFunction) \
|
| V(JSWeakMap) \
|
| + V(JSWeakSet) \
|
| V(JSArrayBuffer) \
|
| V(JSTypedArray) \
|
| V(JSDataView) \
|
|
|