Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created May 5, 2014 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmcw/11548768 to your computer and use it in GitHub Desktop.
Save tmcw/11548768 to your computer and use it in GitHub Desktop.
==== Stack trace ============================================
Security context: 0x2c1df4306b71 <JS Object>#0#
1: /* anonymous */ [/Users/tmcw/src/node-s2/crash.js:4] (this=0x116294fc2109 <an Object>#1#,exports=0x116294fc2109 <an Object>#1#,require=0x116294fc45d1 <JS Function require>#2#,module=0x116294fc2011 <a Module>#3#,__filename=0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>,__dirname=0x116294fc4f31 <String[23]: /Users/tmcw/src/node-s2>)
3: _compile [module.js:456] (this=0x116294fc2011 <a Module>#3#,content=0x116294fc43f9 <String[81]\: var s2 = require('./');\n\nvar cell = new s2.Cell(new s2.LatLng(0, 0));\ncell.id();\n>,filename=0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>)
4: .js [module.js:474] (this=0x116294f70129 <an Object>#4#,module=0x116294fc2011 <a Module>#3#,filename=0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>)
5: load [module.js:356] (this=0x116294fc2011 <a Module>#3#,filename=0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>)
6: _load [module.js:312] (this=0x116294f6fb89 <JS Function Module>#5#,request=0x116294f6b5c1 <String[32]: /Users/tmcw/src/node-s2/crash.js>,parent=0x2c1df4304101 <null>,isMain=0x2c1df4304141 <true>)
7: runMain [module.js:497] (this=0x116294f6fb89 <JS Function Module>#5#)
8: startup [node.js:119] (this=0x2c1df4306c91 <JS Global Object>#6#)
9: /* anonymous */ [node.js:902] (this=0x2c1df4306c91 <JS Global Object>#6#,process=0x116294f31201 <a process>#7#)
==== Details ================================================
[1]: /* anonymous */ [/Users/tmcw/src/node-s2/crash.js:4] (this=0x116294fc2109 <an Object>#1#,exports=0x116294fc2109 <an Object>#1#,require=0x116294fc45d1 <JS Function require>#2#,module=0x116294fc2011 <a Module>#3#,__filename=0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>,__dirname=0x116294fc4f31 <String[23]: /Users/tmcw/src/node-s2>) {
// stack-allocated locals
var s2 = 0x116294fd0889 <an Object>#8#
var cell = 0x116294fd4589 <a Cell>#9#
// expression stack (top to bottom)
[03] : 0x2c1df4359991 <JS Function id>#10#
[02] : 0x116294fd4589 <a Cell>#9#
--------- s o u r c e c o d e ---------
function (exports, require, module, __filename, __dirname) { var s2 = require('./');??var cell = new s2.Cell(new s2.LatLng(0, 0));?cell.id();??}
-----------------------------------------
}
[3]: _compile [module.js:456] (this=0x116294fc2011 <a Module>#3#,content=0x116294fc43f9 <String[81]\: var s2 = require('./');\n\nvar cell = new s2.Cell(new s2.LatLng(0, 0));\ncell.id();\n>,filename=0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>) {
// stack-allocated locals
var require = 0x116294fc45d1 <JS Function require>#2#
var dirname = 0x116294fc4f31 <String[23]: /Users/tmcw/src/node-s2>
var sandbox = 0x2c1df4304121 <undefined>
var k = 0x2c1df4304121 <undefined>
var wrapper = 0x116294fc4f81 <String[147]\: (function (exports, require, module, __filename, __dirname) { var s2 = require('./');\n\nvar cell = new s2.Cell(new s2.LatLng(0, 0));\ncell.id();\n\n});>
var compiledWrapper = 0x116294fc5089 <JS Function>#11#
var args = 0x116294fc5129 <JS Array[5]>#12#
// heap-allocated locals
var self = 0x116294fc2011 <a Module>#3#
// expression stack (top to bottom)
[09] : 0x116294fc5129 <JS Array[5]>#12#
[08] : 0x116294fc2109 <an Object>#1#
[07] : 0x116294fc5089 <JS Function>#11#
--------- s o u r c e c o d e ---------
function (content, filename) {? var self = this;? // remove shebang? content = content.replace(/^\#\!.*/, '');?? function require(path) {? return self.require(path);? }?? require.resolve = function(request) {? return Module._resolveFilename(request, self);? };?? Object.defineProperty(require, '...
-----------------------------------------
}
[4]: .js [module.js:474] (this=0x116294f70129 <an Object>#4#,module=0x116294fc2011 <a Module>#3#,filename=0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>) {
// stack-allocated locals
var content = 0x116294fc43f9 <String[81]\: var s2 = require('./');\n\nvar cell = new s2.Cell(new s2.LatLng(0, 0));\ncell.id();\n>
// expression stack (top to bottom)
[03] : 0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>
[02] : 0x116294fc43f9 <String[81]\: var s2 = require('./');\n\nvar cell = new s2.Cell(new s2.LatLng(0, 0));\ncell.id();\n>
[01] : 0x116294fc2011 <a Module>#3#
--------- s o u r c e c o d e ---------
function (module, filename) {? var content = NativeModule.require('fs').readFileSync(filename, 'utf8');? module._compile(stripBOM(content), filename);?}
-----------------------------------------
}
[5]: load [module.js:356] (this=0x116294fc2011 <a Module>#3#,filename=0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>) {
// stack-allocated locals
var extension = 0x116294fc39b1 <String[3]: .js>
// expression stack (top to bottom)
[04] : 0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>
[03] : 0x116294fc2011 <a Module>#3#
[02] : 0x116294f70129 <an Object>#4#
[01] : 0x116294fc39b1 <String[3]: .js>
--------- s o u r c e c o d e ---------
function (filename) {? debug('load ' + JSON.stringify(filename) +? ' for module ' + JSON.stringify(this.id));?? assert(!this.loaded);? this.filename = filename;? this.paths = Module._nodeModulePaths(path.dirname(filename));?? var extension = path.extname(filename) || '.js';? if (!Module._extensi...
-----------------------------------------
}
[6]: _load [module.js:312] (this=0x116294f6fb89 <JS Function Module>#5#,request=0x116294f6b5c1 <String[32]: /Users/tmcw/src/node-s2/crash.js>,parent=0x2c1df4304101 <null>,isMain=0x2c1df4304141 <true>) {
// stack-allocated locals
var filename = 0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>
var cachedModule = 0x2c1df4304121 <undefined>
var replModule = 0x2c1df4304121 <undefined>
var module = 0x116294fc2011 <a Module>#3#
var hadException = 0x2c1df4304141 <true>
// expression stack (top to bottom)
[11] : 0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>
[10] : 0x116294fc2011 <a Module>#3#
--------- s o u r c e c o d e ---------
function (request, parent, isMain) {? if (parent) {? debug('Module._load REQUEST ' + (request) + ' parent: ' + parent.id);? }?? var filename = Module._resolveFilename(request, parent);?? var cachedModule = Module._cache[filename];? if (cachedModule) {? return cachedModule.exports;? }?? if (Nati...
-----------------------------------------
}
[7]: runMain [module.js:497] (this=0x116294f6fb89 <JS Function Module>#5#) {
// expression stack (top to bottom)
[03] : 0x2c1df4304141 <true>
[02] : 0x2c1df4304101 <null>
[01] : 0x116294f6b5c1 <String[32]: /Users/tmcw/src/node-s2/crash.js>
[00] : 0x116294f6fb89 <JS Function Module>#5#
--------- s o u r c e c o d e ---------
function () {? // Load the main module--the command line argument.? Module._load(process.argv[1], null, true);? // Handle any nextTicks added in the first tick of the program? process._tickCallback();?}
-----------------------------------------
}
[8]: startup [node.js:119] (this=0x2c1df4306c91 <JS Global Object>#6#) {
// stack-allocated locals
var EventEmitter = 0x116294f434a1 <JS Function EventEmitter>#13#
var d = 0x2c1df4304121 <undefined>
var path = 0x116294f65871 <an Object>#14#
var cluster = 0x2c1df4304121 <undefined>
var Module = 0x116294f6fb89 <JS Function Module>#5#
var debugTimeout = 0x2c1df4304121 <undefined>
var opts = 0x2c1df4304121 <undefined>
var repl = 0x2c1df4304121 <undefined>
// heap-allocated locals
var code = 0x2c1df4304121 <undefined>
// expression stack (top to bottom)
[08] : 0x116294f6fb89 <JS Function Module>#5#
--------- s o u r c e c o d e ---------
function startup() {? var EventEmitter = NativeModule.require('events').EventEmitter;?? process.__proto__ = Object.create(EventEmitter.prototype, {? constructor: {? value: process.constructor? }? });? EventEmitter.call(process);?? process.EventEmitter = EventEmitter; // process.Event...
-----------------------------------------
}
[9]: /* anonymous */ [node.js:902] (this=0x2c1df4306c91 <JS Global Object>#6#,process=0x116294f31201 <a process>#7#) {
// stack-allocated locals
var Script = 0x2c1df4335229 <JS Function NodeScript>#15#
// heap-allocated locals
var process = 0x116294f31201 <a process>#7#
var startup = 0x116294f3c599 <JS Function startup>#16#
var assert = 0x2c1df4342309 <JS Function>#17#
var evalScript = 0x116294f3c611 <JS Function evalScript>#18#
var errnoException = 0x116294f3c659 <JS Function errnoException>#19#
var createWritableStdioStream = 0x116294f3c6a1 <JS Function createWritableStdioStream>#20#
var runInThisContext = 0x2c1df4334fc1 <JS Function>#21#
var NativeModule = 0x116294f3c709 <JS Function NativeModule>#22#
// expression stack (top to bottom)
[02] : 0x2c1df4306c91 <JS Global Object>#6#
[01] : 0x116294f3c599 <JS Function startup>#16#
--------- s o u r c e c o d e ---------
function (process) {? this.global = this;?? function startup() {? var EventEmitter = NativeModule.require('events').EventEmitter;?? process.__proto__ = Object.create(EventEmitter.prototype, {? constructor: {? value: process.constructor? }? });? EventEmitter.call(process);?? ...
-----------------------------------------
}
==== Key ============================================
#0# 0x2c1df4306b71: 0x2c1df4306b71 <JS Object>
#1# 0x116294fc2109: 0x116294fc2109 <an Object>
#2# 0x116294fc45d1: 0x116294fc45d1 <JS Function require>
main: 0x116294fc2011 <a Module>#3#
extensions: 0x116294f70129 <an Object>#4#
cache: 0x116294f6ff91 <an Object>#23#
#3# 0x116294fc2011: 0x116294fc2011 <a Module>
id: 0x24f90a204e09 <String[1]: .>
exports: 0x116294fc2109 <an Object>#1#
parent: 0x2c1df4304101 <null>
filename: 0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>
loaded: 0x2c1df4304161 <false>
children: 0x116294fc23a9 <JS Array[1]>#24#
paths: 0x116294fc2fb9 <JS Array[5]>#25#
#4# 0x116294f70129: 0x116294f70129 <an Object>
#5# 0x116294f6fb89: 0x116294f6fb89 <JS Function Module>
_contextLoad: 0x2c1df4304161 <false>
_cache: 0x116294f6ff91 <an Object>#23#
_pathCache: 0x116294f700d9 <an Object>#26#
_extensions: 0x116294f70129 <an Object>#4#
globalPaths: 0x116294f72019 <JS Array[3]>#27#
wrapper: 0x116294f40a01 <JS Array[2]>#28#
_realpathCache: 0x116294f70471 <an Object>#29#
#6# 0x2c1df4306c91: 0x2c1df4306c91 <JS Global Object>
#7# 0x116294f31201: 0x116294f31201 <a process>
version: 0x116294f315f9 <String[8]: v0.10.25>
moduleLoadList: 0x116294f316b1 <JS Array[18]>#30#
versions: 0x116294f31789 <an Object>#31#
arch: 0x116294f31e09 <String[3]: x64>
platform: 0x116294f31f39 <String[6]: darwin>
argv: 0x116294f31f79 <JS Array[2]>#32#
execArgv: 0x116294f32111 <JS Array[0]>#33#
env: 0x116294f32371 <JS Object>#34#
pid: 4596
features: 0x116294f32551 <an Object>#35#
execPath: 0x116294f32f51 <String[19]: /usr/local/bin/node>
_tickInfoBox: 0x116294f35d79 <an Object>#36#
_events: 0x116294f35e79 <an Object>#37#
domain: 0x2c1df4304101 <null>
_maxListeners: 10
_exiting: 0x2c1df4304161 <false>
config: 0x116294f61ae9 <an Object>#38#
maxTickDepth: 1000
mainModule: 0x116294fc2011 <a Module>#3#
#8# 0x116294fd0889: 0x116294fd0889 <an Object>
#9# 0x116294fd4589: 0x116294fd4589 <a Cell>
#10# 0x2c1df4359991: 0x2c1df4359991 <JS Function id>
#11# 0x116294fc5089: 0x116294fc5089 <JS Function>
#12# 0x116294fc5129: 0x116294fc5129 <JS Array[5]>
0: 0x116294fc2109 <an Object>#1#
1: 0x116294fc45d1 <JS Function require>#2#
2: 0x116294fc2011 <a Module>#3#
3: 0x116294fbf181 <String[32]: /Users/tmcw/src/node-s2/crash.js>
4: 0x116294fc4f31 <String[23]: /Users/tmcw/src/node-s2>
#13# 0x116294f434a1: 0x116294f434a1 <JS Function EventEmitter>
#14# 0x116294f65871: 0x116294f65871 <an Object>
sep: 0x24f90a2146b9 <String[1]: />
delimiter: 0x24f90a216a31 <String[1]: :>
#15# 0x2c1df4335229: 0x2c1df4335229 <JS Function NodeScript>
#16# 0x116294f3c599: 0x116294f3c599 <JS Function startup>
_lazyConstants: 0x2c1df4304101 <null>
#17# 0x2c1df4342309: 0x2c1df4342309 <JS Function>
#18# 0x116294f3c611: 0x116294f3c611 <JS Function evalScript>
#19# 0x116294f3c659: 0x116294f3c659 <JS Function errnoException>
#20# 0x116294f3c6a1: 0x116294f3c6a1 <JS Function createWritableStdioStream>
#21# 0x2c1df4334fc1: 0x2c1df4334fc1 <JS Function>
#22# 0x116294f3c709: 0x116294f3c709 <JS Function NativeModule>
_source: 0x116294f3e1f1 <an Object>#39#
_cache: 0x116294f406b9 <an Object>#40#
wrapper: 0x116294f40a01 <JS Array[2]>#28#
#23# 0x116294f6ff91: 0x116294f6ff91 <an Object>
#24# 0x116294fc23a9: 0x116294fc23a9 <JS Array[1]>
0: 0x116294fcaa49 <a Module>#41#
#25# 0x116294fc2fb9: 0x116294fc2fb9 <JS Array[5]>
0: 0x116294fc32c1 <String[36]: /Users/tmcw/src/node-s2/node_modules>
1: 0x116294fc34d1 <String[28]: /Users/tmcw/src/node_modules>
2: 0x116294fc35e1 <String[24]: /Users/tmcw/node_modules>
3: 0x116294fc36d9 <String[19]: /Users/node_modules>
4: 0x116294fc37c1 <String[13]: /node_modules>
#26# 0x116294f700d9: 0x116294f700d9 <an Object>
#27# 0x116294f72019: 0x116294f72019 <JS Array[3]>
0: 0x116294f71ff1 <String[25]: /Users/tmcw/.node_modules>
1: 0x116294f71b21 <String[27]: /Users/tmcw/.node_libraries>
2: 0x116294f71671 <String[19]: /usr/local/lib/node>
#28# 0x116294f40a01: 0x116294f40a01 <JS Array[2]>
0: 0x24f90a21d2b9 <String[62]: (function (exports, require, module, __filename, __dirname) { >
1: 0x24f90a21d311 <String[4]\: \n});>
#29# 0x116294f70471: 0x116294f70471 <an Object>
#30# 0x116294f316b1: 0x116294f316b1 <JS Array[18]>
0: 0x116294f3ceb1 <String[13]: Binding evals>
1: 0x116294f3e199 <String[15]: Binding natives>
2: 0x116294f40bf1 <String[19]: NativeModule events>
3: 0x116294f45411 <String[19]: NativeModule buffer>
4: 0x116294f4cff9 <String[14]: Binding buffer>
5: 0x116294f50209 <String[19]: NativeModule assert>
6: 0x116294f53369 <String[17]: NativeModule util>
7: 0x116294f657b1 <String[17]: NativeModule path>
8: 0x116294f6b609 <String[19]: NativeModule module>
9: 0x116294f73121 <String[15]: NativeModule fs>
...
#31# 0x116294f31789: 0x116294f31789 <an Object>
http_parser: 0x116294f31841 <String[3]: 1.0>
node: 0x116294f318b9 <String[7]: 0.10.25>
v8: 0x116294f31949 <String[8]: 3.14.5.9>
ares: 0x116294f319f1 <String[9]: 1.9.0-DEV>
uv: 0x116294f31ab9 <String[7]: 0.10.23>
zlib: 0x116294f31bf1 <String[5]: 1.2.3>
modules: 0x116294f31c31 <String[2]: 11>
openssl: 0x116294f31d69 <String[6]: 1.0.1e>
#32# 0x116294f31f79: 0x116294f31f79 <JS Array[2]>
0: 0x116294f31fb9 <String[4]: node>
1: 0x116294f6b5c1 <String[32]: /Users/tmcw/src/node-s2/crash.js>
#33# 0x116294f32111: 0x116294f32111 <JS Array[0]>
#34# 0x116294f32371: 0x116294f32371 <JS Object>
#35# 0x116294f32551: 0x116294f32551 <an Object>
debug: 0x2c1df4304161 <false>
uv: 0x2c1df4304141 <true>
ipv6: 0x2c1df4304141 <true>
tls_npn: 0x2c1df4304141 <true>
tls_sni: 0x2c1df4304141 <true>
tls: 0x2c1df4304141 <true>
#36# 0x116294f35d79: 0x116294f35d79 <an Object>
#37# 0x116294f35e79: 0x116294f35e79 <an Object>
#38# 0x116294f61ae9: 0x116294f61ae9 <an Object>
target_defaults: 0x116294f61b59 <an Object>#42#
variables: 0x116294f62189 <an Object>#43#
#39# 0x116294f3e1f1: 0x116294f3e1f1 <an Object>
#40# 0x116294f406b9: 0x116294f406b9 <an Object>
events: 0x116294f40c19 <a NativeModule>#44#
buffer: 0x116294f45459 <a NativeModule>#45#
assert: 0x116294f50231 <a NativeModule>#46#
util: 0x116294f53391 <a NativeModule>#47#
path: 0x116294f657d9 <a NativeModule>#48#
module: 0x116294f6b631 <a NativeModule>#49#
fs: 0x116294f73149 <a NativeModule>#50#
stream: 0x116294fa80b9 <a NativeModule>#51#
_stream_readable: 0x116294fa9639 <a NativeModule>#52#
_stream_writable: 0x116294fb15d9 <a NativeModule>#53#
_stream_duplex: 0x116294fb52d1 <a NativeModule>#54#
_stream_transform: 0x116294fb6529 <a NativeModule>#55#
_stream_passthrough: 0x116294fb8ee9 <a NativeModule>#56#
#41# 0x116294fcaa49: 0x116294fcaa49 <a Module>
id: 0x116294fc9d69 <String[32]: /Users/tmcw/src/node-s2/index.js>
exports: 0x116294fd0889 <an Object>#8#
parent: 0x116294fc2011 <a Module>#3#
filename: 0x116294fc9d69 <String[32]: /Users/tmcw/src/node-s2/index.js>
loaded: 0x2c1df4304141 <true>
children: 0x116294fcac21 <JS Array[1]>#57#
paths: 0x116294fcb531 <JS Array[5]>#58#
#42# 0x116294f61b59: 0x116294f61b59 <an Object>
cflags: 0x116294f61b91 <JS Array[0]>#59#
default_configuration: 0x116294f61cb1 <String[7]: Release>
defines: 0x116294f61d61 <JS Array[0]>#60#
include_dirs: 0x116294f61e31 <JS Array[0]>#61#
libraries: 0x116294f61f19 <JS Array[0]>#62#
#43# 0x116294f62189: 0x116294f62189 <an Object>
#44# 0x116294f40c19: 0x116294f40c19 <a NativeModule>
filename: 0x116294f40c91 <String[9]: events.js>
id: 0x24f90a21b249 <String[6]: events>
exports: 0x116294f40d99 <an Object>#63#
loaded: 0x2c1df4304141 <true>
#45# 0x116294f45459: 0x116294f45459 <a NativeModule>
filename: 0x116294f454d1 <String[9]: buffer.js>
id: 0x24f90a21ba59 <String[6]: buffer>
exports: 0x116294f45539 <an Object>#64#
loaded: 0x2c1df4304141 <true>
#46# 0x116294f50231: 0x116294f50231 <a NativeModule>
filename: 0x116294f502a9 <String[9]: assert.js>
id: 0x24f90a21be49 <String[6]: assert>
exports: 0x116294f53151 <JS Function ok>#65#
loaded: 0x2c1df4304141 <true>
#47# 0x116294f53391: 0x116294f53391 <a NativeModule>
filename: 0x116294f53409 <String[7]: util.js>
id: 0x24f90a220b71 <String[4]: util>
exports: 0x116294f53429 <an Object>#66#
loaded: 0x2c1df4304141 <true>
#48# 0x116294f657d9: 0x116294f657d9 <a NativeModule>
filename: 0x116294f65851 <String[7]: path.js>
id: 0x24f90a21b559 <String[4]: path>
exports: 0x116294f65871 <an Object>#14#
loaded: 0x2c1df4304141 <true>
#49# 0x116294f6b631: 0x116294f6b631 <a NativeModule>
filename: 0x116294f6b6a9 <String[9]: module.js>
id: 0x24f90a204579 <String[6]: module>
exports: 0x116294f6fb89 <JS Function Module>#5#
loaded: 0x2c1df4304141 <true>
#50# 0x116294f73149: 0x116294f73149 <a NativeModule>
filename: 0x116294f731c1 <String[5]: fs.js>
id: 0x24f90a21c811 <String[2]: fs>
exports: 0x116294f731e1 <an Object>#67#
loaded: 0x2c1df4304141 <true>
#51# 0x116294fa80b9: 0x116294fa80b9 <a NativeModule>
filename: 0x116294fa8131 <String[9]: stream.js>
id: 0x24f90a21c6e1 <String[6]: stream>
exports: 0x116294fa9129 <JS Function Stream>#68#
loaded: 0x2c1df4304141 <true>
#52# 0x116294fa9639: 0x116294fa9639 <a NativeModule>
filename: 0x116294fa9671 <String[19]: _stream_readable.js>
id: 0x24f90a22b739 <String[16]: _stream_readable>
exports: 0x116294fb0439 <JS Function Readable>#69#
loaded: 0x2c1df4304141 <true>
#53# 0x116294fb15d9: 0x116294fb15d9 <a NativeModule>
filename: 0x116294fb1611 <String[19]: _stream_writable.js>
id: 0x24f90a22b761 <String[16]: _stream_writable>
exports: 0x116294fb46d1 <JS Function Writable>#70#
loaded: 0x2c1df4304141 <true>
#54# 0x116294fb52d1: 0x116294fb52d1 <a NativeModule>
filename: 0x116294fb5309 <String[17]: _stream_duplex.js>
id: 0x24f90a22b7a9 <String[14]: _stream_duplex>
exports: 0x116294fb5e81 <JS Function Duplex>#71#
loaded: 0x2c1df4304141 <true>
#55# 0x116294fb6529: 0x116294fb6529 <a NativeModule>
filename: 0x116294fb6561 <String[20]: _stream_transform.js>
id: 0x24f90a22b7f9 <String[17]: _stream_transform>
exports: 0x116294fb8669 <JS Function Transform>#72#
loaded: 0x2c1df4304141 <true>
#56# 0x116294fb8ee9: 0x116294fb8ee9 <a NativeModule>
filename: 0x116294fb8f21 <String[22]: _stream_passthrough.js>
id: 0x24f90a22b851 <String[19]: _stream_passthrough>
exports: 0x116294fb9829 <JS Function PassThrough>#73#
loaded: 0x2c1df4304141 <true>
#57# 0x116294fcac21: 0x116294fcac21 <JS Array[1]>
0: 0x116294fd0801 <a Module>#74#
#58# 0x116294fcb531: 0x116294fcb531 <JS Array[5]>
0: 0x116294fcb7e9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
1: 0x116294fcb9a9 <String[28]: /Users/tmcw/src/node_modules>
2: 0x116294fcbab9 <String[24]: /Users/tmcw/node_modules>
3: 0x116294fcbbb1 <String[19]: /Users/node_modules>
4: 0x116294fcbc99 <String[13]: /node_modules>
#59# 0x116294f61b91: 0x116294f61b91 <JS Array[0]>
#60# 0x116294f61d61: 0x116294f61d61 <JS Array[0]>
#61# 0x116294f61e31: 0x116294f61e31 <JS Array[0]>
#62# 0x116294f61f19: 0x116294f61f19 <JS Array[0]>
#63# 0x116294f40d99: 0x116294f40d99 <an Object>
usingDomains: 0x2c1df4304161 <false>
#64# 0x116294f45539: 0x116294f45539 <an Object>
INSPECT_MAX_BYTES: 50
#65# 0x116294f53151: 0x116294f53151 <JS Function ok>
#66# 0x116294f53429: 0x116294f53429 <an Object>
#67# 0x116294f731e1: 0x116294f731e1 <an Object>
#68# 0x116294fa9129: 0x116294fa9129 <JS Function Stream>
super_: 0x116294f434a1 <JS Function EventEmitter>#13#
#69# 0x116294fb0439: 0x116294fb0439 <JS Function Readable>
#70# 0x116294fb46d1: 0x116294fb46d1 <JS Function Writable>
#71# 0x116294fb5e81: 0x116294fb5e81 <JS Function Duplex>
super_: 0x116294fb0439 <JS Function Readable>#69#
#72# 0x116294fb8669: 0x116294fb8669 <JS Function Transform>
super_: 0x116294fb5e81 <JS Function Duplex>#71#
#73# 0x116294fb9829: 0x116294fb9829 <JS Function PassThrough>
super_: 0x116294fb8669 <JS Function Transform>#72#
#74# 0x116294fd0801: 0x116294fd0801 <a Module>
id: 0x116294fcf0e9 <String[46]: /Users/tmcw/src/node-s2/build/Release/_s2.node>
exports: 0x116294fd0889 <an Object>#8#
parent: 0x116294fcaa49 <a Module>#41#
filename: 0x116294fcf0e9 <String[46]: /Users/tmcw/src/node-s2/build/Release/_s2.node>
loaded: 0x2c1df4304141 <true>
children: 0x116294fd0939 <JS Array[0]>#75#
paths: 0x116294fd11c1 <JS Array[7]>#76#
#75# 0x116294fd0939: 0x116294fd0939 <JS Array[0]>
#76# 0x116294fd11c1: 0x116294fd11c1 <JS Array[7]>
0: 0x116294fd14c9 <String[50]: /Users/tmcw/src/node-s2/build/Release/node_modules>
1: 0x116294fd16b9 <String[42]: /Users/tmcw/src/node-s2/build/node_modules>
2: 0x116294fd17f9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x116294fd1921 <String[28]: /Users/tmcw/src/node_modules>
4: 0x116294fd1a31 <String[24]: /Users/tmcw/node_modules>
5: 0x116294fd1b29 <String[19]: /Users/node_modules>
6: 0x116294fd1c11 <String[13]: /node_modules>
=====================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment