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

Unified Diff: src/ic/ic-state.h

Issue 2028983002: Introduce IsUndefined(Isolate*) and IsTheHole(Isolate*) (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase master Created 4 years, 6 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/ic/ic.cc ('k') | src/ic/ic-state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic/ic-state.h
diff --git a/src/ic/ic-state.h b/src/ic/ic-state.h
index e1d33f867855b108153261e2e05236e08dcf86e3..9b99cbbfe8abe29d75b2052f7b2cb132689f58be 100644
--- a/src/ic/ic-state.h
+++ b/src/ic/ic-state.h
@@ -193,9 +193,10 @@ class CompareICState {
static const char* GetStateName(CompareICState::State state);
- static State TargetState(State old_state, State old_left, State old_right,
- Token::Value op, bool has_inlined_smi_code,
- Handle<Object> x, Handle<Object> y);
+ static State TargetState(Isolate* isolate, State old_state, State old_left,
+ State old_right, Token::Value op,
+ bool has_inlined_smi_code, Handle<Object> x,
+ Handle<Object> y);
};
« no previous file with comments | « src/ic/ic.cc ('k') | src/ic/ic-state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698