| Index: src/code-stubs.h
|
| ===================================================================
|
| --- src/code-stubs.h (revision 7552)
|
| +++ src/code-stubs.h (working copy)
|
| @@ -37,7 +37,6 @@
|
| // as only the stubs up to and including Instanceof allows nested stub calls.
|
| #define CODE_STUB_LIST_ALL_PLATFORMS(V) \
|
| V(CallFunction) \
|
| - V(GenericBinaryOp) \
|
| V(TypeRecordingBinaryOp) \
|
| V(StringAdd) \
|
| V(SubString) \
|
| @@ -50,7 +49,6 @@
|
| V(Instanceof) \
|
| V(ConvertToDouble) \
|
| V(WriteInt32ToHeapNumber) \
|
| - V(IntegerMod) \
|
| V(StackCheck) \
|
| V(FastNewClosure) \
|
| V(FastNewContext) \
|
| @@ -164,10 +162,10 @@
|
| // lazily generated function should be fully optimized or not.
|
| virtual InLoopFlag InLoop() { return NOT_IN_LOOP; }
|
|
|
| - // GenericBinaryOpStub needs to override this.
|
| + // TypeRecordingBinaryOpStub needs to override this.
|
| virtual int GetCodeKind();
|
|
|
| - // GenericBinaryOpStub needs to override this.
|
| + // TypeRecordingBinaryOpStub needs to override this.
|
| virtual InlineCacheState GetICState() {
|
| return UNINITIALIZED;
|
| }
|
|
|