Skip to content

lib: remove unnecessary refreshHrtimeBuffer()

We now serialize/deseialize the hrtime buffers properly instead of throwing them away at serialization and creating new ones at pre-execution, so there is no need to reset the variables to the binding property at pre-execution time.

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

Merge request reports

Loading