Skip to content

src: set ModuleWrap internal fields only once

There is no need to initialize the internal fields to undefined and then initialize them to something else in the caller. Simply pass the internal fields into the constructor to initialize them just once.

Merge request reports

Loading