bee6636
1
2
3
4
5
6
7
8
function f(location, globalThis) { assert(location === 1) assert(globalThis === 2) } f(1, 2);