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

Unified Diff: src/isolate.h

Issue 1152093003: [strong] create strong array literals (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: ports for x87, ppc Created 5 years, 7 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 bdc3210ca2b0424c405862a45e06f64923db4196..7517f1231fb6a10e5a636342c8899c0d7a68e996 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -990,7 +990,7 @@ class Isolate {
date_cache_ = date_cache;
}
- Map* get_initial_js_array_map(ElementsKind kind);
+ Map* get_initial_js_array_map(ElementsKind kind, bool is_strong = false);
arv (Not doing code reviews) 2015/05/28 16:11:45 Maybe use the enum here?
conradw 2015/05/29 11:38:30 Done.
static const int kArrayProtectorValid = 1;
static const int kArrayProtectorInvalid = 0;

Powered by Google App Engine
This is Rietveld 408576698