Index: src/mips/stub-cache-mips.cc |
=================================================================== |
--- src/mips/stub-cache-mips.cc (revision 6336) |
+++ src/mips/stub-cache-mips.cc (working copy) |
@@ -397,6 +397,20 @@ |
} |
+Object* ExternalArrayStubCompiler::CompileKeyedLoadStub( |
+ ExternalArrayType array_type, Code::Flags flags) { |
+ UNIMPLEMENTED_MIPS(); |
+ return reinterpret_cast<Object*>(NULL); // UNIMPLEMENTED RETURN |
+} |
+ |
+ |
+Object* ExternalArrayStubCompiler::CompileKeyedStoreStub( |
+ ExternalArrayType array_type, Code::Flags flags) { |
+ UNIMPLEMENTED_MIPS(); |
+ return reinterpret_cast<Object*>(NULL); // UNIMPLEMENTED RETURN |
+} |
+ |
+ |
#undef __ |
} } // namespace v8::internal |