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

Unified Diff: src/lookup.h

Issue 527963002: Implement loads and calls from 'super' (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 3 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/lookup.h
diff --git a/src/lookup.h b/src/lookup.h
index bf2fb1b59e728d495d01e4721434f54b5c3b1702..a69ace38c11d43ca8437af1a29317a921acf4d46 100644
--- a/src/lookup.h
+++ b/src/lookup.h
@@ -118,6 +118,8 @@ class LookupIterator V8_FINAL BASE_EMBEDDED {
Handle<JSReceiver> GetRoot() const;
bool HolderIsReceiverOrHiddenPrototype() const;
+ void LookupForRead();
+
/* ACCESS_CHECK */
bool HasAccess(v8::AccessType access_type) const;

Powered by Google App Engine
This is Rietveld 408576698