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: expose MaybeInitializeContext to allow existing contexts #28544

Commits on Jul 4, 2019

  1. src: expose MaybeInitializeContext to allow existing contexts

    Splits the node.js specific tweak intialization of NewContext into a new
    helper MaybeInitializeContext so that embedders with existing contexts
    can still use them in a node Environment now that primordials are
    initialized and required so early.
    MarshallOfSound committed Jul 4, 2019
    Copy the full SHA
    98b6cf5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Copy the full SHA
    2dcfc04 View commit details
    Browse the repository at this point in the history