index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
auto-regress
/
class-method-async.js
blob: e8cce25874e5fdfd638310be87a4f3b67ead11eb (
plain
)
1
2
3
4
5
class
X
{
async
[
"foo"
]()
{
return
eval
();
}
}