| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
V8 String::NewExternal is deprecated in 4.9. Migrate string_bytes.cc to the alternatives.
Sorry, something went wrong.
V8 String::NewExternal is deprecated in 4.9. Migrate string_bytes.cc to the alternatives. PR-URL: #5462 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
|
Thanks. Landed on vee-eight-4.9 as fee485e (after a second CI: https://ci.nodejs.org/job/node-test-pull-request/1778/.) |
Sorry, something went wrong.
V8 String::NewExternal is deprecated in 4.9. Migrate string_bytes.cc to the alternatives. PR-URL: nodejs#5462 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
V8 String::NewExternal is deprecated in 4.9. Migrate string_bytes.cc to the alternatives. PR-URL: nodejs#5462 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
V8 String::NewExternal is deprecated in 4.9. Migrate string_bytes.cc to the alternatives. PR-URL: #5462 Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>
| Back | FazBrowse Home | New Git URL |
Pull Request check-list
this change (including linting)?
test (or a benchmark) included?
existing APIs, or introduces new ones)?
Affected core subsystem(s)
src (string_bytes)
Description of change
V8 String::NewExternal is deprecated in 4.9. Migrate string_bytes.cc to
the alternatives.
R=@bnoordhuis @nodejs/v8
Ref: #5392, #5204, #4869