Sign in
webkit
/
WebKit
/
e161858fcb97f8c2e40b57d9e0c60052ef5055e0
/
.
/
JSTests
/
modules
/
namespace-object-typed-array-fast-path.js
blob: 2aea786c0ad003b3071627addad998ea9b979e2e [
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
,
2
);