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