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