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

Unified Diff: src/runtime/runtime.h

Issue 1491613002: [runtime] Rename IsPropertyEnumerable to PropertyIsEnumerable conforming to the spec. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixed missing rename Created 5 years 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/js/v8natives.js ('k') | src/runtime/runtime-object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime.h
diff --git a/src/runtime/runtime.h b/src/runtime/runtime.h
index 4c6df82615f023875911a25c20438435097e3a85..45d5f10ceec0c0296a2b5a94577d9d7d150d3be0 100644
--- a/src/runtime/runtime.h
+++ b/src/runtime/runtime.h
@@ -453,7 +453,7 @@ namespace internal {
F(DeleteProperty_Strict, 2, 1) \
F(HasOwnProperty, 2, 1) \
F(HasProperty, 2, 1) \
- F(IsPropertyEnumerable, 2, 1) \
+ F(PropertyIsEnumerable, 2, 1) \
F(GetPropertyNamesFast, 1, 1) \
F(GetOwnPropertyNames, 2, 1) \
F(GetOwnElementNames, 1, 1) \
« no previous file with comments | « src/js/v8natives.js ('k') | src/runtime/runtime-object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698