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

deps: upgrade v8 to 3.31.74.1 #243

Merged
merged 4 commits into from
Jan 7, 2015
Merged

Commits on Jan 7, 2015

  1. deps: upgrade v8 to 3.31.74.1

    PR-URL: nodejs#243
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    bnoordhuis committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    dad73f6 View commit details
    Browse the repository at this point in the history
  2. build: fix up build after v8 upgrade

    * Define and disable new flag `v8_use_external_startup_data`.
    
    * Disable v8_postmortem_support, it's broken again.  Fedor (@indutny)
      has volunteered to fix it up in the near future.
    
    PR-URL: nodejs#243
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    bnoordhuis committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    8a83eba View commit details
    Browse the repository at this point in the history
  3. test: fix parallel/test-repl-harmony with new v8

    Assignment to a const var in strict mode is a lazy TypeError now.
    Update the test accordingly.
    
    PR-URL: nodejs#243
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    bnoordhuis committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    58f3a03 View commit details
    Browse the repository at this point in the history
  4. test: fix parallel/test-repl with new v8

    Per the ES6 spec, V8 3.31 no longer throws a SyntaxError for scoped
    function declarations.
    
    PR-URL: nodejs#243
    Reviewed-By: Domenic Denicola <domenic@domenicdenicola.com>
    Reviewed-By: Fedor Indutny <fedor@indutny.com>
    Reviewed-By: Trevor Norris <trev.norris@gmail.com>
    bnoordhuis committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    6e9d1c8 View commit details
    Browse the repository at this point in the history