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

Unified Diff: src/js/prologue.js

Issue 2796243002: Add isPromise V8 extras util (Closed)
Patch Set: Fix typo Created 3 years, 8 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/bootstrapper.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/prologue.js
diff --git a/src/js/prologue.js b/src/js/prologue.js
index 92d99e007214631b6a3938f3e4a9605d97ad50cb..91f36cb5739ab9075adf58f03a3e2fbdc4cc67c2 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -168,7 +168,7 @@ utils.PostNatives = PostNatives;
// -----------------------------------------------------------------------
-%OptimizeObjectForAddingMultipleProperties(extrasUtils, 7);
+%OptimizeObjectForAddingMultipleProperties(extrasUtils, 11);
Dan Ehrenberg 2017/04/06 13:01:30 Nit: If you switch to InstallFunctions or similar
extrasUtils.logStackTrace = function logStackTrace() {
%DebugTrace();
« no previous file with comments | « src/bootstrapper.cc ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698