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

Unified Diff: src/objects.h

Issue 1126213002: Wrap runtime.js in a function. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix 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 | « src/object-observe.js ('k') | src/regexp.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index f56bdb2cff0df7d70bdfa66b4a14244f1c8f53e1..361a5f5eec4a228864b2310f8844a24c73b88206 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -2245,8 +2245,8 @@ class JSObject: public JSReceiver {
// permissible values (see the DCHECK in heap.cc).
static const int kInitialMaxFastElementArray = 100000;
- // This constant applies only to the initial map of "$Object" aka
- // "global.Object" and not to arbitrary other JSObject maps.
+ // This constant applies only to the initial map of "global.Object" and
+ // not to arbitrary other JSObject maps.
static const int kInitialGlobalObjectUnusedPropertiesCount = 4;
static const int kMaxInstanceSize = 255 * kPointerSize;
« no previous file with comments | « src/object-observe.js ('k') | src/regexp.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698