Skip to content

deps: upgrade v8 to 3.31.74.1 - #243

Merged
bnoordhuis merged 4 commits into
nodejs:v1.xfrom
bnoordhuis:upgrade-v8
Jan 7, 2015
Merged

deps: upgrade v8 to 3.31.74.1#243
bnoordhuis merged 4 commits into
nodejs:v1.xfrom
bnoordhuis:upgrade-v8

Conversation

@bnoordhuis

Copy link
Copy Markdown
Member

R=@indutny and @trevnorris

For discussion at today's TC meeting.

@bnoordhuis

Copy link
Copy Markdown
MemberAuthor

pummel/test-vm-memleak and debugger/test-debug-break-on-uncaught are currently failing on Linux for me but that was also the case before the upgrade.

@indutny

Copy link
Copy Markdown
Member

Otherwise LGTM

@trevnorris

Copy link
Copy Markdown
Contributor

Note: We should upgrade all the v8::Value::To*() and pass the Isolate. But doesn't have to be done now.

LGTM.

PR-URL: nodejs#243
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
* 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>
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>
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
bnoordhuis merged commit 6e9d1c8 into nodejs:v1.xJan 7, 2015
@bnoordhuis
bnoordhuis deleted the upgrade-v8 branch January 7, 2015 21:14
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@bnoordhuis@indutny@trevnorris@rvagg