index
:
firefox-esr
debian
progress-linux
upstream
debian 12 security: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
tests
/
non262
/
fields
/
await-identifier-module-1.js
blob: 71e1f51b78f29173f58be242aee94b261e389d08 (
plain
)
1
2
3
// |reftest| error:SyntaxError module
async
()
=>
class
{
[
await
]
=
1
};