Skip to content

src: remove calls to SetWrapperClassId()

We have migrated from the deprecated RetainedObjectInfo API to the new EmbedderGraph API, so there is no need to take care of wrapper class ids anymore since they are dedicated to the deprecated API (the new API uses a graph insted of ids to retrieve info about nodes).

Refs: https://github.com/nodejs/node/pull/21741

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

Merge request reports

Loading