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

Unified Diff: src/compiler/js-operator.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/compiler/js-operator.h
diff --git a/src/compiler/js-operator.h b/src/compiler/js-operator.h
index d7b0dfab9b801659b5e44cf9e290a4fb7a62f595..cb49ce4a40cd5747ff0241d5a5ffa5c16cfccd02 100644
--- a/src/compiler/js-operator.h
+++ b/src/compiler/js-operator.h
@@ -662,7 +662,7 @@ class V8_EXPORT_PRIVATE JSOperatorBuilder final
VectorSlotPair const& feedback);
const Operator* StoreDataPropertyInLiteral(const VectorSlotPair& feedback);
- const Operator* DeleteProperty(LanguageMode language_mode);
+ const Operator* DeleteProperty();
const Operator* HasProperty();

Powered by Google App Engine
This is Rietveld 408576698