| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 040664dc06641f4df917320456564869c86e8242..3fee5fe970a1e43882d0a301cd4704c6d1243802 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -9156,9 +9156,11 @@ class JSProxy: public JSReceiver {
|
| uint32_t index);
|
|
|
| MUST_USE_RESULT MaybeObject* GetIdentityHash(CreationFlag flag);
|
| + static Handle<Object> GetIdentityHash(Handle<JSProxy> proxy,
|
| + CreationFlag flag);
|
|
|
| // Turn this into an (empty) JSObject.
|
| - void Fix();
|
| + static void Fix(Handle<JSProxy> proxy);
|
|
|
| // Initializes the body after the handler slot.
|
| inline void InitializeBody(int object_size, Object* value);
|
|
|