pub type PostEvalHook = fn(&mut JSContext) -> bool;
Function pointer type for post-evaluation hooks.
Called repeatedly after module evaluation until it returns false. Used for waiting on async operations to complete.
false