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

Unified Diff: src/code-factory.cc

Issue 2810363003: [builtins] Introduce DeleteProperty builtin (Closed)
Patch Set: ready for review Created 3 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/code-factory.cc
diff --git a/src/code-factory.cc b/src/code-factory.cc
index 71fbb1dbab93363ab2650bb8c53f3a5db12cbddb..31711b10315be7b176c211f367866ebf9b17e2e8 100644
--- a/src/code-factory.cc
+++ b/src/code-factory.cc
@@ -308,6 +308,7 @@ TFS_BUILTIN(StringGreaterThanOrEqual)
TFS_BUILTIN(AsyncGeneratorResolve)
TFS_BUILTIN(AsyncGeneratorReject)
TFS_BUILTIN(AsyncGeneratorResumeNext)
+TFS_BUILTIN(DeleteProperty)
#undef TFS_BUILTIN

Powered by Google App Engine
This is Rietveld 408576698