Sign in
webkit
/
WebKit
/
071cb910853a64dadfac7c91d9a8aa5f37bf8544
/
.
/
JSTests
/
modules
/
namespace-object-typed-array-fast-path.js
blob: de2432985ff95dab9f68fa35147bf7b22b9b8716 [
file
] [
log
] [
blame
]
import
{
shouldBe
}
from
"./resources/assert.js"
;
import
*
as ns from
"./namespace-object-typed-array-fast-path.js"
export
let length
=
42
;
export
let hello
=
44
;
let array
=
new
Uint8Array
(
ns
);
shouldBe
(
array
.
length
,
0
);