quickjs-emscripten-sync icon indicating copy to clipboard operation
quickjs-emscripten-sync copied to clipboard

Preventing return of `globalThis`

Open tim-field opened this issue 1 year ago • 0 comments

currently a script like 'return globalThis' will attempt to return the globalThis object, which is huge and slow. How can we prevent this being attempted ?

tim-field avatar Jul 31 '24 00:07 tim-field