Skip to content

[v8.x backport] crypto: use non-deprecated v8::Object::Set

This commit updates node_crypto to use the non-deprecated Set functions that return a v8::Maybe.

PR-URL: https://github.com/nodejs/node/pull/17482 Reviewed-By: James M Snell jasnell@gmail.com Reviewed-By: Ben Noordhuis info@bnoordhuis.nl Reviewed-By: Ruben Bridgewater ruben@bridgewater.de

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

Merge request reports

Loading