Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(838)

Unified Diff: src/objects.h

Issue 1408163005: [es6] Partially implement Reflect.getOwnPropertyDescriptor. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index dc503e96ed5e69705492fa097f533da5d6025515..cd5b15ceb076b91b8d4c04e0ab8951c84d6aa2df 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -1893,7 +1893,7 @@ class JSReceiver: public HeapObject {
ShouldThrow should_throw);
static bool GetOwnPropertyDescriptor(Isolate* isolate,
- Handle<JSObject> object,
+ Handle<JSReceiver> object,
Handle<Object> key,
PropertyDescriptor* desc);
static bool GetOwnPropertyDescriptor(LookupIterator* it,

Powered by Google App Engine
This is Rietveld 408576698