mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
### What does this PR do? Sets the `reportViolationForUnsafeEval` global object method table function pointer. JSC does not check if the pointer is null before calling. Fixes #23048 Fixes #22000 ### How did you verify your code works? Manually, and added a test for codeGenerationOptions.