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

Unified Diff: src/objects.h

Issue 988413002: Fix CompilerHints flag order to match FunctionKind. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 78902f63a2ce936b7d495530201ca5fbac1b0e84..095ea3036df08254d3506dadc68d459a75c68b0c 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -7179,8 +7179,8 @@ class SharedFunctionInfo: public HeapObject {
kIsConciseMethod,
kIsAccessorFunction,
kIsDefaultConstructor,
- kIsBaseConstructor,
kIsSubclassConstructor,
+ kIsBaseConstructor,
kIsAsmFunction,
kDeserialized,
kCompilerHintsCount // Pseudo entry
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698