Haiyang-Sun / nodeprof.js

Instrumentation framework for Node.js compliant to ECMAScript 2020 based on GraalVM.
Apache License 2.0
52 stars 22 forks source link

Convert internal [[Construct]] token in receiver to a string #66

Closed alexjordan closed 4 years ago

alexjordan commented 4 years ago

Workaround for #65.

Haiyang-Sun commented 4 years ago

LGTM, thanks for the fix!