buffer: write strings directly from call
authorTrevor Norris <trev.norris@gmail.com>
Wed, 19 Jun 2013 20:07:24 +0000 (13:07 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Wed, 19 Jun 2013 20:15:05 +0000 (13:15 -0700)
commitf5e13ae9b5ca6eaacbcf9aad36552d9cd6c8bde6
treeb4710ab727987bd160a49f69140be74c32332a45
parentbf8dc0762a365302f742da85fa416886332ab73d
buffer: write strings directly from call

Buffer(<String>) used to pass the string to js where it would then be
passed back to cpp for processing. Now only the buffer object
instantiation is done in js and the string is processed in cpp.

Also added a Buffer api that also accepts the encoding.
src/node_buffer.cc
src/node_buffer.h