node/lib/internal/bootstrap
Joyee Cheung 97f59b9567
buffer: move initialization of buffer prototype into node.js
Instead of exposing it in `lib/internal/buffer.js` after deleting
it from the binding and then do the initialization in
`lib/buffer.js`, which results in an implicit dependency on
the order in which these modules are loaded.

PR-URL: https://github.com/nodejs/node/pull/25292
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2019-01-10 16:59:24 +08:00
..
cache.js src: use internalBinding('config').hasInspector in JS land 2019-01-05 01:25:31 +08:00
loaders.js worker: remove --experimental-worker flag 2019-01-09 00:31:33 +01:00
node.js buffer: move initialization of buffer prototype into node.js 2019-01-10 16:59:24 +08:00