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

Unified Diff: test/mjsunit/compiler/jsnatives.js

Issue 1109343004: Wrap v8natives.js into a function. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: alpha sort Created 5 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/weak-collection.js ('k') | tools/jsmin.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/compiler/jsnatives.js
diff --git a/test/mjsunit/compiler/jsnatives.js b/test/mjsunit/compiler/jsnatives.js
index f5d6ac4646191b8519e2ca270be55b1449aca6d8..ea2ecd2d300e1638dbe909371f6444cb2bec47ee 100644
--- a/test/mjsunit/compiler/jsnatives.js
+++ b/test/mjsunit/compiler/jsnatives.js
@@ -29,5 +29,5 @@
// Test call of JS runtime functions.
-var a = %GlobalParseInt("21", 16);
-assertEquals(33, a);
+var a = %$isNaN(0/0);
+assertEquals(true, a);
« no previous file with comments | « src/weak-collection.js ('k') | tools/jsmin.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698