Files
node/lib
Ben Noordhuis 27e84ddd4e lib,src: clean up ArrayBufferAllocator
Remove the direct dependency on node::Environment (which is per-context)
from node::ArrayBufferAllocator (which is per-isolate.)

Contexts that want to toggle the zero fill flag, now do so through a
field that is owned by ArrayBufferAllocator.  Better, still not great.

PR-URL: https://github.com/nodejs/node/pull/7082
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
2016-06-01 09:29:51 +02:00
..
2015-10-08 17:32:08 -07:00
2016-04-29 16:52:57 -07:00
2016-05-31 09:45:14 -04:00
2016-05-17 11:05:18 -07:00
2016-05-26 11:28:45 +02:00
2016-03-21 15:48:51 -07:00
2016-05-17 11:05:18 -07:00
2016-05-18 02:12:28 -04:00
2016-05-12 10:03:06 -04:00
2016-05-17 11:05:18 -07:00
2016-05-23 12:16:41 +02:00