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

Unified Diff: src/code-factory.cc

Issue 2504553003: [es6] Perform the IsConstructor test in GetSuperConstructor. (Closed)
Patch Set: Convert GetSuperConstructor to a new interpreter bytecode Created 4 years, 1 month 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/code-factory.cc
diff --git a/src/code-factory.cc b/src/code-factory.cc
index 79cc649d560e4d46140c50a747f1159ac67d15f5..33fc2b6e1724557a399bb6d263537c3bef8fd182 100644
--- a/src/code-factory.cc
+++ b/src/code-factory.cc
@@ -231,6 +231,7 @@ TFS_BUILTIN(ToObject)
TFS_BUILTIN(Typeof)
TFS_BUILTIN(InstanceOf)
TFS_BUILTIN(ForInFilter)
+TFS_BUILTIN(GetSuperConstructor)
// static
Callable CodeFactory::Inc(Isolate* isolate) {

Powered by Google App Engine
This is Rietveld 408576698