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

Unified Diff: src/js/prologue.js

Issue 2313073002: [builtins] Migrate Number predicates and make them optimizable. (Closed)
Patch Set: Created 4 years, 3 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/js/i18n.js ('k') | src/js/typedarray.js » ('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 71a4922db28e8fe2bfecbd87c3b8e7dd12b73f2f..b683ca38d11d55cd3dd113ed8a47a72bf9f57240 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -190,14 +190,12 @@ function PostNatives(utils) {
"GlobalPromise",
"IntlParseDate",
"IntlParseNumber",
- "IsNaN",
"MapEntries",
"MapIterator",
"MapIteratorNext",
"MaxSimple",
"MinSimple",
"NewPromiseCapability",
- "NumberIsInteger",
"PerformPromiseThen",
"PromiseCastResolved",
"PromiseThen",
« no previous file with comments | « src/js/i18n.js ('k') | src/js/typedarray.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698