Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(108)

Unified Diff: src/runtime/runtime-classes.cc

Issue 938443002: [es6] implement spread calls (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase + clang-format Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « src/runtime/runtime.h ('k') | src/typing.cc » ('j') | test/js-perf-test/JSTests.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698