src: internalize binding function property names
authorBen Noordhuis <info@bnoordhuis.nl>
Fri, 25 Sep 2015 10:19:53 +0000 (12:19 +0200)
committerRod Vagg <rod@vagg.org>
Wed, 30 Sep 2015 06:02:13 +0000 (16:02 +1000)
commit5ec5d0aa8b803c14e1a94aa9a1a433fd1086280d
tree8daf13a9112b828741a6d9724e61b12a09ba331f
parentc8175fc2afc8cfbc5d1f4ef05c320799a2abe89f
src: internalize binding function property names

Internalized strings are created in the old space and that is where they
eventually would end up anyway when created as normal strings.

PR-URL: https://github.com/nodejs/node/pull/3060
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trevor Norris <trev.norris@gmail.com>
src/env-inl.h