fs: define constants with const
authorcjihrig <cjihrig@gmail.com>
Tue, 20 Jan 2015 04:01:42 +0000 (23:01 -0500)
committercjihrig <cjihrig@gmail.com>
Tue, 20 Jan 2015 17:17:37 +0000 (12:17 -0500)
commit86eda173b16b6ece9712e066661a0ac5db6795e8
treebf7c196645c804a63a4174bda3344d2eca736fa5
parentb33cd4f1df590fa5fd6954214ea1c67d0ba3da24
fs: define constants with const

Define fs constants using const, as the newer version of
v8 supports it, and appears to be capable of optimizing.

PR-URL: https://github.com/iojs/io.js/pull/522
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
lib/fs.js