You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Object.prototype.toString.call(performance) should yield '[object Performance]'; Perry returns the generic object tag. Repro: node-suite/perf_hooks/shapes/to-string-tag. Part of #793.
Object.prototype.toString.call(performance) should yield '[object Performance]'; Perry returns the generic object tag. Repro: node-suite/perf_hooks/shapes/to-string-tag. Part of #793.