Index: src/ic.h |
diff --git a/src/ic.h b/src/ic.h |
index 8c448eb7fde7528f0f036dfe7d0197023970dd1f..fc869ad865fa9601e1a2555c57cc574ca83f1be5 100644 |
--- a/src/ic.h |
+++ b/src/ic.h |
@@ -741,6 +741,9 @@ class CompareIC: public IC { |
GENERIC |
}; |
+ static Handle<Type> StateToType( |
+ Isolate* isolate, State state, Handle<Map> map = Handle<Map>()); |
+ |
CompareIC(Isolate* isolate, Token::Value op) |
: IC(EXTRA_CALL_FRAME, isolate), op_(op) { } |