1 2 3 4 5 6 7
const globalEval = eval; const window = globalEval("this"); window['foo'] = () => { deno_print("Hello world from foo"); return "foo"; }