Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created May 5, 2014 21:03
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/11547399 to your computer and use it in GitHub Desktop.
Save tmcw/11547399 to your computer and use it in GitHub Desktop.
==== Stack trace ============================================
Security context: 0xdd940606b71 <JS Object>#0#
1: /* anonymous */ [/Users/tmcw/src/node-s2/test/cell.js:11] (this=0x324c6be33069 <a Test>#1#,t=0x324c6be33069 <a Test>#1#)
5: /* anonymous */ [native v8natives.js:1594] (this=0x324c6be33069 <a Test>#1#)
7: emit [events.js:117] (this=0x324c6be33069 <a Test>#1#,type=0x334740a35cd1 <String[5]: ready>)
9: emit [/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104] (this=0x324c6be33069 <a Test>#1#,t=0x334740a35cd1 <String[5]: ready>)
10: process [/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87] (this=0x324c6bf0bae9 <a GlobalHarness>#2#)
14: /* anonymous */(aka /* anonymous */) [native v8natives.js:1594] (this=0xdd940604121 <undefined>)
15: _tickCallback [node.js:415] (this=0x16a085724349 <a process>#3#)
16: runMain [module.js:499] (this=0x16a085723a59 <JS Function Module>#4#)
17: startup [node.js:119] (this=0xdd940606c91 <JS Global Object>#5#)
18: /* anonymous */ [node.js:902] (this=0xdd940606c91 <JS Global Object>#5#,process=0x16a085724349 <a process>#3#)
==== Details ================================================
[1]: /* anonymous */ [/Users/tmcw/src/node-s2/test/cell.js:11] (this=0x324c6be33069 <a Test>#1#,t=0x324c6be33069 <a Test>#1#) {
// stack-allocated locals
var cell = 0x324c6be3d281 <a Cell>#6#
// expression stack (top to bottom)
[03] : 0x16a085792199 <JS Function id>#7#
[02] : 0x324c6be3d281 <a Cell>#6#
[01] : 0x324c6be33069 <a Test>#1#
--------- s o u r c e c o d e ---------
function (t) {?? var cell = new s2.Cell(new s2.LatLng(10, 20));? t.ok(cell, 'generates cell object');? t.equal(typeof cell.approxArea(), 'number');? t.equal(typeof cell.exactArea(), 'number');? t.equal(typeof cell.averageArea(1), 'number');? t.equal(typeof cell.id(), 'number');?? t.end()...
-----------------------------------------
}
[5]: /* anonymous */ [native v8natives.js:1594] (this=0x324c6be33069 <a Test>#1#) {
// stack-allocated locals
var arguments = 0x324c6be3d221 <an Arguments>#8#
var c = 0x324c6be3d241 <JS Array[3]>#9#
var d = 0
var e = 0xdd940604121 <undefined>
var f = 0xdd940604121 <undefined>
var g = 0xdd940604121 <undefined>
var h = 0xdd940604121 <undefined>
// expression stack (top to bottom)
[11] : 1
[10] : 2
[09] : 0x324c6be3d241 <JS Array[3]>#9#
[08] : 0x324c6be33069 <a Test>#1#
[07] : 0x324c6be32c91 <JS Function>#10#
--------- s o u r c e c o d e ---------
function (){??"use strict";???if(%_IsConstructCall()){?return %NewObjectFromBound(b);?}?var c=%BoundFunctionGetBindings(b);??var d=%_ArgumentsLength();?if(d==0){?return %Apply(c[0],c[1],c,2,c.length-2);?}?if(c.length===2){?return %Apply(c[0],c[1],arguments,0,d);?}?var e=c.length-2;?var f=new InternalArray(e+...
-----------------------------------------
}
[7]: emit [events.js:117] (this=0x324c6be33069 <a Test>#1#,type=0x334740a35cd1 <String[5]: ready>) {
// stack-allocated locals
var arguments = 0x324c6be3b8e9 <an Arguments>#11#
var er = 0xdd940604121 <undefined>
var handler = 0x324c6be3b641 <JS Array[2]>#12#
var len = 2
var args = 0x324c6be3b951 <JS Array[0]>#13#
var i = 1
var listeners = 0x324c6be3b9a1 <JS Array[2]>#14#
// heap-allocated locals
var type = 0x334740a35cd1 <String[5]: ready>
// expression stack (top to bottom)
[09] : 0x324c6be3b951 <JS Array[0]>#13#
[08] : 0x324c6be33069 <a Test>#1#
[07] : 0x324c6be3b4c9 <JS Function>#15#
--------- s o u r c e c o d e ---------
function (type) {? var er, handler, len, args, i, listeners;?? if (!this._events)? this._events = {};?? // If there is no 'error' event listener then throw.? if (type === 'error') {? if (!this._events.error ||? (typeof this._events.error === 'object' &&? !this._events.error.length)) ...
-----------------------------------------
}
[9]: emit [/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104] (this=0x324c6be33069 <a Test>#1#,t=0x334740a35cd1 <String[5]: ready>) {
// stack-allocated locals
var arguments = 0x324c6be3b809 <an Arguments>#16#
// heap-allocated locals
var t = 0x334740a35cd1 <String[5]: ready>
// expression stack (top to bottom)
[08] : 0x324c6be3b809 <an Arguments>#16#
[07] : 0x324c6be33069 <a Test>#1#
[06] : 0xdd940636921 <JS Function>#17#
--------- s o u r c e c o d e ---------
function (t) {? // bailouts bubble until handled? if (t === "bailout" &&? this.listeners(t).length === 0 &&? this.harness) {? return this.harness.bailout(arguments[1])? }?? if (t === "error") return em.apply(this, arguments)? try {? em.apply(this, arguments)? } catch (ex) {? // any e...
-----------------------------------------
}
[10]: process [/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87] (this=0x324c6bf0bae9 <a GlobalHarness>#2#) {
// stack-allocated locals
var skip = 0xdd940604121 <undefined>
var current = 0x324c6be33069 <a Test>#1#
// expression stack (top to bottom)
[03] : 0x334740a35cd1 <String[5]: ready>
[02] : 0x324c6be33069 <a Test>#1#
--------- s o u r c e c o d e ---------
function () {? //console.error("harness process")? // "end" can emit multiple times, so only actually move on? // to the next test if the current one is actually over.? // TODO: multiple in-process tests, if all are marked "async"? if (this._current) {? if (!this._current._ended) return? // handle...
-----------------------------------------
}
[14]: /* anonymous */(aka /* anonymous */) [native v8natives.js:1594] (this=0xdd940604121 <undefined>) {
// stack-allocated locals
var arguments = 0x324c6be3b6e1 <an Arguments>#18#
var c = 0x324c6be3b701 <JS Array[2]>#19#
var d = 0
var e = 0xdd940604121 <undefined>
var f = 0xdd940604121 <undefined>
var g = 0xdd940604121 <undefined>
var h = 0xdd940604121 <undefined>
// expression stack (top to bottom)
[11] : 0
[10] : 2
[09] : 0x324c6be3b701 <JS Array[2]>#19#
[08] : 0x324c6bf0bae9 <a GlobalHarness>#2#
[07] : 0x16a08575f5f1 <JS Function>#20#
--------- s o u r c e c o d e ---------
function (){??"use strict";???if(%_IsConstructCall()){?return %NewObjectFromBound(b);?}?var c=%BoundFunctionGetBindings(b);??var d=%_ArgumentsLength();?if(d==0){?return %Apply(c[0],c[1],c,2,c.length-2);?}?if(c.length===2){?return %Apply(c[0],c[1],arguments,0,d);?}?var e=c.length-2;?var f=new InternalArray(e+...
-----------------------------------------
}
[15]: _tickCallback [node.js:415] (this=0x16a085724349 <a process>#3#) {
// stack-allocated locals
var callback = 0x324c6bf4b851 <JS Function>#21#
var nextTickLength = 1
var threw = 0xdd940604141 <true>
// expression stack (top to bottom)
[09] : 0xdd940604121 <undefined>
[08] : 0x324c6bf4b851 <JS Function>#21#
--------- s o u r c e c o d e ---------
function _tickCallback() {? var callback, nextTickLength, threw;?? if (inTick) return;? if (infoBox[length] === 0) {? infoBox[index] = 0;? infoBox[depth] = 0;? return;? }? inTick = true;?? while (infoBox[depth]++ < process.maxTickDepth) {? nextTickLength = infoBox...
-----------------------------------------
}
[16]: runMain [module.js:499] (this=0x16a085723a59 <JS Function Module>#4#) {
// expression stack (top to bottom)
[00] : 0x16a085724349 <a process>#3#
--------- 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();?}
-----------------------------------------
}
[17]: startup [node.js:119] (this=0xdd940606c91 <JS Global Object>#5#) {
// stack-allocated locals
var EventEmitter = 0x16a0857241c9 <JS Function EventEmitter>#22#
var d = 0xdd940604121 <undefined>
var path = 0x16a085723989 <an Object>#23#
var cluster = 0xdd940604121 <undefined>
var Module = 0x16a085723a59 <JS Function Module>#4#
var debugTimeout = 0xdd940604121 <undefined>
var opts = 0xdd940604121 <undefined>
var repl = 0xdd940604121 <undefined>
// heap-allocated locals
var code = 0xdd940604121 <undefined>
// expression stack (top to bottom)
[08] : 0x16a085723a59 <JS Function Module>#4#
--------- 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...
-----------------------------------------
}
[18]: /* anonymous */ [node.js:902] (this=0xdd940606c91 <JS Global Object>#5#,process=0x16a085724349 <a process>#3#) {
// stack-allocated locals
var Script = 0xdd940635229 <JS Function NodeScript>#24#
// heap-allocated locals
var process = 0x16a085724349 <a process>#3#
var startup = 0x16a085724211 <JS Function startup>#25#
var assert = 0xdd940642309 <JS Function>#26#
var evalScript = 0xdd940672b59 <JS Function evalScript>#27#
var errnoException = 0xdd940672ba1 <JS Function errnoException>#28#
var createWritableStdioStream = 0xdd940672be9 <JS Function createWritableStdioStream>#29#
var runInThisContext = 0xdd940634fc1 <JS Function>#30#
var NativeModule = 0xdd94065c281 <JS Function NativeModule>#31#
// expression stack (top to bottom)
[02] : 0xdd940606c91 <JS Global Object>#5#
[01] : 0x16a085724211 <JS Function startup>#25#
--------- 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# 0xdd940606b71: 0xdd940606b71 <JS Object>
#1# 0x324c6be33069: 0x324c6be33069 <a Test>
_plan: 0xdd940604101 <null>
_children: 0x324c6be331d1 <JS Array[0]>#32#
_started: 0xdd940604161 <false>
_testCount: 4
_planSum: 0
results: 0x324c6be33409 <a Results>#33#
output: 0x324c6be33c89 <a TapProducer>#34#
domain: 0xdd940604101 <null>
_events: 0x324c6be34319 <an Object>#35#
_maxListeners: 10
conf: 0x324c6be32d99 <an Object>#36#
harness: 0x324c6bf0bae9 <a GlobalHarness>#2#
#2# 0x324c6bf0bae9: 0x324c6bf0bae9 <a GlobalHarness>
_plan: 0xdd940604101 <null>
_children: 0x324c6bf49619 <JS Array[0]>#37#
_started: 0xdd940604141 <true>
_testCount: 0
_planSum: 0
results: 0x324c6bf49639 <a Results>#38#
output: 0x324c6bf49699 <a TapProducer>#39#
domain: 0xdd940604101 <null>
_events: 0x324c6bf49719 <an Object>#40#
_maxListeners: 10
yamlish: 0x16a085781ad9 <an Object>#41#
_current: 0x324c6be33069 <a Test>#1#
#3# 0x16a085724349: 0x16a085724349 <a process>
version: 0x334740a31ee9 <String[8]: v0.10.25>
moduleLoadList: 0x16a085727c79 <JS Array[31]>#42#
versions: 0xdd94067bad9 <an Object>#43#
arch: 0x334740a31f09 <String[3]: x64>
platform: 0x334740a31e99 <String[6]: darwin>
argv: 0xdd94067bb09 <JS Array[2]>#44#
execArgv: 0xdd94067bb29 <JS Array[0]>#45#
env: 0xdd94067bac1 <JS Object>#46#
pid: 91867
features: 0xdd94067baf1 <an Object>#47#
execPath: 0x334740a31eb9 <String[19]: /usr/local/bin/node>
_tickInfoBox: 0xdd94067bb49 <an Object>#48#
_events: 0xdd94067bb61 <an Object>#49#
domain: 0xdd940604101 <null>
_maxListeners: 10
_exiting: 0xdd940604161 <false>
config: 0xdd94067bb79 <an Object>#50#
maxTickDepth: 1000
mainModule: 0x16a085724019 <a Module>#51#
#4# 0x16a085723a59: 0x16a085723a59 <JS Function Module>
_contextLoad: 0xdd940604161 <false>
_cache: 0xdd94067b439 <an Object>#52#
_pathCache: 0xdd94067b451 <an Object>#53#
_extensions: 0x16a085723cc1 <an Object>#54#
globalPaths: 0xdd94067b469 <JS Array[3]>#55#
wrapper: 0xdd94067b489 <JS Array[2]>#56#
_realpathCache: 0xdd94067b4a9 <an Object>#57#
#5# 0xdd940606c91: 0xdd940606c91 <JS Global Object>
#6# 0x324c6be3d281: 0x324c6be3d281 <a Cell>
#7# 0x16a085792199: 0x16a085792199 <JS Function id>
#8# 0x324c6be3d221: 0x324c6be3d221 <an Arguments>
length: 0
#9# 0x324c6be3d241: 0x324c6be3d241 <JS Array[3]>
0: 0x324c6be32c91 <JS Function>#10#
1: 0x324c6be33069 <a Test>#1#
2: 0x324c6be33069 <a Test>#1#
#10# 0x324c6be32c91: 0x324c6be32c91 <JS Function>
#11# 0x324c6be3b8e9: 0x324c6be3b8e9 <an Arguments>
length: 1
callee: 0xdd940636921 <JS Function>#17#
#12# 0x324c6be3b641: 0x324c6be3b641 <JS Array[2]>
0: 0x324c6be3b189 <JS Function>#58#
1: 0x324c6be3b4c9 <JS Function>#15#
#13# 0x324c6be3b951: 0x324c6be3b951 <JS Array[0]>
#14# 0x324c6be3b9a1: 0x324c6be3b9a1 <JS Array[2]>
0: 0x324c6be3b189 <JS Function>#58#
1: 0x324c6be3b4c9 <JS Function>#15#
#15# 0x324c6be3b4c9: 0x324c6be3b4c9 <JS Function>
length: 0
#16# 0x324c6be3b809: 0x324c6be3b809 <an Arguments>
length: 1
callee: 0x324c6bf4b659 <JS Function>#59#
#17# 0xdd940636921: 0xdd940636921 <JS Function>
#18# 0x324c6be3b6e1: 0x324c6be3b6e1 <an Arguments>
length: 0
#19# 0x324c6be3b701: 0x324c6be3b701 <JS Array[2]>
0: 0x16a08575f5f1 <JS Function>#20#
1: 0x324c6bf0bae9 <a GlobalHarness>#2#
#20# 0x16a08575f5f1: 0x16a08575f5f1 <JS Function>
#21# 0x324c6bf4b851: 0x324c6bf4b851 <JS Function>
length: 0
#22# 0x16a0857241c9: 0x16a0857241c9 <JS Function EventEmitter>
#23# 0x16a085723989: 0x16a085723989 <an Object>
sep: 0x242df3e146b9 <String[1]: />
delimiter: 0x242df3e16a31 <String[1]: :>
#24# 0xdd940635229: 0xdd940635229 <JS Function NodeScript>
#25# 0x16a085724211: 0x16a085724211 <JS Function startup>
_lazyConstants: 0xdd940604101 <null>
#26# 0xdd940642309: 0xdd940642309 <JS Function>
#27# 0xdd940672b59: 0xdd940672b59 <JS Function evalScript>
#28# 0xdd940672ba1: 0xdd940672ba1 <JS Function errnoException>
#29# 0xdd940672be9: 0xdd940672be9 <JS Function createWritableStdioStream>
#30# 0xdd940634fc1: 0xdd940634fc1 <JS Function>
#31# 0xdd94065c281: 0xdd94065c281 <JS Function NativeModule>
_source: 0xdd94067bdb1 <an Object>#60#
_cache: 0xdd94067bf01 <an Object>#61#
wrapper: 0xdd94067b489 <JS Array[2]>#56#
#32# 0x324c6be331d1: 0x324c6be331d1 <JS Array[0]>
#33# 0x324c6be33409: 0x324c6be33409 <a Results>
ok: 0xdd940604141 <true>
todo: 0
todoPass: 0
todoFail: 0
skip: 0
skipPass: 0
skipFail: 0
pass: 4
passTotal: 4
fail: 0
failTotal: 0
tests: 4
testsTotal: 4
bailedOut: 0xdd940604161 <false>
list: 0x324c6be335d1 <JS Array[4]>#62#
_events: 0x324c6be33699 <an Object>#63#
#34# 0x324c6be33c89: 0x324c6be33c89 <a TapProducer>
domain: 0xdd940604101 <null>
_events: 0x324c6be33d49 <an Object>#64#
_maxListeners: 10
diag: 0xdd940604121 <undefined>
count: 0
writable: 0xdd940604141 <true>
readable: 0xdd940604141 <true>
results: 0x324c6be33e41 <a Results>#65#
#35# 0x324c6be34319: 0x324c6be34319 <an Object>
ready: 0x324c6be3b641 <JS Array[2]>#12#
end: 0x324c6be3d021 <JS Array[2]>#66#
#36# 0x324c6be32d99: 0x324c6be32d99 <an Object>
timeout: 30000
name: 0x242df3e2f6b1 <String[4]: Cell>
#37# 0x324c6bf49619: 0x324c6bf49619 <JS Array[0]>
#38# 0x324c6bf49639: 0x324c6bf49639 <a Results>
ok: 0xdd940604141 <true>
todo: 0
todoPass: 0
todoFail: 0
skip: 0
skipPass: 0
skipFail: 0
pass: 0
passTotal: 0
fail: 0
failTotal: 0
tests: 0
testsTotal: 0
bailedOut: 0xdd940604161 <false>
list: 0x324c6bf50fb9 <JS Array[0]>#67#
_events: 0x324c6bf50fd9 <an Object>#68#
#39# 0x324c6bf49699: 0x324c6bf49699 <a TapProducer>
domain: 0xdd940604101 <null>
_events: 0x324c6bf4e549 <an Object>#69#
_maxListeners: 10
diag: 0xdd940604121 <undefined>
count: 0
writable: 0xdd940604141 <true>
readable: 0xdd940604141 <true>
results: 0x324c6bf4e561 <a Results>#70#
#40# 0x324c6bf49719: 0x324c6bf49719 <an Object>
#41# 0x16a085781ad9: 0x16a085781ad9 <an Object>
#42# 0x16a085727c79: 0x16a085727c79 <JS Array[31]>
0: 0x334740a31f29 <String[13]: Binding evals>
1: 0x334740a31f51 <String[15]: Binding natives>
2: 0xdd94067bb91 <String[19]: NativeModule events>
3: 0xdd94067bbb9 <String[19]: NativeModule buffer>
4: 0x334740a31f79 <String[14]: Binding buffer>
5: 0xdd94067bbe1 <String[19]: NativeModule assert>
6: 0xdd94067bc09 <String[17]: NativeModule util>
7: 0xdd94067bc31 <String[17]: NativeModule path>
8: 0xdd94067bc59 <String[19]: NativeModule module>
9: 0xdd94067bc81 <String[15]: NativeModule fs>
...
#43# 0xdd94067bad9: 0xdd94067bad9 <an Object>
http_parser: 0x334740a33eb1 <String[3]: 1.0>
node: 0x334740a33ed1 <String[7]: 0.10.25>
v8: 0x334740a33ef1 <String[8]: 3.14.5.9>
ares: 0x334740a33f11 <String[9]: 1.9.0-DEV>
uv: 0x334740a33f39 <String[7]: 0.10.23>
zlib: 0x334740a33f59 <String[5]: 1.2.3>
modules: 0x334740a33f79 <String[2]: 11>
openssl: 0x334740a33f99 <String[6]: 1.0.1e>
#44# 0xdd94067bb09: 0xdd94067bb09 <JS Array[2]>
0: 0x334740a33fb9 <String[4]: node>
1: 0x334740a3f0c1 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
#45# 0xdd94067bb29: 0xdd94067bb29 <JS Array[0]>
#46# 0xdd94067bac1: 0xdd94067bac1 <JS Object>
#47# 0xdd94067baf1: 0xdd94067baf1 <an Object>
debug: 0xdd940604161 <false>
uv: 0xdd940604141 <true>
ipv6: 0xdd940604141 <true>
tls_npn: 0xdd940604141 <true>
tls_sni: 0xdd940604141 <true>
tls: 0xdd940604141 <true>
#48# 0xdd94067bb49: 0xdd94067bb49 <an Object>
#49# 0xdd94067bb61: 0xdd94067bb61 <an Object>
#50# 0xdd94067bb79: 0xdd94067bb79 <an Object>
target_defaults: 0xdd940683679 <an Object>#71#
variables: 0xdd940683691 <an Object>#72#
#51# 0x16a085724019: 0x16a085724019 <a Module>
id: 0x242df3e04e09 <String[1]: .>
exports: 0x16a085724191 <an Object>#73#
parent: 0xdd940604101 <null>
filename: 0x334740a3ece1 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
loaded: 0xdd940604141 <true>
children: 0xdd9406729c9 <JS Array[2]>#74#
paths: 0xdd9406729e9 <JS Array[6]>#75#
#52# 0xdd94067b439: 0xdd94067b439 <an Object>
#53# 0xdd94067b451: 0xdd94067b451 <an Object>
#54# 0x16a085723cc1: 0x16a085723cc1 <an Object>
#55# 0xdd94067b469: 0xdd94067b469 <JS Array[3]>
0: 0x334740a32b01 <String[25]: /Users/tmcw/.node_modules>
1: 0x334740a32b51 <String[27]: /Users/tmcw/.node_libraries>
2: 0x334740a32ba1 <String[19]: /usr/local/lib/node>
#56# 0xdd94067b489: 0xdd94067b489 <JS Array[2]>
0: 0x242df3e1d2b9 <String[62]: (function (exports, require, module, __filename, __dirname) { >
1: 0x242df3e1d311 <String[4]\: \n});>
#57# 0xdd94067b4a9: 0xdd94067b4a9 <an Object>
#58# 0x324c6be3b189: 0x324c6be3b189 <JS Function>
#59# 0x324c6bf4b659: 0x324c6bf4b659 <JS Function>
#60# 0xdd94067bdb1: 0xdd94067bdb1 <an Object>
#61# 0xdd94067bf01: 0xdd94067bf01 <an Object>
#62# 0x324c6be335d1: 0x324c6be335d1 <JS Array[4]>
0: 0x324c6be3d439 <an Object>#76#
1: 0x324c6be4bbd1 <an Object>#77#
2: 0x324c6be52ac9 <an Object>#78#
3: 0x324c6be58dd9 <an Object>#79#
#63# 0x324c6be33699: 0x324c6be33699 <an Object>
result: 0x324c6be33929 <JS Function>#80#
#64# 0x324c6be33d49: 0x324c6be33d49 <an Object>
#65# 0x324c6be33e41: 0x324c6be33e41 <a Results>
ok: 0xdd940604141 <true>
todo: 0
todoPass: 0
todoFail: 0
skip: 0
skipPass: 0
skipFail: 0
pass: 0
passTotal: 0
fail: 0
failTotal: 0
tests: 0
testsTotal: 0
bailedOut: 0xdd940604161 <false>
list: 0x324c6be34009 <JS Array[0]>#81#
_events: 0x324c6be340d1 <an Object>#82#
#66# 0x324c6be3d021: 0x324c6be3d021 <JS Array[2]>
0: 0x16a0857642a9 <JS Function>#83#
1: 0x324c6be3cf89 <JS Function>#84#
#67# 0x324c6bf50fb9: 0x324c6bf50fb9 <JS Array[0]>
#68# 0x324c6bf50fd9: 0x324c6bf50fd9 <an Object>
#69# 0x324c6bf4e549: 0x324c6bf4e549 <an Object>
#70# 0x324c6bf4e561: 0x324c6bf4e561 <a Results>
ok: 0xdd940604141 <true>
todo: 0
todoPass: 0
todoFail: 0
skip: 0
skipPass: 0
skipFail: 0
pass: 0
passTotal: 0
fail: 0
failTotal: 0
tests: 0
testsTotal: 0
bailedOut: 0xdd940604161 <false>
list: 0x324c6bf53291 <JS Array[0]>#85#
_events: 0x324c6bf532b1 <an Object>#86#
#71# 0xdd940683679: 0xdd940683679 <an Object>
cflags: 0x16a085706a69 <JS Array[0]>#87#
default_configuration: 0x334740a352e9 <String[7]: Release>
defines: 0x16a085706a89 <JS Array[0]>#88#
include_dirs: 0x16a085706aa9 <JS Array[0]>#89#
libraries: 0x16a085706ac9 <JS Array[0]>#90#
#72# 0xdd940683691: 0xdd940683691 <an Object>
#73# 0x16a085724191: 0x16a085724191 <an Object>
#74# 0xdd9406729c9: 0xdd9406729c9 <JS Array[2]>
0: 0x16a085723ea1 <a Module>#91#
1: 0x324c6be2a2f9 <a Module>#92#
#75# 0xdd9406729e9: 0xdd9406729e9 <JS Array[6]>
0: 0x334740a33129 <String[41]: /Users/tmcw/src/node-s2/test/node_modules>
1: 0x334740a33171 <String[36]: /Users/tmcw/src/node-s2/node_modules>
2: 0x334740a331b1 <String[28]: /Users/tmcw/src/node_modules>
3: 0x334740a331e9 <String[24]: /Users/tmcw/node_modules>
4: 0x334740a33219 <String[19]: /Users/node_modules>
5: 0x334740a33249 <String[13]: /node_modules>
#76# 0x324c6be3d439: 0x324c6be3d439 <an Object>
id: 1
ok: 0xdd940604141 <true>
file: 0x324c6be49bd1 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
line: 7
column: 7
stack: 0x324c6be4a259 <JS Array[10]>#93#
name: 0x242df3e2f711 <String[21]: generates cell object>
#77# 0x324c6be4bbd1: 0x324c6be4bbd1 <an Object>
id: 2
ok: 0xdd940604141 <true>
file: 0x324c6be51031 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
line: 8
column: 7
stack: 0x324c6be51341 <JS Array[10]>#94#
name: 0x334740a37db9 <String[15]: should be equal>
found: 0x242df3e045d9 <String[6]: number>
wanted: 0x242df3e045d9 <String[6]: number>
#78# 0x324c6be52ac9: 0x324c6be52ac9 <an Object>
id: 3
ok: 0xdd940604141 <true>
file: 0x324c6be579d1 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
line: 9
column: 7
stack: 0x324c6be57bb1 <JS Array[10]>#95#
name: 0x334740a37db9 <String[15]: should be equal>
found: 0x242df3e045d9 <String[6]: number>
wanted: 0x242df3e045d9 <String[6]: number>
#79# 0x324c6be58dd9: 0x324c6be58dd9 <an Object>
id: 4
ok: 0xdd940604141 <true>
file: 0x324c6be5dc99 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
line: 10
column: 7
stack: 0x324c6be5de99 <JS Array[10]>#96#
name: 0x334740a37db9 <String[15]: should be equal>
found: 0x242df3e045d9 <String[6]: number>
wanted: 0x242df3e045d9 <String[6]: number>
#80# 0x324c6be33929: 0x324c6be33929 <JS Function>
length: 0
#81# 0x324c6be34009: 0x324c6be34009 <JS Array[0]>
#82# 0x324c6be340d1: 0x324c6be340d1 <an Object>
#83# 0x16a0857642a9: 0x16a0857642a9 <JS Function>
#84# 0x324c6be3cf89: 0x324c6be3cf89 <JS Function>
#85# 0x324c6bf53291: 0x324c6bf53291 <JS Array[0]>
#86# 0x324c6bf532b1: 0x324c6bf532b1 <an Object>
#87# 0x16a085706a69: 0x16a085706a69 <JS Array[0]>
#88# 0x16a085706a89: 0x16a085706a89 <JS Array[0]>
#89# 0x16a085706aa9: 0x16a085706aa9 <JS Array[0]>
#90# 0x16a085706ac9: 0x16a085706ac9 <JS Array[0]>
#91# 0x16a085723ea1: 0x16a085723ea1 <a Module>
id: 0x334740a3e711 <String[52]: /Users/tmcw/src/node-s2/node_modules/tap/lib/main.js>
exports: 0x324c6bf0bae9 <a GlobalHarness>#2#
parent: 0x16a085724019 <a Module>#51#
filename: 0x334740a3e711 <String[52]: /Users/tmcw/src/node-s2/node_modules/tap/lib/main.js>
loaded: 0xdd940604141 <true>
children: 0xdd9406728e9 <JS Array[3]>#97#
paths: 0xdd940672909 <JS Array[7]>#98#
#92# 0x324c6be2a2f9: 0x324c6be2a2f9 <a Module>
id: 0x324c6be29619 <String[32]: /Users/tmcw/src/node-s2/index.js>
exports: 0x324c6be2fc11 <an Object>#99#
parent: 0x16a085724019 <a Module>#51#
filename: 0x324c6be29619 <String[32]: /Users/tmcw/src/node-s2/index.js>
loaded: 0xdd940604141 <true>
children: 0x324c6be2a361 <JS Array[1]>#100#
paths: 0x324c6be2aa91 <JS Array[5]>#101#
#93# 0x324c6be4a259: 0x324c6be4a259 <JS Array[10]>
0: 0x324c6be4a411 <String[77]: getCaller (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:418:17)>
1: 0x324c6be4a511 <String[82]: Function.assert (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:21:16)>
2: 0x324c6be4a619 <String[89]: Test._testAssert [as ok] (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:87:16)>
3: 0x324c6be4a731 <String[59]: Test.<anonymous> (/Users/tmcw/src/node-s2/test/cell.js:7:7)>
4: 0x324c6be4a809 <String[41]: Test.EventEmitter.emit (events.js:117:20)>
5: 0x324c6be4a8c1 <String[74]: Test.emit (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104:8)>
6: 0x324c6be4a9b9 <String[97]: GlobalHarness.Harness.process (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87:13)>
7: 0x324c6be4aae1 <String[38]: process._tickCallback (node.js:415:13)>
8: 0x324c6be4ab91 <String[42]: Function.Module.runMain (module.js:499:11)>
9: 0x324c6be4ac49 <String[24]: startup (node.js:119:16)>
...
#94# 0x324c6be51341: 0x324c6be51341 <JS Array[10]>
0: 0x324c6be514a1 <String[77]: getCaller (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:418:17)>
1: 0x324c6be515a1 <String[73]: assert (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:21:16)>
2: 0x324c6be51699 <String[82]: Function.equal (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:162:10)>
3: 0x324c6be517a1 <String[92]: Test._testAssert [as equal] (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:87:16)>
4: 0x324c6be518b9 <String[59]: Test.<anonymous> (/Users/tmcw/src/node-s2/test/cell.js:8:7)>
5: 0x324c6be51991 <String[41]: Test.EventEmitter.emit (events.js:117:20)>
6: 0x324c6be51a49 <String[74]: Test.emit (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104:8)>
7: 0x324c6be51b41 <String[97]: GlobalHarness.Harness.process (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87:13)>
8: 0x324c6be51c69 <String[38]: process._tickCallback (node.js:415:13)>
9: 0x324c6be51d19 <String[42]: Function.Module.runMain (module.js:499:11)>
...
#95# 0x324c6be57bb1: 0x324c6be57bb1 <JS Array[10]>
0: 0x324c6be57d11 <String[77]: getCaller (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:418:17)>
1: 0x324c6be57e11 <String[73]: assert (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:21:16)>
2: 0x324c6be57f09 <String[82]: Function.equal (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:162:10)>
3: 0x324c6be58011 <String[92]: Test._testAssert [as equal] (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:87:16)>
4: 0x324c6be58129 <String[59]: Test.<anonymous> (/Users/tmcw/src/node-s2/test/cell.js:9:7)>
5: 0x324c6be58201 <String[41]: Test.EventEmitter.emit (events.js:117:20)>
6: 0x324c6be582b9 <String[74]: Test.emit (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104:8)>
7: 0x324c6be583b1 <String[97]: GlobalHarness.Harness.process (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87:13)>
8: 0x324c6be584d9 <String[38]: process._tickCallback (node.js:415:13)>
9: 0x324c6be58589 <String[42]: Function.Module.runMain (module.js:499:11)>
...
#96# 0x324c6be5de99: 0x324c6be5de99 <JS Array[10]>
0: 0x324c6be5dff9 <String[77]: getCaller (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:418:17)>
1: 0x324c6be5e0f9 <String[73]: assert (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:21:16)>
2: 0x324c6be5e1f1 <String[82]: Function.equal (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:162:10)>
3: 0x324c6be5e2f9 <String[92]: Test._testAssert [as equal] (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:87:16)>
4: 0x324c6be5e411 <String[60]: Test.<anonymous> (/Users/tmcw/src/node-s2/test/cell.js:10:7)>
5: 0x324c6be5e4e9 <String[41]: Test.EventEmitter.emit (events.js:117:20)>
6: 0x324c6be5e5a1 <String[74]: Test.emit (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104:8)>
7: 0x324c6be5e699 <String[97]: GlobalHarness.Harness.process (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87:13)>
8: 0x324c6be5e7c1 <String[38]: process._tickCallback (node.js:415:13)>
9: 0x324c6be5e871 <String[42]: Function.Module.runMain (module.js:499:11)>
...
#97# 0xdd9406728e9: 0xdd9406728e9 <JS Array[3]>
0: 0x16a085723cd9 <a Module>#102#
1: 0x324c6bf37899 <a Module>#103#
2: 0x324c6bf045b9 <a Module>#104#
#98# 0xdd940672909: 0xdd940672909 <JS Array[7]>
0: 0x334740a32f81 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x334740a32fd9 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x334740a33029 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x334740a33069 <String[28]: /Users/tmcw/src/node_modules>
4: 0x334740a330a1 <String[24]: /Users/tmcw/node_modules>
5: 0x334740a330d1 <String[19]: /Users/node_modules>
6: 0x334740a33101 <String[13]: /node_modules>
#99# 0x324c6be2fc11: 0x324c6be2fc11 <an Object>
#100# 0x324c6be2a361: 0x324c6be2a361 <JS Array[1]>
0: 0x324c6be2fbc1 <a Module>#105#
#101# 0x324c6be2aa91: 0x324c6be2aa91 <JS Array[5]>
0: 0x324c6be2ad29 <String[36]: /Users/tmcw/src/node-s2/node_modules>
1: 0x324c6be2aee9 <String[28]: /Users/tmcw/src/node_modules>
2: 0x324c6be2aff9 <String[24]: /Users/tmcw/node_modules>
3: 0x324c6be2b0f1 <String[19]: /Users/node_modules>
4: 0x324c6be2b1d9 <String[13]: /node_modules>
#102# 0x16a085723cd9: 0x16a085723cd9 <a Module>
id: 0x334740a3d6c1 <String[66]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-global-harness.js>
exports: 0xdd940672291 <JS Function GlobalHarness>#106#
parent: 0x16a085723ea1 <a Module>#91#
filename: 0x334740a3d6c1 <String[66]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-global-harness.js>
loaded: 0xdd940604141 <true>
children: 0xdd9406722d9 <JS Array[4]>#107#
paths: 0xdd9406722f9 <JS Array[7]>#108#
#103# 0x324c6bf37899: 0x324c6bf37899 <a Module>
id: 0x324c6bf37809 <String[60]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-consumer.js>
exports: 0x324c6bf4b7c1 <JS Function TapConsumer>#109#
parent: 0x16a085723ea1 <a Module>#91#
filename: 0x324c6bf37809 <String[60]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-consumer.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bf4c361 <JS Array[0]>#110#
paths: 0x324c6bf4c381 <JS Array[7]>#111#
#104# 0x324c6bf045b9: 0x324c6bf045b9 <a Module>
id: 0x324c6bf047e1 <String[58]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-runner.js>
exports: 0x324c6bf04689 <JS Function Runner>#112#
parent: 0x16a085723ea1 <a Module>#91#
filename: 0x324c6bf047e1 <String[58]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-runner.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bf49441 <JS Array[3]>#113#
paths: 0x324c6bf49461 <JS Array[7]>#114#
#105# 0x324c6be2fbc1: 0x324c6be2fbc1 <a Module>
id: 0x324c6be2e4a9 <String[46]: /Users/tmcw/src/node-s2/build/Release/_s2.node>
exports: 0x324c6be2fc11 <an Object>#99#
parent: 0x324c6be2a2f9 <a Module>#92#
filename: 0x324c6be2e4a9 <String[46]: /Users/tmcw/src/node-s2/build/Release/_s2.node>
loaded: 0xdd940604141 <true>
children: 0x324c6be2fcc1 <JS Array[0]>#115#
paths: 0x324c6be30549 <JS Array[7]>#116#
#106# 0xdd940672291: 0xdd940672291 <JS Function GlobalHarness>
super_: 0x16a085781341 <JS Function Harness>#117#
#107# 0xdd9406722d9: 0xdd9406722d9 <JS Array[4]>
0: 0xdd94067a4f1 <a Module>#118#
1: 0x16a085757d01 <a Module>#119#
2: 0x16a085771831 <a Module>#120#
3: 0x324c6bf225e9 <a Module>#121#
#108# 0xdd9406722f9: 0xdd9406722f9 <JS Array[7]>
0: 0x334740a32cf9 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x334740a32d89 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x334740a32e11 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x334740a32e71 <String[28]: /Users/tmcw/src/node_modules>
4: 0x334740a32ec1 <String[24]: /Users/tmcw/node_modules>
5: 0x334740a32f09 <String[19]: /Users/node_modules>
6: 0x334740a32f49 <String[13]: /node_modules>
#109# 0x324c6bf4b7c1: 0x324c6bf4b7c1 <JS Function TapConsumer>
#110# 0x324c6bf4c361: 0x324c6bf4c361 <JS Array[0]>
#111# 0x324c6bf4c381: 0x324c6bf4c381 <JS Array[7]>
0: 0x324c6bf52a11 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x324c6bf52aa1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x324c6bf52b29 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x324c6bf52b89 <String[28]: /Users/tmcw/src/node_modules>
4: 0x324c6bf52bd9 <String[24]: /Users/tmcw/node_modules>
5: 0x324c6bf52c21 <String[19]: /Users/node_modules>
6: 0x324c6bf52c61 <String[13]: /node_modules>
#112# 0x324c6bf04689: 0x324c6bf04689 <JS Function Runner>
super_: 0x16a0857813d1 <JS Function TapProducer>#122#
#113# 0x324c6bf49441: 0x324c6bf49441 <JS Array[3]>
0: 0x324c6bf6c791 <a Module>#123#
1: 0x324c6bf9c349 <a Module>#124#
2: 0x324c6bfbb3d9 <a Module>#125#
#114# 0x324c6bf49461: 0x324c6bf49461 <JS Array[7]>
0: 0x324c6bf4e1d1 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x324c6bf4e261 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x324c6bf4e2e9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x324c6bf4e349 <String[28]: /Users/tmcw/src/node_modules>
4: 0x324c6bf4e399 <String[24]: /Users/tmcw/node_modules>
5: 0x324c6bf4e3e1 <String[19]: /Users/node_modules>
6: 0x324c6bf4e421 <String[13]: /node_modules>
#115# 0x324c6be2fcc1: 0x324c6be2fcc1 <JS Array[0]>
#116# 0x324c6be30549: 0x324c6be30549 <JS Array[7]>
0: 0x324c6be30851 <String[50]: /Users/tmcw/src/node-s2/build/Release/node_modules>
1: 0x324c6be30a41 <String[42]: /Users/tmcw/src/node-s2/build/node_modules>
2: 0x324c6be30b81 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x324c6be30ca9 <String[28]: /Users/tmcw/src/node_modules>
4: 0x324c6be30db9 <String[24]: /Users/tmcw/node_modules>
5: 0x324c6be30eb1 <String[19]: /Users/node_modules>
6: 0x324c6be30f99 <String[13]: /node_modules>
#117# 0x16a085781341: 0x16a085781341 <JS Function Harness>
super_: 0x16a0857241c9 <JS Function EventEmitter>#22#
#118# 0xdd94067a4f1: 0xdd94067a4f1 <a Module>
id: 0x334740a307b1 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/inherits/inherits.js>
exports: 0xdd940640401 <JS Function>#126#
parent: 0x16a085723cd9 <a Module>#102#
filename: 0x334740a307b1 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/inherits/inherits.js>
loaded: 0xdd940604141 <true>
children: 0xdd9406807b1 <JS Array[0]>#127#
paths: 0xdd9406807d1 <JS Array[7]>#128#
#119# 0x16a085757d01: 0x16a085757d01 <a Module>
id: 0x334740a3f859 <String[59]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-results.js>
exports: 0x16a085780f19 <JS Function Results>#129#
parent: 0x16a085723cd9 <a Module>#102#
filename: 0x334740a3f859 <String[59]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-results.js>
loaded: 0xdd940604141 <true>
children: 0xdd940672271 <JS Array[0]>#130#
paths: 0x16a085758e61 <JS Array[7]>#131#
#120# 0x16a085771831: 0x16a085771831 <a Module>
id: 0x334740a4a031 <String[59]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js>
exports: 0x16a085781341 <JS Function Harness>#117#
parent: 0x16a085723cd9 <a Module>#102#
filename: 0x334740a4a031 <String[59]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js>
loaded: 0xdd940604141 <true>
children: 0x16a085781b51 <JS Array[2]>#132#
paths: 0x16a085781b71 <JS Array[7]>#133#
#121# 0x324c6bf225e9: 0x324c6bf225e9 <a Module>
id: 0x324c6bf22561 <String[56]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js>
exports: 0x324c6bf33aa1 <JS Function Test>#134#
parent: 0x16a085723cd9 <a Module>#102#
filename: 0x324c6bf22561 <String[56]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bf4a2d1 <JS Array[0]>#135#
paths: 0x324c6bf4a2f1 <JS Array[7]>#136#
#122# 0x16a0857813d1: 0x16a0857813d1 <JS Function TapProducer>
#123# 0x324c6bf6c791: 0x324c6bf6c791 <a Module>
id: 0x324c6bf6a709 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/slide.js>
exports: 0x324c6bf6c7e1 <an Object>#137#
parent: 0x324c6bf045b9 <a Module>#104#
filename: 0x324c6bf6a709 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/slide.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bf6c891 <JS Array[3]>#138#
paths: 0x324c6bf6d4b9 <JS Array[8]>#139#
#124# 0x324c6bf9c349: 0x324c6bf9c349 <a Module>
id: 0x324c6bf9b149 <String[60]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-cov-html.js>
exports: 0x16a085789ef1 <JS Function>#140#
parent: 0x324c6bf045b9 <a Module>#104#
filename: 0x324c6bf9b149 <String[60]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-cov-html.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bf9c3b1 <JS Array[0]>#141#
paths: 0x324c6bf9cec1 <JS Array[7]>#142#
#125# 0x324c6bfbb3d9: 0x324c6bfbb3d9 <a Module>
id: 0x324c6bfb9891 <String[66]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/glob.js>
exports: 0x324c6bfc8921 <JS Function glob>#143#
parent: 0x324c6bf045b9 <a Module>#104#
filename: 0x324c6bfb9891 <String[66]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/glob.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bfbb441 <JS Array[2]>#144#
paths: 0x324c6bfbbff9 <JS Array[7]>#145#
#126# 0xdd940640401: 0xdd940640401 <JS Function>
#127# 0xdd9406807b1: 0xdd9406807b1 <JS Array[0]>
#128# 0xdd9406807d1: 0xdd9406807d1 <JS Array[7]>
0: 0x334740a34ff1 <String[75]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/inherits/node_modules>
1: 0x334740a350a1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x334740a35129 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x334740a35189 <String[28]: /Users/tmcw/src/node_modules>
4: 0x334740a351d9 <String[24]: /Users/tmcw/node_modules>
5: 0x334740a35221 <String[19]: /Users/node_modules>
6: 0x334740a35261 <String[13]: /node_modules>
#129# 0x16a085780f19: 0x16a085780f19 <JS Function Results>
super_: 0x16a0857241c9 <JS Function EventEmitter>#22#
#130# 0xdd940672271: 0xdd940672271 <JS Array[0]>
#131# 0x16a085758e61: 0x16a085758e61 <JS Array[7]>
0: 0x334740a40eb9 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x334740a40f49 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x334740a40fd1 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x334740a41031 <String[28]: /Users/tmcw/src/node_modules>
4: 0x334740a41081 <String[24]: /Users/tmcw/node_modules>
5: 0x334740a410c9 <String[19]: /Users/node_modules>
6: 0x334740a41109 <String[13]: /node_modules>
#132# 0x16a085781b51: 0x16a085781b51 <JS Array[2]>
0: 0x16a085771ec9 <a Module>#146#
1: 0x16a085774e49 <a Module>#147#
#133# 0x16a085781b71: 0x16a085781b71 <JS Array[7]>
0: 0x334740a684c9 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x334740a68559 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x334740a685e1 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x334740a68641 <String[28]: /Users/tmcw/src/node_modules>
4: 0x334740a68691 <String[24]: /Users/tmcw/node_modules>
5: 0x334740a686d9 <String[19]: /Users/node_modules>
6: 0x334740a68719 <String[13]: /node_modules>
#134# 0x324c6bf33aa1: 0x324c6bf33aa1 <JS Function Test>
super_: 0x16a085781341 <JS Function Harness>#117#
#135# 0x324c6bf4a2d1: 0x324c6bf4a2d1 <JS Array[0]>
#136# 0x324c6bf4a2f1: 0x324c6bf4a2f1 <JS Array[7]>
0: 0x324c6bf52619 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x324c6bf526a9 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x324c6bf52731 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x324c6bf52791 <String[28]: /Users/tmcw/src/node_modules>
4: 0x324c6bf527e1 <String[24]: /Users/tmcw/node_modules>
5: 0x324c6bf52829 <String[19]: /Users/node_modules>
6: 0x324c6bf52869 <String[13]: /node_modules>
#137# 0x324c6bf6c7e1: 0x324c6bf6c7e1 <an Object>
#138# 0x324c6bf6c891: 0x324c6bf6c891 <JS Array[3]>
0: 0x324c6bf74d49 <a Module>#148#
1: 0x324c6bf7ed01 <a Module>#149#
2: 0x324c6bf88079 <a Module>#150#
#139# 0x324c6bf6d4b9: 0x324c6bf6d4b9 <JS Array[8]>
0: 0x324c6bf6da01 <String[76]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/node_modules>
1: 0x324c6bf6dd99 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/node_modules>
2: 0x324c6bf6e061 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x324c6bf6e2d9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x324c6bf6e511 <String[28]: /Users/tmcw/src/node_modules>
5: 0x324c6bf6e721 <String[24]: /Users/tmcw/node_modules>
6: 0x324c6bf6e911 <String[19]: /Users/node_modules>
7: 0x324c6bf6eae1 <String[13]: /node_modules>
#140# 0x16a085789ef1: 0x16a085789ef1 <JS Function>
#141# 0x324c6bf9c3b1: 0x324c6bf9c3b1 <JS Array[0]>
#142# 0x324c6bf9cec1: 0x324c6bf9cec1 <JS Array[7]>
0: 0x324c6bf9d359 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x324c6bf9d6a1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x324c6bf9d919 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x324c6bf9db51 <String[28]: /Users/tmcw/src/node_modules>
4: 0x324c6bf9dd61 <String[24]: /Users/tmcw/node_modules>
5: 0x324c6bf9df51 <String[19]: /Users/node_modules>
6: 0x324c6bf9e121 <String[13]: /node_modules>
#143# 0x324c6bfc8921: 0x324c6bfc8921 <JS Function glob>
#144# 0x324c6bfbb441: 0x324c6bfbb441 <JS Array[2]>
0: 0x324c6bfd7799 <a Module>#151#
1: 0x324c6be1f321 <a Module>#152#
#145# 0x324c6bfbbff9: 0x324c6bfbbff9 <JS Array[7]>
0: 0x324c6bfbc4f9 <String[71]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules>
1: 0x324c6bfbc859 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x324c6bfbcad1 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x324c6bfbcd09 <String[28]: /Users/tmcw/src/node_modules>
4: 0x324c6bfbcf19 <String[24]: /Users/tmcw/node_modules>
5: 0x324c6bfbd109 <String[19]: /Users/node_modules>
6: 0x324c6bfbd2d9 <String[13]: /node_modules>
#146# 0x16a085771ec9: 0x16a085771ec9 <a Module>
id: 0x334740a4bbf9 <String[60]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-producer.js>
exports: 0x16a0857813d1 <JS Function TapProducer>#122#
parent: 0x16a085771831 <a Module>#120#
filename: 0x334740a4bbf9 <String[60]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-producer.js>
loaded: 0xdd940604141 <true>
children: 0x16a085781bd9 <JS Array[1]>#153#
paths: 0x16a085781bf9 <JS Array[7]>#154#
#147# 0x16a085774e49: 0x16a085774e49 <a Module>
id: 0x334740a4ec69 <String[58]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js>
exports: 0x16a0857814f1 <JS Function assert>#155#
parent: 0x16a085771831 <a Module>#120#
filename: 0x334740a4ec69 <String[58]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js>
loaded: 0xdd940604141 <true>
children: 0x16a0857820b1 <JS Array[3]>#156#
paths: 0x16a0857820d1 <JS Array[7]>#157#
#148# 0x324c6bf74d49: 0x324c6bf74d49 <a Module>
id: 0x324c6bf737d1 <String[76]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/async-map.js>
exports: 0x324c6bf79079 <JS Function asyncMap>#158#
parent: 0x324c6bf6c791 <a Module>#123#
filename: 0x324c6bf737d1 <String[76]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/async-map.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bf74e49 <JS Array[0]>#159#
paths: 0x324c6bf75a89 <JS Array[8]>#160#
#149# 0x324c6bf7ed01: 0x324c6bf7ed01 <a Module>
id: 0x324c6bf7cb51 <String[77]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/bind-actor.js>
exports: 0x324c6bf83301 <JS Function bindActor>#161#
parent: 0x324c6bf6c791 <a Module>#123#
filename: 0x324c6bf7cb51 <String[77]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/bind-actor.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bf7ed69 <JS Array[0]>#162#
paths: 0x324c6bf805d9 <JS Array[8]>#163#
#150# 0x324c6bf88079: 0x324c6bf88079 <a Module>
id: 0x324c6bf86b21 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/chain.js>
exports: 0x324c6bf8bcc9 <JS Function chain>#164#
parent: 0x324c6bf6c791 <a Module>#123#
filename: 0x324c6bf86b21 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/chain.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bf880e1 <JS Array[0]>#165#
paths: 0x324c6bf88d09 <JS Array[8]>#166#
#151# 0x324c6bfd7799: 0x324c6bfd7799 <a Module>
id: 0x324c6bfd5811 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/minimatch.js>
exports: 0x324c6bfe95d9 <JS Function minimatch>#167#
parent: 0x324c6bfbb3d9 <a Module>#125#
filename: 0x324c6bfd5811 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/minimatch.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bfd7899 <JS Array[2]>#168#
paths: 0x324c6bfd85d1 <JS Array[8]>#169#
#152# 0x324c6be1f321: 0x324c6be1f321 <a Module>
id: 0x324c6be1d7a9 <String[92]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/inherits/inherits.js>
exports: 0xdd940640401 <JS Function>#126#
parent: 0x324c6bfbb3d9 <a Module>#125#
filename: 0x324c6be1d7a9 <String[92]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/inherits/inherits.js>
loaded: 0xdd940604141 <true>
children: 0x324c6be1f389 <JS Array[0]>#170#
paths: 0x324c6be200b1 <JS Array[8]>#171#
#153# 0x16a085781bd9: 0x16a085781bd9 <JS Array[1]>
0: 0x16a085773da1 <a Module>#172#
#154# 0x16a085781bf9: 0x16a085781bf9 <JS Array[7]>
0: 0x334740a68751 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x334740a687e1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x334740a68869 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x334740a688c9 <String[28]: /Users/tmcw/src/node_modules>
4: 0x334740a68919 <String[24]: /Users/tmcw/node_modules>
5: 0x334740a68961 <String[19]: /Users/node_modules>
6: 0x334740a689a1 <String[13]: /node_modules>
#155# 0x16a0857814f1: 0x16a0857814f1 <JS Function assert>
#156# 0x16a0857820b1: 0x16a0857820b1 <JS Array[3]>
0: 0x16a085777a31 <a Module>#173#
1: 0x324c6bf0fa99 <a Module>#174#
2: 0x324c6bf12791 <a Module>#175#
#157# 0x16a0857820d1: 0x16a0857820d1 <JS Array[7]>
0: 0x334740a68c81 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x334740a68d11 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x334740a68d99 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x334740a68df9 <String[28]: /Users/tmcw/src/node_modules>
4: 0x334740a68e49 <String[24]: /Users/tmcw/node_modules>
5: 0x334740a68e91 <String[19]: /Users/node_modules>
6: 0x334740a68ed1 <String[13]: /node_modules>
#158# 0x324c6bf79079: 0x324c6bf79079 <JS Function asyncMap>
#159# 0x324c6bf74e49: 0x324c6bf74e49 <JS Array[0]>
#160# 0x324c6bf75a89: 0x324c6bf75a89 <JS Array[8]>
0: 0x324c6bf75fd1 <String[76]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/node_modules>
1: 0x324c6bf76369 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/node_modules>
2: 0x324c6bf76631 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x324c6bf768a9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x324c6bf76ae1 <String[28]: /Users/tmcw/src/node_modules>
5: 0x324c6bf76cf1 <String[24]: /Users/tmcw/node_modules>
6: 0x324c6bf76ee1 <String[19]: /Users/node_modules>
7: 0x324c6bf770b1 <String[13]: /node_modules>
#161# 0x324c6bf83301: 0x324c6bf83301 <JS Function bindActor>
#162# 0x324c6bf7ed69: 0x324c6bf7ed69 <JS Array[0]>
#163# 0x324c6bf805d9: 0x324c6bf805d9 <JS Array[8]>
0: 0x324c6bf80b21 <String[76]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/node_modules>
1: 0x324c6bf80eb9 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/node_modules>
2: 0x324c6bf81181 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x324c6bf813f9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x324c6bf81631 <String[28]: /Users/tmcw/src/node_modules>
5: 0x324c6bf81841 <String[24]: /Users/tmcw/node_modules>
6: 0x324c6bf81a31 <String[19]: /Users/node_modules>
7: 0x324c6bf81c01 <String[13]: /node_modules>
#164# 0x324c6bf8bcc9: 0x324c6bf8bcc9 <JS Function chain>
first: 0x324c6bf8ed21 <an Object>#176#
last: 0x324c6bf8efc1 <an Object>#177#
#165# 0x324c6bf880e1: 0x324c6bf880e1 <JS Array[0]>
#166# 0x324c6bf88d09: 0x324c6bf88d09 <JS Array[8]>
0: 0x324c6bf89251 <String[76]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/node_modules>
1: 0x324c6bf895e9 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/node_modules>
2: 0x324c6bf898b1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x324c6bf89b29 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x324c6bf89d61 <String[28]: /Users/tmcw/src/node_modules>
5: 0x324c6bf89f71 <String[24]: /Users/tmcw/node_modules>
6: 0x324c6bf8a161 <String[19]: /Users/node_modules>
7: 0x324c6bf8a331 <String[13]: /node_modules>
#167# 0x324c6bfe95d9: 0x324c6bfe95d9 <JS Function minimatch>
cache: 0x324c6be045d1 <a LRUCache>#178#
GLOBSTAR: 0x324c6be04e19 <an Object>#179#
#168# 0x324c6bfd7899: 0x324c6bfd7899 <JS Array[2]>
0: 0x324c6bff6971 <a Module>#180#
1: 0x324c6be10129 <a Module>#181#
#169# 0x324c6bfd85d1: 0x324c6bfd85d1 <JS Array[8]>
0: 0x324c6bfd8b91 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules>
1: 0x324c6bfd8f51 <String[71]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules>
2: 0x324c6bfd9219 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x324c6bfd9491 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x324c6bfd96c9 <String[28]: /Users/tmcw/src/node_modules>
5: 0x324c6bfd98d9 <String[24]: /Users/tmcw/node_modules>
6: 0x324c6bfd9ac9 <String[19]: /Users/node_modules>
7: 0x324c6bfd9c99 <String[13]: /node_modules>
#170# 0x324c6be1f389: 0x324c6be1f389 <JS Array[0]>
#171# 0x324c6be200b1: 0x324c6be200b1 <JS Array[8]>
0: 0x324c6be20661 <String[93]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/inherits/node_modules>
1: 0x324c6be20a21 <String[71]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules>
2: 0x324c6be20ce9 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x324c6be212a9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x324c6be214e1 <String[28]: /Users/tmcw/src/node_modules>
5: 0x324c6be216f1 <String[24]: /Users/tmcw/node_modules>
6: 0x324c6be218e1 <String[19]: /Users/node_modules>
7: 0x324c6be21ab1 <String[13]: /node_modules>
#172# 0x16a085773da1: 0x16a085773da1 <a Module>
id: 0x334740a4cd31 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/yamlish/yamlish.js>
exports: 0x16a085781ad9 <an Object>#41#
parent: 0x16a085771ec9 <a Module>#146#
filename: 0x334740a4cd31 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/yamlish/yamlish.js>
loaded: 0xdd940604141 <true>
children: 0x16a085781f31 <JS Array[0]>#182#
paths: 0x16a085781f51 <JS Array[7]>#183#
#173# 0x16a085777a31: 0x16a085777a31 <a Module>
id: 0x334740a52141 <String[70]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/index.js>
exports: 0x16a08575e0f1 <JS Function>#184#
parent: 0x16a085774e49 <a Module>#147#
filename: 0x334740a52141 <String[70]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/index.js>
loaded: 0xdd940604141 <true>
children: 0x16a085782409 <JS Array[3]>#185#
paths: 0x16a085782429 <JS Array[7]>#186#
#174# 0x324c6bf0fa99: 0x324c6bf0fa99 <a Module>
id: 0x324c6bf0f9e9 <String[73]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/deep-equal/index.js>
exports: 0x16a08575ebc1 <JS Function>#187#
parent: 0x16a085774e49 <a Module>#147#
filename: 0x324c6bf0f9e9 <String[73]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/deep-equal/index.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bf49d01 <JS Array[0]>#188#
paths: 0x324c6bf49d21 <JS Array[7]>#189#
#175# 0x324c6bf12791: 0x324c6bf12791 <a Module>
id: 0x324c6bf126e1 <String[75]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/buffer-equal/index.js>
exports: 0x16a08575f159 <JS Function>#190#
parent: 0x16a085774e49 <a Module>#147#
filename: 0x324c6bf126e1 <String[75]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/buffer-equal/index.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bf4a199 <JS Array[0]>#191#
paths: 0x324c6bf4a1b9 <JS Array[7]>#192#
#176# 0x324c6bf8ed21: 0x324c6bf8ed21 <an Object>
#177# 0x324c6bf8efc1: 0x324c6bf8efc1 <an Object>
#178# 0x324c6be045d1: 0x324c6be045d1 <a LRUCache>
_max: 100
_allowStale: 0xdd940604161 <false>
_maxAge: 0xdd940604101 <null>
_dispose: 0xdd940604121 <undefined>
_cache: 0x324c6be04921 <an Object>#193#
_lruList: 0x324c6be04989 <an Object>#194#
_mru: 0
_lru: 0
_length: 0
_itemCount: 0
#179# 0x324c6be04e19: 0x324c6be04e19 <an Object>
#180# 0x324c6bff6971: 0x324c6bff6971 <a Module>
id: 0x324c6bff4001 <String[121]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/lib/lru-cache.js>
exports: 0x324c6bffe879 <JS Function LRUCache>#195#
parent: 0x324c6bfd7799 <a Module>#151#
filename: 0x324c6bff4001 <String[121]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/lib/lru-cache.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bff6a71 <JS Array[0]>#196#
paths: 0x324c6bff7969 <JS Array[10]>#197#
#181# 0x324c6be10129: 0x324c6be10129 <a Module>
id: 0x324c6be0e199 <String[113]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules/sigmund/sigmund.js>
exports: 0x324c6be14819 <JS Function sigmund>#198#
parent: 0x324c6bfd7799 <a Module>#151#
filename: 0x324c6be0e199 <String[113]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules/sigmund/sigmund.js>
loaded: 0xdd940604141 <true>
children: 0x324c6be10191 <JS Array[0]>#199#
paths: 0x324c6be11011 <JS Array[9]>#200#
#182# 0x16a085781f31: 0x16a085781f31 <JS Array[0]>
#183# 0x16a085781f51: 0x16a085781f51 <JS Array[7]>
0: 0x334740a689d9 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/yamlish/node_modules>
1: 0x334740a68a89 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x334740a68b11 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x334740a68b71 <String[28]: /Users/tmcw/src/node_modules>
4: 0x334740a68bc1 <String[24]: /Users/tmcw/node_modules>
5: 0x334740a68c09 <String[19]: /Users/node_modules>
6: 0x334740a68c49 <String[13]: /node_modules>
#184# 0x16a08575e0f1: 0x16a08575e0f1 <JS Function>
#185# 0x16a085782409: 0x16a085782409 <JS Array[3]>
0: 0x16a085778a19 <a Module>#201#
1: 0x16a085779f99 <a Module>#202#
2: 0x324c6bf0cac9 <a Module>#203#
#186# 0x16a085782429: 0x16a085782429 <JS Array[7]>
0: 0x334740a68f09 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules>
1: 0x334740a68fb9 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x334740a69041 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x334740a690a1 <String[28]: /Users/tmcw/src/node_modules>
4: 0x334740a690f1 <String[24]: /Users/tmcw/node_modules>
5: 0x334740a69139 <String[19]: /Users/node_modules>
6: 0x334740a69179 <String[13]: /node_modules>
#187# 0x16a08575ebc1: 0x16a08575ebc1 <JS Function>
#188# 0x324c6bf49d01: 0x324c6bf49d01 <JS Array[0]>
#189# 0x324c6bf49d21: 0x324c6bf49d21 <JS Array[7]>
0: 0x324c6bf519f9 <String[77]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/deep-equal/node_modules>
1: 0x324c6bf51ab1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x324c6bf51b39 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x324c6bf51b99 <String[28]: /Users/tmcw/src/node_modules>
4: 0x324c6bf51be9 <String[24]: /Users/tmcw/node_modules>
5: 0x324c6bf51c31 <String[19]: /Users/node_modules>
6: 0x324c6bf51c71 <String[13]: /node_modules>
#190# 0x16a08575f159: 0x16a08575f159 <JS Function>
#191# 0x324c6bf4a199: 0x324c6bf4a199 <JS Array[0]>
#192# 0x324c6bf4a1b9: 0x324c6bf4a1b9 <JS Array[7]>
0: 0x324c6bf522d9 <String[79]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/buffer-equal/node_modules>
1: 0x324c6bf52391 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x324c6bf52419 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x324c6bf52479 <String[28]: /Users/tmcw/src/node_modules>
4: 0x324c6bf524c9 <String[24]: /Users/tmcw/node_modules>
5: 0x324c6bf52511 <String[19]: /Users/node_modules>
6: 0x324c6bf52551 <String[13]: /node_modules>
#193# 0x324c6be04921: 0x324c6be04921 <an Object>
#194# 0x324c6be04989: 0x324c6be04989 <an Object>
#195# 0x324c6bffe879: 0x324c6bffe879 <JS Function LRUCache>
#196# 0x324c6bff6a71: 0x324c6bff6a71 <JS Array[0]>
#197# 0x324c6bff7969: 0x324c6bff7969 <JS Array[10]>
0: 0x324c6bff8021 <String[121]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/lib/node_modules>
1: 0x324c6bff8479 <String[117]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/node_modules>
2: 0x324c6bff8801 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules>
3: 0x324c6bff8b29 <String[71]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules>
4: 0x324c6bff8df1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
5: 0x324c6bff9069 <String[36]: /Users/tmcw/src/node-s2/node_modules>
6: 0x324c6bff92a1 <String[28]: /Users/tmcw/src/node_modules>
7: 0x324c6bff94b1 <String[24]: /Users/tmcw/node_modules>
8: 0x324c6bff96a1 <String[19]: /Users/node_modules>
9: 0x324c6bff9871 <String[13]: /node_modules>
...
#198# 0x324c6be14819: 0x324c6be14819 <JS Function sigmund>
#199# 0x324c6be10191: 0x324c6be10191 <JS Array[0]>
#200# 0x324c6be11011: 0x324c6be11011 <JS Array[9]>
0: 0x324c6be11681 <String[115]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules/sigmund/node_modules>
1: 0x324c6be11a99 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules>
2: 0x324c6be11dc1 <String[71]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules>
3: 0x324c6be12089 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
4: 0x324c6be12301 <String[36]: /Users/tmcw/src/node-s2/node_modules>
5: 0x324c6be12539 <String[28]: /Users/tmcw/src/node_modules>
6: 0x324c6be12749 <String[24]: /Users/tmcw/node_modules>
7: 0x324c6be12939 <String[19]: /Users/node_modules>
8: 0x324c6be12b09 <String[13]: /node_modules>
#201# 0x16a085778a19: 0x16a085778a19 <a Module>
id: 0x334740a557b9 <String[92]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/traverse/index.js>
exports: 0x16a08570ef89 <JS Function>#204#
parent: 0x16a085777a31 <a Module>#173#
filename: 0x334740a557b9 <String[92]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/traverse/index.js>
loaded: 0xdd940604141 <true>
children: 0x16a085782521 <JS Array[0]>#205#
paths: 0x16a085782541 <JS Array[8]>#206#
#202# 0x16a085779f99: 0x16a085779f99 <a Module>
id: 0x334740a58051 <String[89]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/index.js>
exports: 0x16a08571ac69 <JS Function>#207#
parent: 0x16a085777a31 <a Module>#173#
filename: 0x334740a58051 <String[89]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/index.js>
loaded: 0xdd940604141 <true>
children: 0x16a0857829e1 <JS Array[1]>#208#
paths: 0x16a085782a01 <JS Array[8]>#209#
#203# 0x324c6bf0cac9: 0x324c6bf0cac9 <a Module>
id: 0x324c6bf0c9f9 <String[91]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/deep-is/index.js>
exports: 0x16a08575e0a9 <JS Function>#210#
parent: 0x16a085777a31 <a Module>#173#
filename: 0x324c6bf0c9f9 <String[91]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/deep-is/index.js>
loaded: 0xdd940604141 <true>
children: 0x324c6bf497d9 <JS Array[0]>#211#
paths: 0x324c6bf497f9 <JS Array[8]>#212#
#204# 0x16a08570ef89: 0x16a08570ef89 <JS Function>
#205# 0x16a085782521: 0x16a085782521 <JS Array[0]>
#206# 0x16a085782541: 0x16a085782541 <JS Array[8]>
0: 0x334740a691b1 <String[96]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/traverse/node_modules>
1: 0x334740a69289 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules>
2: 0x334740a69339 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x334740a693c1 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x334740a69421 <String[28]: /Users/tmcw/src/node_modules>
5: 0x334740a69471 <String[24]: /Users/tmcw/node_modules>
6: 0x334740a694b9 <String[19]: /Users/node_modules>
7: 0x334740a694f9 <String[13]: /node_modules>
#207# 0x16a08571ac69: 0x16a08571ac69 <JS Function>
#208# 0x16a0857829e1: 0x16a0857829e1 <JS Array[1]>
0: 0x16a08577f949 <a Module>#213#
#209# 0x16a085782a01: 0x16a085782a01 <JS Array[8]>
0: 0x334740a3f8e9 <String[93]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/node_modules>
1: 0x334740a3f9c1 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules>
2: 0x334740a3fa71 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x334740a3faf9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x334740a3fb59 <String[28]: /Users/tmcw/src/node_modules>
5: 0x334740a3fba9 <String[24]: /Users/tmcw/node_modules>
6: 0x334740a3fbf1 <String[19]: /Users/node_modules>
7: 0x334740a3fc31 <String[13]: /node_modules>
#210# 0x16a08575e0a9: 0x16a08575e0a9 <JS Function>
#211# 0x324c6bf497d9: 0x324c6bf497d9 <JS Array[0]>
#212# 0x324c6bf497f9: 0x324c6bf497f9 <JS Array[8]>
0: 0x324c6bf51049 <String[95]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/deep-is/node_modules>
1: 0x324c6bf51121 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules>
2: 0x324c6bf511d1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x324c6bf51259 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x324c6bf512b9 <String[28]: /Users/tmcw/src/node_modules>
5: 0x324c6bf51309 <String[24]: /Users/tmcw/node_modules>
6: 0x324c6bf51351 <String[19]: /Users/node_modules>
7: 0x324c6bf51391 <String[13]: /node_modules>
#213# 0x16a08577f949: 0x16a08577f949 <a Module>
id: 0x334740a67079 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/lib/encode.js>
exports: 0x16a08571abb9 <JS Function>#214#
parent: 0x16a085779f99 <a Module>#202#
filename: 0x334740a67079 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/lib/encode.js>
loaded: 0xdd940604141 <true>
children: 0x16a085784281 <JS Array[0]>#215#
paths: 0x16a0857842a1 <JS Array[9]>#216#
#214# 0x16a08571abb9: 0x16a08571abb9 <JS Function>
#215# 0x16a085784281: 0x16a085784281 <JS Array[0]>
#216# 0x16a0857842a1: 0x16a0857842a1 <JS Array[9]>
0: 0x334740a3fc89 <String[97]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/lib/node_modules>
1: 0x334740a3fd69 <String[93]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/node_modules>
2: 0x334740a3fe41 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules>
3: 0x334740a3fef1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
4: 0x334740a3ff79 <String[36]: /Users/tmcw/src/node-s2/node_modules>
5: 0x334740a3ffd9 <String[28]: /Users/tmcw/src/node_modules>
6: 0x334740a40029 <String[24]: /Users/tmcw/node_modules>
7: 0x334740a40071 <String[19]: /Users/node_modules>
8: 0x334740a400b1 <String[13]: /node_modules>
=====================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment