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

Unified Diff: src/isolate.h

Issue 1144183004: [strong] Refactor ObjectStrength into a replacement for strong boolean args (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 5 years, 6 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
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 4b242a3d5f51a021e6e8fbd9cb7f76d5ab5e328a..4ad44eb090b203e9b7d7879e264c5313c7dbecbd 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -991,7 +991,7 @@ class Isolate {
}
Map* get_initial_js_array_map(ElementsKind kind,
- ObjectStrength strength = WEAK);
+ Strength strength = Strength::NORMAL);
static const int kArrayProtectorValid = 1;
static const int kArrayProtectorInvalid = 0;
« src/compiler/js-operator.h ('K') | « src/ic/ic-state.cc ('k') | src/isolate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698