Sign in
webkit
/
WebKit
/
7d815df5a5eb5a0a67d72260d5639681d50d7f66
/
.
/
JSTests
/
microbenchmarks
/
eval-code-ftl.js
blob: 90c72578194e6596067ce359a833c29a2ef1b446 [
file
] [
log
] [
blame
]
eval
(
"var result = 0;\n"
+
"var n = 15000000;\n"
+
"for (var i = 0; i < n; ++i)\n"
+
" result += {f: 1}.f;\n"
+
"if (result != n)\n"
+
" throw \"Error: bad result: \" + result;\n"
);