Skip to content
Snippets Groups Projects
Commit e339ea6c authored by test262-automation's avatar test262-automation Committed by Rick Waldron
Browse files

[javascriptcore-test262-automation] Changes from...

[javascriptcore-test262-automation] Changes from https://github.com/webkit/webkit.git at sha 65db7e4aa7 on Sat Sep 15 2018 18:23:10 GMT+0000 (Coordinated Universal Time)
parent 31665238
No related branches found
No related tags found
No related merge requests found
//@ runDefault("--verboseValidationFailure=true")
function foo() {
arguments.length;
}
let a = 0;
for (var i = 0; i < 1000000; i++) {
a += foo();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment