Skip to content

Commit

Permalink
buffer: backport new buffer constructor APIs to v4.x
Browse files Browse the repository at this point in the history
This backports the new `Buffer.alloc()`, `Buffer.allocUnsafe()`,
`Buffer.from()`, and `Buffer.allocUnsafeSlow()` APIs for v4.

Some backported tests are disabled, but those are not related to the
new API.

Note that `Buffer.from(arrayBuffer[, byteOffset [, length]])` is not
supported in v4.x, only `Buffer.from(arrayBuffer)` is.

Refs: #4682
Refs: #5833
Refs: #7475
PR-URL: #7562
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Nikolai Vavilov <vvnicholas@gmail.com>
  • Loading branch information
ChALkeR authored and Myles Borins committed Jul 14, 2016
1 parent 200429e commit 7090481
Show file tree
Hide file tree
Showing 5 changed files with 1,902 additions and 1 deletion.

0 comments on commit 7090481

Please sign in to comment.