Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index e2c0d4fce92312c429487c813e11c1db6a22cbb0..00d612fa3b8d02fc802cce0c89fd27826d2dcd30 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -9553,11 +9553,6 @@ class JSProxy: public JSReceiver { |
Handle<JSProxy> proxy, PropertyFilter filter, |
KeyAccumulator* accumulator); |
- MUST_USE_RESULT static MaybeHandle<Object> GetPropertyWithHandler( |
- Handle<JSProxy> proxy, |
- Handle<Object> receiver, |
- Handle<Name> name); |
- |
MUST_USE_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes( |
LookupIterator* it); |