Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
JSTests
/
stress
/
import-meta-url.mjs
blob: 69e065a256cf7e0e69f0a5f36d0f714e114defd0 [
file
] [
edit
]
if
(!
import
.
meta
.
url
.
match
(
"import-meta-url.mjs"
))
throw
new
Error
(
"import.meta.url doesn't seem right: "
+
import
.
meta
.
url
);