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
/
jit-test
/
tests
/
modules
/
import-default-async-regexpy.js
blob: 10a769cf2ce7504797026e82d61f700cfe2d5748 (
plain
)
1
2
3
4
5
// |jit-test| module
import
v
from
"export-default-async-regexpy.js"
;
assertEq
(
v
,
7
);