Sign in
webkit
/
WebKit
/
b387ed984cfa86e07321d6d915fc6d801afbcecc
/
.
/
JSTests
/
modules
/
this-should-be-undefined.js
blob: 88453e2cf8672f8dae33cd8017ff4bab3191a6ec [
file
] [
log
] [
blame
]
import
{
shouldBe
}
from
"./resources/assert.js"
;
shouldBe
(
this
,
undefined
);