Sign in
webkit
/
WebKit
/
3e01ea2c6e60dac71bbc2366692c12538bc3430c
/
.
/
JSTests
/
stress
/
resources
/
global-lexical-environment-access-from-module-child.js
blob: 8a18cec067d5c0353ca3e1a52f39131d16d358e6 [
file
] [
log
] [
blame
]
export
function
read
()
{
return
test
;
}
export
function
write
(
value
)
{
test
=
value
;
}