Thanks to visit codestin.com Credit goes to github.com
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 f1569f3 commit b540ee0Copy full SHA for b540ee0
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(); });
0 commit comments