pub type GlobalSetupFn = unsafe fn(&mut JSContext, Handle<'_, *mut JSObject>);Expand description
Function pointer type for global setup during module evaluation.
Called after creating a new global object and installing console, before module compilation begins.