File size: 81 Bytes
bee6636
 
 
 
 
 
1
2
3
4
5
6
7
function f(g = globalThis, l = location) {
  check(g);
  check(l);
}

f();