Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
soiz1
/
scramjet
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
scramjet
/
rewriter
/
native
/
tests
/
3-shadow-globals.js
soiz1
Upload 150 files
bee6636
verified
27 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
107 Bytes
function
f
(
location, globalThis
) {
assert
(location ===
1
)
assert
(globalThis ===
2
)
}
f
(
1
,
2
);