document various v8 bugs (#4808)

closes #4805
This commit is contained in:
Alex Lam S.L
2021-03-20 22:33:45 +00:00
committed by GitHub
parent 24619daf68
commit 8ea1ced389
4 changed files with 30 additions and 41 deletions

View File

@@ -836,10 +836,7 @@ for_of: {
console.log(async);
}
expect_exact: 'var async=["PASS",42];async.p="FAIL";for(async of(null,async))console.log(async);'
expect_stdout: [
"PASS",
"42",
]
expect_stdout: true
node_version: ">=0.12"
}