Chromium Code Reviews

Unified Diff: src/runtime.h

Issue 6515005: Strict mode delete. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index fb2ff93c6f745db6c8f2ecbe617b717e7be781b0..f32bbcfc791bcb02ead030d6539e186b3489b1d3 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -45,7 +45,7 @@ namespace internal {
/* Property access */ \
F(GetProperty, 2, 1) \
F(KeyedGetProperty, 2, 1) \
- F(DeleteProperty, 2, 1) \
+ F(DeleteProperty, 3, 1) \
F(HasLocalProperty, 2, 1) \
F(HasProperty, 2, 1) \
F(HasElement, 2, 1) \

Powered by Google App Engine