Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/safe-buffer/
Dindex.js7 function copyProps (src, dst) { function
16 copyProps(buffer, exports)
27 copyProps(Buffer, SafeBuffer)
/third_party/node/deps/npm/node_modules/@pkgjs/parseargs/internal/
Dprimordials.js315 const copyProps = (src, dest) => { function
350 copyProps(unsafe.prototype, safe.prototype);
352 copyProps(unsafe, safe);
/third_party/node/lib/internal/per_context/
Dprimordials.js357 const copyProps = (src, dest) => { function
395 copyProps(unsafe.prototype, safe.prototype);
397 copyProps(unsafe, safe);