Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: c4e5fde3629f
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: b69249376650
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jul 13, 2014

  1. src: pass the v8::Context to CreateEnvironment

    Pass in the v8::Context, instead of creating it
    within CreateEnvironment.  This allows callers
    to use a pre-existing context.
    
    Signed-off-by: Fedor Indutny <fedor@indutny.com>
    deanm authored and indutny committed Jul 13, 2014
    Copy the full SHA
    da30c00 View commit details
    Browse the repository at this point in the history
  2. test: fix regress-GH-1726

    indutny committed Jul 13, 2014
    Copy the full SHA
    b692493 View commit details
    Browse the repository at this point in the history