| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index 2e346260975286808fdc0ddb0047e0e4b6604581..dd7a6b6e780cb4b8fe138b9f2710608bc75ca3a7 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -9523,8 +9523,13 @@ class JSProxy: public JSReceiver {
|
|
|
| DECLARE_CAST(JSProxy)
|
|
|
| + // ES6 9.5.1
|
| static MaybeHandle<Object> GetPrototype(Handle<JSProxy> receiver);
|
|
|
| + // ES6 9.5.5
|
| + static bool GetOwnPropertyDescriptor(LookupIterator* it,
|
| + PropertyDescriptor* desc);
|
| +
|
| MUST_USE_RESULT static MaybeHandle<Object> GetPropertyWithHandler(
|
| Handle<JSProxy> proxy,
|
| Handle<Object> receiver,
|
|
|