Chromium Code Reviews

Unified Diff: src/objects.h

Issue 1134333005: [strong] Object literals create strong objects (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index 0aefb4c06d020e16348ce8b43eaec89b4d79cdbb..1be6f4bf419ef20f78d5e579365ba1c9d41038aa 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -10481,7 +10481,7 @@ class JSArray: public JSObject {
Handle<Object> CacheInitialJSArrayMaps(Handle<Context> native_context,
- Handle<Map> initial_map);
+ Handle<Map> initial_map, bool is_strong);
// JSRegExpResult is just a JSArray with a specific initial map.

Powered by Google App Engine