| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index bc683058bf06098aea9655da68db00621e03c4d5..3778ecbfd91f1303e8413a0c1c066e271f0d8531 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -9106,9 +9106,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);
|
|
|