| Index: src/ic/ic-state.cc
|
| diff --git a/src/ic/ic-state.cc b/src/ic/ic-state.cc
|
| index 9c883ad5e36b0c2f6e9de532c334bc162ac177ae..37822e523a278dac1467e011f8d558bc8ee248e1 100644
|
| --- a/src/ic/ic-state.cc
|
| +++ b/src/ic/ic-state.cc
|
| @@ -36,6 +36,14 @@ std::ostream& operator<<(std::ostream& os, const CallICState& s) {
|
| }
|
|
|
|
|
| +// static
|
| +STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::FIRST_TOKEN;
|
| +
|
| +
|
| +// static
|
| +STATIC_CONST_MEMBER_DEFINITION const int BinaryOpICState::LAST_TOKEN;
|
| +
|
| +
|
| BinaryOpICState::BinaryOpICState(Isolate* isolate, ExtraICState extra_ic_state)
|
| : isolate_(isolate) {
|
| op_ =
|
|
|