mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
The bind method uses ObjectDefineProperty that shows up in flamegraphs. This changes it to avoid the utility. Signed-off-by: Matteo Collina <hello@matteocollina.com> PR-URL: https://github.com/nodejs/node/pull/59867 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> |
||
|---|---|---|
| .. | ||
| add-abort-signal.js | ||
| compose.js | ||
| destroy.js | ||
| duplex.js | ||
| duplexify.js | ||
| duplexpair.js | ||
| end-of-stream.js | ||
| fast-utf8-stream.js | ||
| from.js | ||
| lazy_transform.js | ||
| legacy.js | ||
| operators.js | ||
| passthrough.js | ||
| pipeline.js | ||
| readable.js | ||
| state.js | ||
| transform.js | ||
| utils.js | ||
| writable.js | ||