Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: use dedicated routine to compile function for builtin CJS loader #52016

Merged
merged 1 commit into from
Mar 11, 2024

Commits on Mar 8, 2024

  1. src: use dedicated routine to compile function for builtin CJS loader

    So that we can use it to handle code caching in a central place.
    
    Drive-by: use per-isolate persistent strings for the parameters
    and mark GetHostDefinedOptions() since it's only used in one
    compilation unit
    joyeecheung committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    362df16 View commit details
    Browse the repository at this point in the history