Index: src/runtime/runtime-classes.cc |
diff --git a/src/runtime/runtime-classes.cc b/src/runtime/runtime-classes.cc |
index 67d7e6939a634213440744b054796355d6e3bd44..9f56c7949b1c123f7a23083efad72023bcd767fc 100644 |
--- a/src/runtime/runtime-classes.cc |
+++ b/src/runtime/runtime-classes.cc |
@@ -457,5 +457,11 @@ RUNTIME_FUNCTION(Runtime_DefaultConstructorCallSuper) { |
UNIMPLEMENTED(); |
return nullptr; |
} |
+ |
+ |
+RUNTIME_FUNCTION(Runtime_CallSuperWithSpread) { |
+ UNIMPLEMENTED(); |
+ return nullptr; |
+} |
} |
} // namespace v8::internal |