Searched refs:arrayClone (Results 1 – 3 of 3) sorted by relevance
410 const listeners = arrayClone(handler);686 unwrapListeners(evlistener) : arrayClone(evlistener);757 function arrayClone(arr) { function771 const ret = arrayClone(arr);
1298 …ps://github.com/nodejs/node/commit/bc379fda75)] - **events**: optimize arrayClone by copying forwa…
3550 …tps://github.com/nodejs/node/commit/c291ce599c)] - **events**: improve arrayClone performance (Bri…