mirror of
https://github.com/MercuryWorkshop/scramjet.git
synced 2025-05-16 23:50:02 -04:00
comment out the function proxy temporarily
This commit is contained in:
parent
30731c289d
commit
9e1e8f9f7a
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
/*
|
||||
import { rewriteJs } from "../shared";
|
||||
|
||||
const FunctionProxy = new Proxy(Function, {
|
||||
|
@ -32,3 +33,4 @@ window.eval = new Proxy(window.eval, {
|
|||
return Reflect.apply(target, thisArg, [rewriteJs(argArray[0])]);
|
||||
},
|
||||
});
|
||||
*/
|
Loading…
Add table
Add a link
Reference in a new issue