| Index: src/mips/ic-mips.cc
|
| ===================================================================
|
| --- src/mips/ic-mips.cc (revision 6378)
|
| +++ src/mips/ic-mips.cc (working copy)
|
| @@ -172,11 +172,23 @@
|
| }
|
|
|
|
|
| +void KeyedLoadIC::GenerateExternalArray(MacroAssembler* masm,
|
| + ExternalArrayType array_type) {
|
| + UNIMPLEMENTED_MIPS();
|
| +}
|
| +
|
| +
|
| void KeyedStoreIC::GenerateGeneric(MacroAssembler* masm) {
|
| UNIMPLEMENTED_MIPS();
|
| }
|
|
|
|
|
| +void KeyedStoreIC::GenerateExternalArray(MacroAssembler* masm,
|
| + ExternalArrayType array_type) {
|
| + UNIMPLEMENTED_MIPS();
|
| +}
|
| +
|
| +
|
| void KeyedLoadIC::GenerateIndexedInterceptor(MacroAssembler* masm) {
|
| UNIMPLEMENTED_MIPS();
|
| }
|
|
|