moduleLoadStart
Invoked when a module load starts. This is the process of loading code into QuickJS.
Return
any object. This value will be passed back to moduleLoadEnd when the call is completed. The base function always returns null.