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

Unified Diff: src/mirror-debugger.js

Issue 786193004: PropertyType is divided into PropertyKind and PropertyStoreMode. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed comments Created 6 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/bootstrapper.cc ('k') | src/property-details.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/mirror-debugger.js
diff --git a/src/mirror-debugger.js b/src/mirror-debugger.js
index b8878468a498b50ad7e9684b13dcd497a10cedb0..c325e58c869330b6e90d6443436293e8ecbfdfbc 100644
--- a/src/mirror-debugger.js
+++ b/src/mirror-debugger.js
@@ -182,7 +182,7 @@ PropertyKind.Indexed = 2;
var PropertyType = {};
PropertyType.Field = 0;
PropertyType.Constant = 1;
-PropertyType.Callbacks = 2;
+PropertyType.Callbacks = 3;
// Different attributes for a property.
« no previous file with comments | « src/bootstrapper.cc ('k') | src/property-details.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698