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

Unified Diff: src/ic/ic.h

Issue 898013003: CallIC MISS handler doesn't need receiver. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: REBASE. 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/ia32/code-stubs-ia32.cc ('k') | src/ic/ic.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/ic.h
diff --git a/src/ic/ic.h b/src/ic/ic.h
index 5f66e88bf022481e71760e435b88a50f1689a361..d2b9fb08b8ed775cfed6c5b8845218f16c8577ac 100644
--- a/src/ic/ic.h
+++ b/src/ic/ic.h
@@ -348,10 +348,10 @@ class CallIC : public IC {
void PatchMegamorphic(Handle<Object> function);
- void HandleMiss(Handle<Object> receiver, Handle<Object> function);
+ void HandleMiss(Handle<Object> function);
// Returns true if a custom handler was installed.
- bool DoCustomHandler(Handle<Object> receiver, Handle<Object> function,
+ bool DoCustomHandler(Handle<Object> function,
const CallICState& callic_state);
// Code generator routines.
« no previous file with comments | « src/ia32/code-stubs-ia32.cc ('k') | src/ic/ic.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698