Created
August 16, 2012 21:49
-
-
Save piscisaureus/3373915 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
D:\v8>build\debug\d8 --nobreak-on-abort --enable-slow-asserts --debug-code --verify-heap --allow-natives-syntax test/mjsunit/mjsunit.js test/mjsunit/div-mod.js | |
--test | |
(function(left) { return left / 0; }) | |
(function(left) { return left / 1; }) | |
(function(left) { return left / 2; }) | |
(function(left) { return left / 3; }) | |
(function(left) { return left / 4; }) | |
(function(left) { return left / 5; }) | |
(function(left) { return left / 6; }) | |
(function(left) { return left / 7; }) | |
(function(left) { return left / 8; }) | |
(function(left) { return left / 9; }) | |
(function(left) { return left / 10; }) | |
(function(left) { return left / 16777216; }) | |
(function(left) { return left / 1073741824; }) | |
(function(left) { return left / 12; }) | |
(function(left) { return left / 60; }) | |
(function(left) { return left / 100; }) | |
(function(left) { return left / 86400000; }) | |
D:\v8> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment