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

Unified Diff: src/builtins/builtins-definitions.h

Issue 2810363003: [builtins] Introduce DeleteProperty builtin (Closed)
Patch Set: fix CallableFor not to create handles 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
« no previous file with comments | « src/builtins/builtins.cc ('k') | src/builtins/builtins-internal-gen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/builtins/builtins-definitions.h
diff --git a/src/builtins/builtins-definitions.h b/src/builtins/builtins-definitions.h
index a788bc3f7a493ecd1950c2de7677f250f0f2cff2..8311309b35c229a54ef56e47f77d8f01e852023e 100644
--- a/src/builtins/builtins-definitions.h
+++ b/src/builtins/builtins-definitions.h
@@ -243,6 +243,8 @@ namespace internal {
CPP(UnsupportedThrower) \
TFJ(ReturnReceiver, 0) \
\
+ TFS(DeleteProperty, kObject, kKey, kLanguageMode) \
+ \
/* Array */ \
ASM(ArrayCode) \
ASM(InternalArrayCode) \
« no previous file with comments | « src/builtins/builtins.cc ('k') | src/builtins/builtins-internal-gen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698