| Index: src/mips/codegen-mips.cc
|
| ===================================================================
|
| --- src/mips/codegen-mips.cc (revision 3935)
|
| +++ src/mips/codegen-mips.cc (working copy)
|
| @@ -305,6 +305,11 @@
|
| }
|
|
|
|
|
| +void CodeGenerator::GenerateIsRegExp(ZoneList<Expression*>* args) {
|
| + UNIMPLEMENTED_MIPS();
|
| +}
|
| +
|
| +
|
| void CodeGenerator::GenerateIsConstructCall(ZoneList<Expression*>* args) {
|
| UNIMPLEMENTED_MIPS();
|
| }
|
| @@ -365,6 +370,11 @@
|
| }
|
|
|
|
|
| +void CodeGenerator::GenerateNumberToString(ZoneList<Expression*>* args) {
|
| + UNIMPLEMENTED_MIPS();
|
| +}
|
| +
|
| +
|
| void CodeGenerator::VisitCallRuntime(CallRuntime* node) {
|
| UNIMPLEMENTED_MIPS();
|
| }
|
| @@ -498,4 +508,3 @@
|
| #undef __
|
|
|
| } } // namespace v8::internal
|
| -
|
|
|