Home
last modified time | relevance | path

Searched refs:arrayClone (Results 1 – 3 of 3) sorted by relevance

/third_party/node/lib/
Devents.js410 const listeners = arrayClone(handler);
686 unwrapListeners(evlistener) : arrayClone(evlistener);
757 function arrayClone(arr) { function
771 const ret = arrayClone(arr);
/third_party/node/doc/changelogs/
DCHANGELOG_V7.md1298 …ps://github.com/nodejs/node/commit/bc379fda75)] - **events**: optimize arrayClone by copying forwa…
DCHANGELOG_V14.md3550 …tps://github.com/nodejs/node/commit/c291ce599c)] - **events**: improve arrayClone performance (Bri…