Sign in
webkit
/
WebKit
/
2c56d9a5c562e8b31f3dc22e47fb434ae7885c00
/
.
/
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
);