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

vm: expose cachedDataRejected for vm.compileFunction #46320

Merged

Commits on Jan 23, 2023

  1. vm: expose cachedDataRejected for vm.compileFunction

    Having this information available is useful for functions just as
    it is for scripts. Therefore, expose it in the same way that other
    information related to code caching is reported.
    
    As part of this, de-duplify the code for setting the properties on
    the C++ side and add proper exception handling to it.
    addaleax committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    eda2033 View commit details
    Browse the repository at this point in the history