Index: src/mips/codegen-mips.cc |
=================================================================== |
--- src/mips/codegen-mips.cc (revision 3937) |
+++ src/mips/codegen-mips.cc (working copy) |
@@ -292,6 +292,11 @@ |
} |
+void CodeGenerator::GeneratePow(ZoneList<Expression*>* args) { |
+ UNIMPLEMENTED_MIPS(); |
+} |
+ |
+ |
// This should generate code that performs a charCodeAt() call or returns |
// undefined in order to trigger the slow case, Runtime_StringCharCodeAt. |
// It is not yet implemented on ARM, so it always goes to the slow case. |