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