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

doc: document that const c2 = vm.createContext(c1); c1 === c2 is true #51960

Merged
merged 2 commits into from
Mar 9, 2024

Commits on Mar 4, 2024

  1. doc: document that const c2 = vm.createContext(c1); c1 === c2 is true

    - As far as I can tell, the documentation didn't say this, so I was left
      wondering if there is a difference between `c1` and `c2` in `const c2
    = vm.createContext(c1);` According to my own tests, they are equivalent.
    I thought it was worth documenting as it would've saved me a bit of time
    if this information were written down.
    DanKaplanSES committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    2b3402e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df63b22 View commit details
    Browse the repository at this point in the history