Haiyang-Sun / nodeprof.js

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

update forinof analysis to always show the target object #56

Open Haiyang-Sun opened 5 years ago

Haiyang-Sun commented 5 years ago

Maintain a stack of last expression results to track the target object for the for-in/of event.