1 /* 2 * This is not a real module. All it does when require()'d is spew the 3 * location of v8+'s base directory. This is used by the makefiles so 4 * that consumers don't have to set $(V8PLUS) manually, and allows npm to 5 * install v8plus anywhere in node_modules. 6 */ 7 console.log(__dirname);