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

Unified Diff: src/lookup.h

Issue 1776803003: [LookupIterator] mark index_ as const (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | no next file » | 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 3d52c103dcd7f318ec88bd6a6cbecc6d12cd7b62..8005f32eb957667b3ff05ddf95795d5ef0fe4bd1 100644
--- a/src/lookup.h
+++ b/src/lookup.h
@@ -368,7 +368,7 @@ class LookupIterator final BASE_EMBEDDED {
const Handle<Object> receiver_;
Handle<JSReceiver> holder_;
const Handle<JSReceiver> initial_holder_;
- uint32_t index_;
+ const uint32_t index_;
uint32_t number_;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698