Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
6f1b95d296c5592d3a3e71cc638994fa2ba4e4f7
/
.
/
compiler
/
testData
/
codegen
/
boxWasmJsInterop
/
escapedIdentifiers
/
externalEscapedTopLevel.js
blob: 52d67ebccaca30e7bd32b8185ce1e70468b48baa [
file
]
globalThis
[
"@get something-invalid"
]
=
function
()
{
return
"something invalid"
}
globalThis
[
"some+value"
]
=
42
globalThis
[
"+some+object%:"
]
=
{
foo
:
"%%++%%"
}