I want to find all variables in the code that are typeof globalThis.
typeof globalThis
for example in this code foo and bar both are typeof
foo
bar
typeof