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

Unified Diff: src/bootstrapper.cc

Issue 1490783002: [bootstrapper] add checks for variable bindings in native scripts. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years 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 | « src/ast/scopes.cc ('k') | src/d8.cc » ('j') | no next file with comments »
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 a263fbce91b561cf2edf1c00375a5e7c6d8cd53a..2e2d3612f6b80c31d9c5f5e4e6584eda52b83c38 100644
--- a/src/bootstrapper.cc
+++ b/src/bootstrapper.cc
@@ -3149,8 +3149,6 @@ Genesis::Genesis(Isolate* isolate,
InitializeGlobal(global_object, empty_function, context_type);
InitializeNormalizedMapCaches();
- // TODO(yangguo): Find a way to prevent accidentially installing properties
- // on the global object.
if (!InstallNatives(context_type)) return;
MakeFunctionInstancePrototypeWritable();
« no previous file with comments | « src/ast/scopes.cc ('k') | src/d8.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698