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

Unified Diff: src/code-factory.h

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.h
diff --git a/src/code-factory.h b/src/code-factory.h
index 669f3798aaed0849b81cd3140ecc949d8bd5899a..05cd1e7caa56c3b28903051720217f3796083e79 100644
--- a/src/code-factory.h
+++ b/src/code-factory.h
@@ -198,6 +198,8 @@ class V8_EXPORT_PRIVATE CodeFactory final {
static Callable AsyncGeneratorResolve(Isolate* isolate);
static Callable AsyncGeneratorReject(Isolate* isolate);
static Callable AsyncGeneratorResumeNext(Isolate* isolate);
+
+ static Callable DeleteProperty(Isolate* isolate);
Igor Sheludko 2017/04/20 09:18:42 This is not necessary anymore, see Builtins::Calla
Jakob Kummerow 2017/04/20 09:52:34 Done.
};
} // namespace internal

Powered by Google App Engine
This is Rietveld 408576698