8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2 8000 ed4a commit bdba03eCopy full SHA for bdba03e
test/tick-processor/test-tick-processor-unknown.js
@@ -19,7 +19,7 @@ const base = require('./tick-processor-base.js');
19
base.runTest({
20
pattern: /LazyCompile.*\[eval]:1|.*% UNKNOWN/,
21
code: `function f() {
22
- for (var i = 0; i < 1000000; i++) {
+ for (let i = 0; i < 1000000; i++) {
23
i++;
24
}
25
setImmediate(function() { f(); });