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