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

Unified Diff: src/bootstrapper.cc

Issue 1138243002: [strong] Introduce strong bit (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. 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 | src/macros.py » ('j') | src/objects.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/bootstrapper.cc
diff --git a/src/bootstrapper.cc b/src/bootstrapper.cc
index f0278ca666724daf7faf1f0a10384e2a1e4f9d1e..dc81bf6fc49b700c78fd590d8d13d2942f1e59a9 100644
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -705,7 +705,7 @@ Handle<Map> Genesis::CreateStrongFunctionMap(
map->set_function_with_prototype(is_constructor);
Map::SetPrototype(map, empty_function);
map->set_is_extensible(is_constructor);
- // TODO(rossberg): mark strong
+ map->set_is_strong(true);
return map;
}
« no previous file with comments | « no previous file | src/macros.py » ('j') | src/objects.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698