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

Unified Diff: src/lookup.h

Issue 942963004: Remove internal use of v8::AccessType, always pass v8::ACCESS_HAS instead. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove the distinction between named/indexed access checks, always pass "undefined" as "name" Created 5 years, 10 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
« no previous file with comments | « src/log.cc ('k') | src/lookup.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lookup.h
diff --git a/src/lookup.h b/src/lookup.h
index 5a5466ebe4e991193be0aa7d790d71f5faab1d44..a114bc5c0745d8fd42884dc9cd503244e119085d 100644
--- a/src/lookup.h
+++ b/src/lookup.h
@@ -99,7 +99,7 @@ class LookupIterator FINAL BASE_EMBEDDED {
bool HolderIsReceiverOrHiddenPrototype() const;
/* ACCESS_CHECK */
- bool HasAccess(v8::AccessType access_type) const;
+ bool HasAccess() const;
/* PROPERTY */
void PrepareForDataProperty(Handle<Object> value);
« no previous file with comments | « src/log.cc ('k') | src/lookup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698