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

Unified Diff: src/lookup.h

Issue 437513002: Inline LookupInHolder and NextHolder (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Don't recreate a handle for the map if it didn't change Created 6 years, 5 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 | « BUILD.gn ('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 c96b2d11dd640d7044b635a29fcb4325f5ae672a..e85bcc53998bcd15d41e2a297b223a15f20530ce 100644
--- a/src/lookup.h
+++ b/src/lookup.h
@@ -145,8 +145,8 @@ class LookupIterator V8_FINAL BASE_EMBEDDED {
private:
Handle<Map> GetReceiverMap() const;
- MUST_USE_RESULT bool NextHolder();
- State LookupInHolder();
+ MUST_USE_RESULT inline JSReceiver* NextHolder(Map* map);
+ inline State LookupInHolder(Map* map);
Handle<Object> FetchValue() const;
bool IsBootstrapping() const;
« no previous file with comments | « BUILD.gn ('k') | src/lookup.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698