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

Unified Diff: src/js/prologue.js

Issue 1641083003: [builtins] Make Math.max and Math.min fast by default. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: SKIP unrelated ignition failures. Created 4 years, 11 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
Index: src/js/prologue.js
diff --git a/src/js/prologue.js b/src/js/prologue.js
index 2779393bd195d1f3fdb08f2fde678bdb9661db63..c2a41b2d17080238bc1365528d338765ca8bb750 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -179,8 +179,6 @@ function PostNatives(utils) {
"MapEntries",
"MapIterator",
"MapIteratorNext",
- "MathMax",
- "MathMin",
"MaxSimple",
"MinSimple",
"ObjectDefineProperty",
« src/arm64/builtins-arm64.cc ('K') | « src/js/math.js ('k') | src/js/string.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698