Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created May 5, 2014 21:36
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/11548094 to your computer and use it in GitHub Desktop.
Save tmcw/11548094 to your computer and use it in GitHub Desktop.
==== Stack trace ============================================
Security context: 0xda65a306b71 <JS Object>#0#
1: /* anonymous */ [/Users/tmcw/src/node-s2/test/cell.js:15] (this=0x6a259e33781 <a Test>#1#,t=0x6a259e33781 <a Test>#1#)
5: /* anonymous */ [native v8natives.js:1594] (this=0x6a259e33781 <a Test>#1#)
7: emit [events.js:117] (this=0x6a259e33781 <a Test>#1#,type=0xfe09b835cc1 <String[5]: ready>)
9: emit [/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104] (this=0x6a259e33781 <a Test>#1#,t=0xfe09b835cc1 <String[5]: ready>)
10: process [/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87] (this=0x6a259f0bae9 <a GlobalHarness>#2#)
14: /* anonymous */(aka /* anonymous */) [native v8natives.js:1594] (this=0xda65a304121 <undefined>)
15: _tickCallback [node.js:415] (this=0x426adc243b9 <a process>#3#)
16: runMain [module.js:499] (this=0x426adc23ac9 <JS Function Module>#4#)
17: startup [node.js:119] (this=0xda65a306c91 <JS Global Object>#5#)
18: /* anonymous */ [node.js:902] (this=0xda65a306c91 <JS Global Object>#5#,process=0x426adc243b9 <a process>#3#)
==== Details ================================================
[1]: /* anonymous */ [/Users/tmcw/src/node-s2/test/cell.js:15] (this=0x6a259e33781 <a Test>#1#,t=0x6a259e33781 <a Test>#1#) {
// stack-allocated locals
var cell = 0x6a259e3d999 <a Cell>#6#
// expression stack (top to bottom)
[03] : 0x426adc92759 <JS Function id>#7#
[02] : 0x6a259e3d999 <a Cell>#6#
[01] : 0x6a259e33781 <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(cell.face(), 0, 'face');? t.equal(cell.level(), 30, 'level');? t.equal(cell.orientatio...
-----------------------------------------
}
[5]: /* anonymous */ [native v8natives.js:1594] (this=0x6a259e33781 <a Test>#1#) {
// stack-allocated locals
var arguments = 0x6a259e3d939 <an Arguments>#8#
var c = 0x6a259e3d959 <JS Array[3]>#9#
var d = 0
var e = 0xda65a304121 <undefined>
var f = 0xda65a304121 <undefined>
var g = 0xda65a304121 <undefined>
var h = 0xda65a304121 <undefined>
// expression stack (top to bottom)
[11] : 1
[10] : 2
[09] : 0x6a259e3d959 <JS Array[3]>#9#
[08] : 0x6a259e33781 <a Test>#1#
[07] : 0x6a259e333a9 <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=0x6a259e33781 <a Test>#1#,type=0xfe09b835cc1 <String[5]: ready>) {
// stack-allocated locals
var arguments = 0x6a259e3c001 <an Arguments>#11#
var er = 0xda65a304121 <undefined>
var handler = 0x6a259e3bd59 <JS Array[2]>#12#
var len = 2
var args = 0x6a259e3c069 <JS Array[0]>#13#
var i = 1
var listeners = 0x6a259e3c0b9 <JS Array[2]>#14#
// heap-allocated locals
var type = 0xfe09b835cc1 <String[5]: ready>
// expression stack (top to bottom)
[09] : 0x6a259e3c069 <JS Array[0]>#13#
[08] : 0x6a259e33781 <a Test>#1#
[07] : 0x6a259e3bbe1 <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=0x6a259e33781 <a Test>#1#,t=0xfe09b835cc1 <String[5]: ready>) {
// stack-allocated locals
var arguments = 0x6a259e3bf21 <an Arguments>#16#
// heap-allocated locals
var t = 0xfe09b835cc1 <String[5]: ready>
// expression stack (top to bottom)
[08] : 0x6a259e3bf21 <an Arguments>#16#
[07] : 0x6a259e33781 <a Test>#1#
[06] : 0xda65a336921 <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=0x6a259f0bae9 <a GlobalHarness>#2#) {
// stack-allocated locals
var skip = 0xda65a304121 <undefined>
var current = 0x6a259e33781 <a Test>#1#
// expression stack (top to bottom)
[03] : 0xfe09b835cc1 <String[5]: ready>
[02] : 0x6a259e33781 <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=0xda65a304121 <undefined>) {
// stack-allocated locals
var arguments = 0x6a259e3bdf9 <an Arguments>#18#
var c = 0x6a259e3be19 <JS Array[2]>#19#
var d = 0
var e = 0xda65a304121 <undefined>
var f = 0xda65a304121 <undefined>
var g = 0xda65a304121 <undefined>
var h = 0xda65a304121 <undefined>
// expression stack (top to bottom)
[11] : 0
[10] : 2
[09] : 0x6a259e3be19 <JS Array[2]>#19#
[08] : 0x6a259f0bae9 <a GlobalHarness>#2#
[07] : 0x426adc5f541 <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=0x426adc243b9 <a process>#3#) {
// stack-allocated locals
var callback = 0x6a259f4b7e9 <JS Function>#21#
var nextTickLength = 1
var threw = 0xda65a304141 <true>
// expression stack (top to bottom)
[09] : 0xda65a304121 <undefined>
[08] : 0x6a259f4b7e9 <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=0x426adc23ac9 <JS Function Module>#4#) {
// expression stack (top to bottom)
[00] : 0x426adc243b9 <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=0xda65a306c91 <JS Global Object>#5#) {
// stack-allocated locals
var EventEmitter = 0x426adc24239 <JS Function EventEmitter>#22#
var d = 0xda65a304121 <undefined>
var path = 0x426adc239f9 <an Object>#23#
var cluster = 0xda65a304121 <undefined>
var Module = 0x426adc23ac9 <JS Function Module>#4#
var debugTimeout = 0xda65a304121 <undefined>
var opts = 0xda65a304121 <undefined>
var repl = 0xda65a304121 <undefined>
// heap-allocated locals
var code = 0xda65a304121 <undefined>
// expression stack (top to bottom)
[08] : 0x426adc23ac9 <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=0xda65a306c91 <JS Global Object>#5#,process=0x426adc243b9 <a process>#3#) {
// stack-allocated locals
var Script = 0xda65a335229 <JS Function NodeScript>#24#
// heap-allocated locals
var process = 0x426adc243b9 <a process>#3#
var startup = 0x426adc24281 <JS Function startup>#25#
var assert = 0xda65a342309 <JS Function>#26#
var evalScript = 0xda65a372bb9 <JS Function evalScript>#27#
var errnoException = 0xda65a372c01 <JS Function errnoException>#28#
var createWritableStdioStream = 0xda65a372c49 <JS Function createWritableStdioStream>#29#
var runInThisContext = 0xda65a334fc1 <JS Function>#30#
var NativeModule = 0xda65a35c379 <JS Function NativeModule>#31#
// expression stack (top to bottom)
[02] : 0xda65a306c91 <JS Global Object>#5#
[01] : 0x426adc24281 <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# 0xda65a306b71: 0xda65a306b71 <JS Object>
#1# 0x6a259e33781: 0x6a259e33781 <a Test>
_plan: 0xda65a304101 <null>
_children: 0x6a259e338e9 <JS Array[0]>#32#
_started: 0xda65a304161 <false>
_testCount: 8
_planSum: 0
results: 0x6a259e33b21 <a Results>#33#
output: 0x6a259e343a1 <a TapProducer>#34#
domain: 0xda65a304101 <null>
_events: 0x6a259e34a31 <an Object>#35#
_maxListeners: 10
conf: 0x6a259e334b1 <an Object>#36#
harness: 0x6a259f0bae9 <a GlobalHarness>#2#
#2# 0x6a259f0bae9: 0x6a259f0bae9 <a GlobalHarness>
_plan: 0xda65a304101 <null>
_children: 0x6a259f495b1 <JS Array[0]>#37#
_started: 0xda65a304141 <true>
_testCount: 0
_planSum: 0
results: 0x6a259f495d1 <a Results>#38#
output: 0x6a259f49631 <a TapProducer>#39#
domain: 0xda65a304101 <null>
_events: 0x6a259f496b1 <an Object>#40#
_maxListeners: 10
yamlish: 0x426adc81a29 <an Object>#41#
_current: 0x6a259e33781 <a Test>#1#
#3# 0x426adc243b9: 0x426adc243b9 <a process>
version: 0xfe09b831ed9 <String[8]: v0.10.25>
moduleLoadList: 0x426adc27ce9 <JS Array[31]>#42#
versions: 0xda65a37bb91 <an Object>#43#
arch: 0xfe09b831ef9 <String[3]: x64>
platform: 0xfe09b831e89 <String[6]: darwin>
argv: 0xda65a37bb59 <JS Array[2]>#44#
execArgv: 0xda65a37bb39 <JS Array[0]>#45#
env: 0xda65a37bb79 <JS Object>#46#
pid: 209
features: 0xda65a37bb21 <an Object>#47#
execPath: 0xfe09b831ea9 <String[19]: /usr/local/bin/node>
_tickInfoBox: 0xda65a37bba9 <an Object>#48#
_events: 0xda65a37bbc1 <an Object>#49#
domain: 0xda65a304101 <null>
_maxListeners: 10
_exiting: 0xda65a304161 <false>
config: 0xda65a37bbd9 <an Object>#50#
maxTickDepth: 1000
mainModule: 0x426adc24089 <a Module>#51#
#4# 0x426adc23ac9: 0x426adc23ac9 <JS Function Module>
_contextLoad: 0xda65a304161 <false>
_cache: 0xda65a37b499 <an Object>#52#
_pathCache: 0xda65a37b4b1 <an Object>#53#
_extensions: 0x426adc23d31 <an Object>#54#
globalPaths: 0xda65a37b4c9 <JS Array[3]>#55#
wrapper: 0xda65a37b4e9 <JS Array[2]>#56#
_realpathCache: 0xda65a37b509 <an Object>#57#
#5# 0xda65a306c91: 0xda65a306c91 <JS Global Object>
#6# 0x6a259e3d999: 0x6a259e3d999 <a Cell>
#7# 0x426adc92759: 0x426adc92759 <JS Function id>
#8# 0x6a259e3d939: 0x6a259e3d939 <an Arguments>
length: 0
#9# 0x6a259e3d959: 0x6a259e3d959 <JS Array[3]>
0: 0x6a259e333a9 <JS Function>#10#
1: 0x6a259e33781 <a Test>#1#
2: 0x6a259e33781 <a Test>#1#
#10# 0x6a259e333a9: 0x6a259e333a9 <JS Function>
#11# 0x6a259e3c001: 0x6a259e3c001 <an Arguments>
length: 1
callee: 0xda65a336921 <JS Function>#17#
#12# 0x6a259e3bd59: 0x6a259e3bd59 <JS Array[2]>
0: 0x6a259e3b8a1 <JS Function>#58#
1: 0x6a259e3bbe1 <JS Function>#15#
#13# 0x6a259e3c069: 0x6a259e3c069 <JS Array[0]>
#14# 0x6a259e3c0b9: 0x6a259e3c0b9 <JS Array[2]>
0: 0x6a259e3b8a1 <JS Function>#58#
1: 0x6a259e3bbe1 <JS Function>#15#
#15# 0x6a259e3bbe1: 0x6a259e3bbe1 <JS Function>
length: 0
#16# 0x6a259e3bf21: 0x6a259e3bf21 <an Arguments>
length: 1
callee: 0x6a259f4b5f1 <JS Function>#59#
#17# 0xda65a336921: 0xda65a336921 <JS Function>
#18# 0x6a259e3bdf9: 0x6a259e3bdf9 <an Arguments>
length: 0
#19# 0x6a259e3be19: 0x6a259e3be19 <JS Array[2]>
0: 0x426adc5f541 <JS Function>#20#
1: 0x6a259f0bae9 <a GlobalHarness>#2#
#20# 0x426adc5f541: 0x426adc5f541 <JS Function>
#21# 0x6a259f4b7e9: 0x6a259f4b7e9 <JS Function>
length: 0
#22# 0x426adc24239: 0x426adc24239 <JS Function EventEmitter>
#23# 0x426adc239f9: 0x426adc239f9 <an Object>
sep: 0x189eca0146b9 <String[1]: />
delimiter: 0x189eca016a31 <String[1]: :>
#24# 0xda65a335229: 0xda65a335229 <JS Function NodeScript>
#25# 0x426adc24281: 0x426adc24281 <JS Function startup>
_lazyConstants: 0xda65a304101 <null>
#26# 0xda65a342309: 0xda65a342309 <JS Function>
#27# 0xda65a372bb9: 0xda65a372bb9 <JS Function evalScript>
#28# 0xda65a372c01: 0xda65a372c01 <JS Function errnoException>
#29# 0xda65a372c49: 0xda65a372c49 <JS Function createWritableStdioStream>
#30# 0xda65a334fc1: 0xda65a334fc1 <JS Function>
#31# 0xda65a35c379: 0xda65a35c379 <JS Function NativeModule>
_source: 0xda65a37be11 <an Object>#60#
_cache: 0xda65a37bf61 <an Object>#61#
wrapper: 0xda65a37b4e9 <JS Array[2]>#56#
#32# 0x6a259e338e9: 0x6a259e338e9 <JS Array[0]>
#33# 0x6a259e33b21: 0x6a259e33b21 <a Results>
ok: 0xda65a304141 <true>
todo: 0
todoPass: 0
todoFail: 0
skip: 0
skipPass: 0
skipFail: 0
pass: 8
passTotal: 8
fail: 0
failTotal: 0
tests: 8
testsTotal: 8
bailedOut: 0xda65a304161 <false>
list: 0x6a259e33ce9 <JS Array[8]>#62#
_events: 0x6a259e33db1 <an Object>#63#
#34# 0x6a259e343a1: 0x6a259e343a1 <a TapProducer>
domain: 0xda65a304101 <null>
_events: 0x6a259e34461 <an Object>#64#
_maxListeners: 10
diag: 0xda65a304121 <undefined>
count: 0
writable: 0xda65a304141 <true>
readable: 0xda65a304141 <true>
results: 0x6a259e34559 <a Results>#65#
#35# 0x6a259e34a31: 0x6a259e34a31 <an Object>
ready: 0x6a259e3bd59 <JS Array[2]>#12#
end: 0x6a259e3d739 <JS Array[2]>#66#
#36# 0x6a259e334b1: 0x6a259e334b1 <an Object>
timeout: 30000
name: 0x189eca02f6b1 <String[4]: Cell>
#37# 0x6a259f495b1: 0x6a259f495b1 <JS Array[0]>
#38# 0x6a259f495d1: 0x6a259f495d1 <a Results>
ok: 0xda65a304141 <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: 0xda65a304161 <false>
list: 0x6a259f50f51 <JS Array[0]>#67#
_events: 0x6a259f50f71 <an Object>#68#
#39# 0x6a259f49631: 0x6a259f49631 <a TapProducer>
domain: 0xda65a304101 <null>
_events: 0x6a259f4e4e1 <an Object>#69#
_maxListeners: 10
diag: 0xda65a304121 <undefined>
count: 0
writable: 0xda65a304141 <true>
readable: 0xda65a304141 <true>
results: 0x6a259f4e4f9 <a Results>#70#
#40# 0x6a259f496b1: 0x6a259f496b1 <an Object>
#41# 0x426adc81a29: 0x426adc81a29 <an Object>
#42# 0x426adc27ce9: 0x426adc27ce9 <JS Array[31]>
0: 0xfe09b831f19 <String[13]: Binding evals>
1: 0xfe09b831f41 <String[15]: Binding natives>
2: 0xda65a37bbf1 <String[19]: NativeModule events>
3: 0xda65a37bc19 <String[19]: NativeModule buffer>
4: 0xfe09b831f69 <String[14]: Binding buffer>
5: 0xda65a37bc41 <String[19]: NativeModule assert>
6: 0xda65a37bc69 <String[17]: NativeModule util>
7: 0xda65a37bc91 <String[17]: NativeModule path>
8: 0xda65a37bcb9 <String[19]: NativeModule module>
9: 0xda65a37bce1 <String[15]: NativeModule fs>
...
#43# 0xda65a37bb91: 0xda65a37bb91 <an Object>
http_parser: 0xfe09b833ec1 <String[3]: 1.0>
node: 0xfe09b833ee1 <String[7]: 0.10.25>
v8: 0xfe09b833f01 <String[8]: 3.14.5.9>
ares: 0xfe09b833f21 <String[9]: 1.9.0-DEV>
uv: 0xfe09b833f49 <String[7]: 0.10.23>
zlib: 0xfe09b833f69 <String[5]: 1.2.3>
modules: 0xfe09b833f89 <String[2]: 11>
openssl: 0xfe09b833fa9 <String[6]: 1.0.1e>
#44# 0xda65a37bb59: 0xda65a37bb59 <JS Array[2]>
0: 0xfe09b833ea1 <String[4]: node>
1: 0xfe09b83f1b9 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
#45# 0xda65a37bb39: 0xda65a37bb39 <JS Array[0]>
#46# 0xda65a37bb79: 0xda65a37bb79 <JS Object>
#47# 0xda65a37bb21: 0xda65a37bb21 <an Object>
debug: 0xda65a304161 <false>
uv: 0xda65a304141 <true>
ipv6: 0xda65a304141 <true>
tls_npn: 0xda65a304141 <true>
tls_sni: 0xda65a304141 <true>
tls: 0xda65a304141 <true>
#48# 0xda65a37bba9: 0xda65a37bba9 <an Object>
#49# 0xda65a37bbc1: 0xda65a37bbc1 <an Object>
#50# 0xda65a37bbd9: 0xda65a37bbd9 <an Object>
target_defaults: 0xda65a3836d9 <an Object>#71#
variables: 0xda65a3836f1 <an Object>#72#
#51# 0x426adc24089: 0x426adc24089 <a Module>
id: 0x189eca004e09 <String[1]: .>
exports: 0x426adc24201 <an Object>#73#
parent: 0xda65a304101 <null>
filename: 0xfe09b83ec91 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
loaded: 0xda65a304141 <true>
children: 0xda65a372a29 <JS Array[2]>#74#
paths: 0xda65a372a49 <JS Array[6]>#75#
#52# 0xda65a37b499: 0xda65a37b499 <an Object>
#53# 0xda65a37b4b1: 0xda65a37b4b1 <an Object>
#54# 0x426adc23d31: 0x426adc23d31 <an Object>
#55# 0xda65a37b4c9: 0xda65a37b4c9 <JS Array[3]>
0: 0xfe09b832af1 <String[25]: /Users/tmcw/.node_modules>
1: 0xfe09b832b41 <String[27]: /Users/tmcw/.node_libraries>
2: 0xfe09b832b91 <String[19]: /usr/local/lib/node>
#56# 0xda65a37b4e9: 0xda65a37b4e9 <JS Array[2]>
0: 0x189eca01d2b9 <String[62]: (function (exports, require, module, __filename, __dirname) { >
1: 0x189eca01d311 <String[4]\: \n});>
#57# 0xda65a37b509: 0xda65a37b509 <an Object>
#58# 0x6a259e3b8a1: 0x6a259e3b8a1 <JS Function>
#59# 0x6a259f4b5f1: 0x6a259f4b5f1 <JS Function>
#60# 0xda65a37be11: 0xda65a37be11 <an Object>
#61# 0xda65a37bf61: 0xda65a37bf61 <an Object>
#62# 0x6a259e33ce9: 0x6a259e33ce9 <JS Array[8]>
0: 0x6a259e3db51 <an Object>#76#
1: 0x6a259e4c309 <an Object>#77#
2: 0x6a259e53201 <an Object>#78#
3: 0x6a259e59509 <an Object>#79#
4: 0x6a259e5f6f9 <an Object>#80#
5: 0x6a259e658b9 <an Object>#81#
6: 0x6a259e6baa1 <an Object>#82#
7: 0x6a259e72601 <an Object>#83#
#63# 0x6a259e33db1: 0x6a259e33db1 <an Object>
result: 0x6a259e34041 <JS Function>#84#
#64# 0x6a259e34461: 0x6a259e34461 <an Object>
#65# 0x6a259e34559: 0x6a259e34559 <a Results>
ok: 0xda65a304141 <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: 0xda65a304161 <false>
list: 0x6a259e34721 <JS Array[0]>#85#
_events: 0x6a259e347e9 <an Object>#86#
#66# 0x6a259e3d739: 0x6a259e3d739 <JS Array[2]>
0: 0x426adc641f9 <JS Function>#87#
1: 0x6a259e3d6a1 <JS Function>#88#
#67# 0x6a259f50f51: 0x6a259f50f51 <JS Array[0]>
#68# 0x6a259f50f71: 0x6a259f50f71 <an Object>
#69# 0x6a259f4e4e1: 0x6a259f4e4e1 <an Object>
#70# 0x6a259f4e4f9: 0x6a259f4e4f9 <a Results>
ok: 0xda65a304141 <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: 0xda65a304161 <false>
list: 0x6a259f53229 <JS Array[0]>#89#
_events: 0x6a259f53249 <an Object>#90#
#71# 0xda65a3836d9: 0xda65a3836d9 <an Object>
cflags: 0x426adc06ad9 <JS Array[0]>#91#
default_configuration: 0xfe09b8352d9 <String[7]: Release>
defines: 0x426adc06af9 <JS Array[0]>#92#
include_dirs: 0x426adc06b19 <JS Array[0]>#93#
libraries: 0x426adc06b39 <JS Array[0]>#94#
#72# 0xda65a3836f1: 0xda65a3836f1 <an Object>
#73# 0x426adc24201: 0x426adc24201 <an Object>
#74# 0xda65a372a29: 0xda65a372a29 <JS Array[2]>
0: 0x426adc23f11 <a Module>#95#
1: 0x6a259e2a2f9 <a Module>#96#
#75# 0xda65a372a49: 0xda65a372a49 <JS Array[6]>
0: 0xfe09b833119 <String[41]: /Users/tmcw/src/node-s2/test/node_modules>
1: 0xfe09b833161 <String[36]: /Users/tmcw/src/node-s2/node_modules>
2: 0xfe09b8331a1 <String[28]: /Users/tmcw/src/node_modules>
3: 0xfe09b8331d9 <String[24]: /Users/tmcw/node_modules>
4: 0xfe09b833209 <String[19]: /Users/node_modules>
5: 0xfe09b833239 <String[13]: /node_modules>
#76# 0x6a259e3db51: 0x6a259e3db51 <an Object>
id: 1
ok: 0xda65a304141 <true>
file: 0x6a259e4a309 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
line: 7
column: 7
stack: 0x6a259e4a991 <JS Array[10]>#97#
name: 0x189eca02f711 <String[21]: generates cell object>
#77# 0x6a259e4c309: 0x6a259e4c309 <an Object>
id: 2
ok: 0xda65a304141 <true>
file: 0x6a259e51769 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
line: 8
column: 7
stack: 0x6a259e51a79 <JS Array[10]>#98#
name: 0xfe09b837da9 <String[15]: should be equal>
found: 0x189eca0045d9 <String[6]: number>
wanted: 0x189eca0045d9 <String[6]: number>
#78# 0x6a259e53201: 0x6a259e53201 <an Object>
id: 3
ok: 0xda65a304141 <true>
file: 0x6a259e58109 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
line: 9
column: 7
stack: 0x6a259e582e9 <JS Array[10]>#99#
name: 0xfe09b837da9 <String[15]: should be equal>
found: 0x189eca0045d9 <String[6]: number>
wanted: 0x189eca0045d9 <String[6]: number>
#79# 0x6a259e59509: 0x6a259e59509 <an Object>
id: 4
ok: 0xda65a304141 <true>
file: 0x6a259e5e3c9 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
line: 10
column: 7
stack: 0x6a259e5e5c9 <JS Array[10]>#100#
name: 0x189eca02f791 <String[4]: face>
found: 0
wanted: 0
#80# 0x6a259e5f6f9: 0x6a259e5f6f9 <an Object>
id: 5
ok: 0xda65a304141 <true>
file: 0x6a259e645b9 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
line: 11
column: 7
stack: 0x6a259e647b9 <JS Array[10]>#101#
name: 0x189eca02f7b1 <String[5]: level>
found: 30
wanted: 30
#81# 0x6a259e658b9: 0x6a259e658b9 <an Object>
id: 6
ok: 0xda65a304141 <true>
file: 0x6a259e6a799 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
line: 12
column: 7
stack: 0x6a259e6a999 <JS Array[10]>#102#
name: 0x189eca02f7b1 <String[5]: level>
found: 3
wanted: 3
#82# 0x6a259e6baa1: 0x6a259e6baa1 <an Object>
id: 7
ok: 0xda65a304141 <true>
file: 0x6a259e71301 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
line: 13
column: 7
stack: 0x6a259e71501 <JS Array[10]>#103#
name: 0xfe09b837da9 <String[15]: should be equal>
found: 0x189eca0045d9 <String[6]: number>
wanted: 0x189eca0045d9 <String[6]: number>
#83# 0x6a259e72601: 0x6a259e72601 <an Object>
id: 8
ok: 0xda65a304141 <true>
file: 0x6a259e774e1 <String[36]: /Users/tmcw/src/node-s2/test/cell.js>
line: 14
column: 7
stack: 0x6a259e776e1 <JS Array[10]>#104#
name: 0x189eca0045d9 <String[6]: number>
found: 0xda65a304141 <true>
wanted: 0xda65a304141 <true>
#84# 0x6a259e34041: 0x6a259e34041 <JS Function>
length: 0
#85# 0x6a259e34721: 0x6a259e34721 <JS Array[0]>
#86# 0x6a259e347e9: 0x6a259e347e9 <an Object>
#87# 0x426adc641f9: 0x426adc641f9 <JS Function>
#88# 0x6a259e3d6a1: 0x6a259e3d6a1 <JS Function>
#89# 0x6a259f53229: 0x6a259f53229 <JS Array[0]>
#90# 0x6a259f53249: 0x6a259f53249 <an Object>
#91# 0x426adc06ad9: 0x426adc06ad9 <JS Array[0]>
#92# 0x426adc06af9: 0x426adc06af9 <JS Array[0]>
#93# 0x426adc06b19: 0x426adc06b19 <JS Array[0]>
#94# 0x426adc06b39: 0x426adc06b39 <JS Array[0]>
#95# 0x426adc23f11: 0x426adc23f11 <a Module>
id: 0xfe09b83e6c1 <String[52]: /Users/tmcw/src/node-s2/node_modules/tap/lib/main.js>
exports: 0x6a259f0bae9 <a GlobalHarness>#2#
parent: 0x426adc24089 <a Module>#51#
filename: 0xfe09b83e6c1 <String[52]: /Users/tmcw/src/node-s2/node_modules/tap/lib/main.js>
loaded: 0xda65a304141 <true>
children: 0xda65a372949 <JS Array[3]>#105#
paths: 0xda65a372969 <JS Array[7]>#106#
#96# 0x6a259e2a2f9: 0x6a259e2a2f9 <a Module>
id: 0x6a259e29619 <String[32]: /Users/tmcw/src/node-s2/index.js>
exports: 0x6a259e2fc11 <an Object>#107#
parent: 0x426adc24089 <a Module>#51#
filename: 0x6a259e29619 <String[32]: /Users/tmcw/src/node-s2/index.js>
loaded: 0xda65a304141 <true>
children: 0x6a259e2a361 <JS Array[1]>#108#
paths: 0x6a259e2aa91 <JS Array[5]>#109#
#97# 0x6a259e4a991: 0x6a259e4a991 <JS Array[10]>
0: 0x6a259e4ab49 <String[77]: getCaller (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:418:17)>
1: 0x6a259e4ac49 <String[82]: Function.assert (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:21:16)>
2: 0x6a259e4ad51 <String[89]: Test._testAssert [as ok] (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:87:16)>
3: 0x6a259e4ae69 <String[59]: Test.<anonymous> (/Users/tmcw/src/node-s2/test/cell.js:7:7)>
4: 0x6a259e4af41 <String[41]: Test.EventEmitter.emit (events.js:117:20)>
5: 0x6a259e4aff9 <String[74]: Test.emit (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104:8)>
6: 0x6a259e4b0f1 <String[97]: GlobalHarness.Harness.process (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87:13)>
7: 0x6a259e4b219 <String[38]: process._tickCallback (node.js:415:13)>
8: 0x6a259e4b2c9 <String[42]: Function.Module.runMain (module.js:499:11)>
9: 0x6a259e4b381 <String[24]: startup (node.js:119:16)>
...
#98# 0x6a259e51a79: 0x6a259e51a79 <JS Array[10]>
0: 0x6a259e51bd9 <String[77]: getCaller (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:418:17)>
1: 0x6a259e51cd9 <String[73]: assert (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:21:16)>
2: 0x6a259e51dd1 <String[82]: Function.equal (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:162:10)>
3: 0x6a259e51ed9 <String[92]: Test._testAssert [as equal] (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:87:16)>
4: 0x6a259e51ff1 <String[59]: Test.<anonymous> (/Users/tmcw/src/node-s2/test/cell.js:8:7)>
5: 0x6a259e520c9 <String[41]: Test.EventEmitter.emit (events.js:117:20)>
6: 0x6a259e52181 <String[74]: Test.emit (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104:8)>
7: 0x6a259e52279 <String[97]: GlobalHarness.Harness.process (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87:13)>
8: 0x6a259e523a1 <String[38]: process._tickCallback (node.js:415:13)>
9: 0x6a259e52451 <String[42]: Function.Module.runMain (module.js:499:11)>
...
#99# 0x6a259e582e9: 0x6a259e582e9 <JS Array[10]>
0: 0x6a259e58449 <String[77]: getCaller (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:418:17)>
1: 0x6a259e58549 <String[73]: assert (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:21:16)>
2: 0x6a259e58641 <String[82]: Function.equal (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:162:10)>
3: 0x6a259e58749 <String[92]: Test._testAssert [as equal] (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:87:16)>
4: 0x6a259e58861 <String[59]: Test.<anonymous> (/Users/tmcw/src/node-s2/test/cell.js:9:7)>
5: 0x6a259e58939 <String[41]: Test.EventEmitter.emit (events.js:117:20)>
6: 0x6a259e589f1 <String[74]: Test.emit (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104:8)>
7: 0x6a259e58ae9 <String[97]: GlobalHarness.Harness.process (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87:13)>
8: 0x6a259e58c11 <String[38]: process._tickCallback (node.js:415:13)>
9: 0x6a259e58cc1 <String[42]: Function.Module.runMain (module.js:499:11)>
...
#100# 0x6a259e5e5c9: 0x6a259e5e5c9 <JS Array[10]>
0: 0x6a259e5e729 <String[77]: getCaller (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:418:17)>
1: 0x6a259e5e829 <String[73]: assert (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:21:16)>
2: 0x6a259e5e921 <String[82]: Function.equal (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:162:10)>
3: 0x6a259e5ea29 <String[92]: Test._testAssert [as equal] (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:87:16)>
4: 0x6a259e5eb41 <String[60]: Test.<anonymous> (/Users/tmcw/src/node-s2/test/cell.js:10:7)>
5: 0x6a259e5ec19 <String[41]: Test.EventEmitter.emit (events.js:117:20)>
6: 0x6a259e5ecd1 <String[74]: Test.emit (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104:8)>
7: 0x6a259e5edc9 <String[97]: GlobalHarness.Harness.process (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87:13)>
8: 0x6a259e5eef1 <String[38]: process._tickCallback (node.js:415:13)>
9: 0x6a259e5efa1 <String[42]: Function.Module.runMain (module.js:499:11)>
...
#101# 0x6a259e647b9: 0x6a259e647b9 <JS Array[10]>
0: 0x6a259e64919 <String[77]: getCaller (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:418:17)>
1: 0x6a259e64a19 <String[73]: assert (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:21:16)>
2: 0x6a259e64b11 <String[82]: Function.equal (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:162:10)>
3: 0x6a259e64c19 <String[92]: Test._testAssert [as equal] (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:87:16)>
4: 0x6a259e64d31 <String[60]: Test.<anonymous> (/Users/tmcw/src/node-s2/test/cell.js:11:7)>
5: 0x6a259e64e09 <String[41]: Test.EventEmitter.emit (events.js:117:20)>
6: 0x6a259e64ec1 <String[74]: Test.emit (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104:8)>
7: 0x6a259e64fb9 <String[97]: GlobalHarness.Harness.process (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87:13)>
8: 0x6a259e650e1 <String[38]: process._tickCallback (node.js:415:13)>
9: 0x6a259e65191 <String[42]: Function.Module.runMain (module.js:499:11)>
...
#102# 0x6a259e6a999: 0x6a259e6a999 <JS Array[10]>
0: 0x6a259e6aaf9 <String[77]: getCaller (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:418:17)>
1: 0x6a259e6abf9 <String[73]: assert (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:21:16)>
2: 0x6a259e6acf1 <String[82]: Function.equal (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:162:10)>
3: 0x6a259e6adf9 <String[92]: Test._testAssert [as equal] (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:87:16)>
4: 0x6a259e6af11 <String[60]: Test.<anonymous> (/Users/tmcw/src/node-s2/test/cell.js:12:7)>
5: 0x6a259e6afe9 <String[41]: Test.EventEmitter.emit (events.js:117:20)>
6: 0x6a259e6b0a1 <String[74]: Test.emit (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104:8)>
7: 0x6a259e6b199 <String[97]: GlobalHarness.Harness.process (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87:13)>
8: 0x6a259e6b2c1 <String[38]: process._tickCallback (node.js:415:13)>
9: 0x6a259e6b371 <String[42]: Function.Module.runMain (module.js:499:11)>
...
#103# 0x6a259e71501: 0x6a259e71501 <JS Array[10]>
0: 0x6a259e71661 <String[77]: getCaller (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:418:17)>
1: 0x6a259e71761 <String[73]: assert (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:21:16)>
2: 0x6a259e71859 <String[82]: Function.equal (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:162:10)>
3: 0x6a259e71961 <String[92]: Test._testAssert [as equal] (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:87:16)>
4: 0x6a259e71a79 <String[60]: Test.<anonymous> (/Users/tmcw/src/node-s2/test/cell.js:13:7)>
5: 0x6a259e71b51 <String[41]: Test.EventEmitter.emit (events.js:117:20)>
6: 0x6a259e71c09 <String[74]: Test.emit (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104:8)>
7: 0x6a259e71d01 <String[97]: GlobalHarness.Harness.process (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87:13)>
8: 0x6a259e71e29 <String[38]: process._tickCallback (node.js:415:13)>
9: 0x6a259e71ed9 <String[42]: Function.Module.runMain (module.js:499:11)>
...
#104# 0x6a259e776e1: 0x6a259e776e1 <JS Array[10]>
0: 0x6a259e77841 <String[77]: getCaller (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:418:17)>
1: 0x6a259e77941 <String[73]: assert (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:21:16)>
2: 0x6a259e77a39 <String[82]: Function.equal (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js:162:10)>
3: 0x6a259e77b41 <String[92]: Test._testAssert [as equal] (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:87:16)>
4: 0x6a259e77c59 <String[60]: Test.<anonymous> (/Users/tmcw/src/node-s2/test/cell.js:14:7)>
5: 0x6a259e77d31 <String[41]: Test.EventEmitter.emit (events.js:117:20)>
6: 0x6a259e77de9 <String[74]: Test.emit (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js:104:8)>
7: 0x6a259e77ee1 <String[97]: GlobalHarness.Harness.process (/Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js:87:13)>
8: 0x6a259e78009 <String[38]: process._tickCallback (node.js:415:13)>
9: 0x6a259e780b9 <String[42]: Function.Module.runMain (module.js:499:11)>
...
#105# 0xda65a372949: 0xda65a372949 <JS Array[3]>
0: 0x426adc23d49 <a Module>#110#
1: 0x6a259f37899 <a Module>#111#
2: 0x6a259f045b9 <a Module>#112#
#106# 0xda65a372969: 0xda65a372969 <JS Array[7]>
0: 0xfe09b832f71 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0xfe09b832fc9 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0xfe09b833019 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0xfe09b833059 <String[28]: /Users/tmcw/src/node_modules>
4: 0xfe09b833091 <String[24]: /Users/tmcw/node_modules>
5: 0xfe09b8330c1 <String[19]: /Users/node_modules>
6: 0xfe09b8330f1 <String[13]: /node_modules>
#107# 0x6a259e2fc11: 0x6a259e2fc11 <an Object>
#108# 0x6a259e2a361: 0x6a259e2a361 <JS Array[1]>
0: 0x6a259e2fbc1 <a Module>#113#
#109# 0x6a259e2aa91: 0x6a259e2aa91 <JS Array[5]>
0: 0x6a259e2ad29 <String[36]: /Users/tmcw/src/node-s2/node_modules>
1: 0x6a259e2aee9 <String[28]: /Users/tmcw/src/node_modules>
2: 0x6a259e2aff9 <String[24]: /Users/tmcw/node_modules>
3: 0x6a259e2b0f1 <String[19]: /Users/node_modules>
4: 0x6a259e2b1d9 <String[13]: /node_modules>
#110# 0x426adc23d49: 0x426adc23d49 <a Module>
id: 0xfe09b83d671 <String[66]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-global-harness.js>
exports: 0xda65a3722f1 <JS Function GlobalHarness>#114#
parent: 0x426adc23f11 <a Module>#95#
filename: 0xfe09b83d671 <String[66]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-global-harness.js>
loaded: 0xda65a304141 <true>
children: 0xda65a372339 <JS Array[4]>#115#
paths: 0xda65a372359 <JS Array[7]>#116#
#111# 0x6a259f37899: 0x6a259f37899 <a Module>
id: 0x6a259f37809 <String[60]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-consumer.js>
exports: 0x6a259f4b759 <JS Function TapConsumer>#117#
parent: 0x426adc23f11 <a Module>#95#
filename: 0x6a259f37809 <String[60]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-consumer.js>
loaded: 0xda65a304141 <true>
children: 0x6a259f4c2f9 <JS Array[0]>#118#
paths: 0x6a259f4c319 <JS Array[7]>#119#
#112# 0x6a259f045b9: 0x6a259f045b9 <a Module>
id: 0x6a259f047e1 <String[58]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-runner.js>
exports: 0x6a259f04689 <JS Function Runner>#120#
parent: 0x426adc23f11 <a Module>#95#
filename: 0x6a259f047e1 <String[58]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-runner.js>
loaded: 0xda65a304141 <true>
children: 0x6a259f493d9 <JS Array[3]>#121#
paths: 0x6a259f493f9 <JS Array[7]>#122#
#113# 0x6a259e2fbc1: 0x6a259e2fbc1 <a Module>
id: 0x6a259e2e4a9 <String[46]: /Users/tmcw/src/node-s2/build/Release/_s2.node>
exports: 0x6a259e2fc11 <an Object>#107#
parent: 0x6a259e2a2f9 <a Module>#96#
filename: 0x6a259e2e4a9 <String[46]: /Users/tmcw/src/node-s2/build/Release/_s2.node>
loaded: 0xda65a304141 <true>
children: 0x6a259e2fcc1 <JS Array[0]>#123#
paths: 0x6a259e30549 <JS Array[7]>#124#
#114# 0xda65a3722f1: 0xda65a3722f1 <JS Function GlobalHarness>
super_: 0x426adc81291 <JS Function Harness>#125#
#115# 0xda65a372339: 0xda65a372339 <JS Array[4]>
0: 0xda65a37a551 <a Module>#126#
1: 0x426adc57c79 <a Module>#127#
2: 0x426adc71781 <a Module>#128#
3: 0x6a259f225e9 <a Module>#129#
#116# 0xda65a372359: 0xda65a372359 <JS Array[7]>
0: 0xfe09b832ce9 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0xfe09b832d79 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0xfe09b832e01 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0xfe09b832e61 <String[28]: /Users/tmcw/src/node_modules>
4: 0xfe09b832eb1 <String[24]: /Users/tmcw/node_modules>
5: 0xfe09b832ef9 <String[19]: /Users/node_modules>
6: 0xfe09b832f39 <String[13]: /node_modules>
#117# 0x6a259f4b759: 0x6a259f4b759 <JS Function TapConsumer>
#118# 0x6a259f4c2f9: 0x6a259f4c2f9 <JS Array[0]>
#119# 0x6a259f4c319: 0x6a259f4c319 <JS Array[7]>
0: 0x6a259f529a9 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x6a259f52a39 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x6a259f52ac1 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x6a259f52b21 <String[28]: /Users/tmcw/src/node_modules>
4: 0x6a259f52b71 <String[24]: /Users/tmcw/node_modules>
5: 0x6a259f52bb9 <String[19]: /Users/node_modules>
6: 0x6a259f52bf9 <String[13]: /node_modules>
#120# 0x6a259f04689: 0x6a259f04689 <JS Function Runner>
super_: 0x426adc81321 <JS Function TapProducer>#130#
#121# 0x6a259f493d9: 0x6a259f493d9 <JS Array[3]>
0: 0x6a259f6c841 <a Module>#131#
1: 0x6a259f9c3f9 <a Module>#132#
2: 0x6a259fbb489 <a Module>#133#
#122# 0x6a259f493f9: 0x6a259f493f9 <JS Array[7]>
0: 0x6a259f4e169 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x6a259f4e1f9 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x6a259f4e281 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x6a259f4e2e1 <String[28]: /Users/tmcw/src/node_modules>
4: 0x6a259f4e331 <String[24]: /Users/tmcw/node_modules>
5: 0x6a259f4e379 <String[19]: /Users/node_modules>
6: 0x6a259f4e3b9 <String[13]: /node_modules>
#123# 0x6a259e2fcc1: 0x6a259e2fcc1 <JS Array[0]>
#124# 0x6a259e30549: 0x6a259e30549 <JS Array[7]>
0: 0x6a259e30851 <String[50]: /Users/tmcw/src/node-s2/build/Release/node_modules>
1: 0x6a259e30a41 <String[42]: /Users/tmcw/src/node-s2/build/node_modules>
2: 0x6a259e30b81 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x6a259e30ca9 <String[28]: /Users/tmcw/src/node_modules>
4: 0x6a259e30db9 <String[24]: /Users/tmcw/node_modules>
5: 0x6a259e30eb1 <String[19]: /Users/node_modules>
6: 0x6a259e30f99 <String[13]: /node_modules>
#125# 0x426adc81291: 0x426adc81291 <JS Function Harness>
super_: 0x426adc24239 <JS Function EventEmitter>#22#
#126# 0xda65a37a551: 0xda65a37a551 <a Module>
id: 0xfe09b8307b1 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/inherits/inherits.js>
exports: 0xda65a340401 <JS Function>#134#
parent: 0x426adc23d49 <a Module>#110#
filename: 0xfe09b8307b1 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/inherits/inherits.js>
loaded: 0xda65a304141 <true>
children: 0xda65a380811 <JS Array[0]>#135#
paths: 0xda65a380831 <JS Array[7]>#136#
#127# 0x426adc57c79: 0x426adc57c79 <a Module>
id: 0xfe09b83f951 <String[59]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-results.js>
exports: 0x426adc80e69 <JS Function Results>#137#
parent: 0x426adc23d49 <a Module>#110#
filename: 0xfe09b83f951 <String[59]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-results.js>
loaded: 0xda65a304141 <true>
children: 0xda65a3722d1 <JS Array[0]>#138#
paths: 0x426adc58dd9 <JS Array[7]>#139#
#128# 0x426adc71781: 0x426adc71781 <a Module>
id: 0xfe09b849f31 <String[59]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js>
exports: 0x426adc81291 <JS Function Harness>#125#
parent: 0x426adc23d49 <a Module>#110#
filename: 0xfe09b849f31 <String[59]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-harness.js>
loaded: 0xda65a304141 <true>
children: 0x426adc81aa1 <JS Array[2]>#140#
paths: 0x426adc81ac1 <JS Array[7]>#141#
#129# 0x6a259f225e9: 0x6a259f225e9 <a Module>
id: 0x6a259f22561 <String[56]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js>
exports: 0x6a259f33aa1 <JS Function Test>#142#
parent: 0x426adc23d49 <a Module>#110#
filename: 0x6a259f22561 <String[56]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-test.js>
loaded: 0xda65a304141 <true>
children: 0x6a259f4a269 <JS Array[0]>#143#
paths: 0x6a259f4a289 <JS Array[7]>#144#
#130# 0x426adc81321: 0x426adc81321 <JS Function TapProducer>
#131# 0x6a259f6c841: 0x6a259f6c841 <a Module>
id: 0x6a259f6a7b9 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/slide.js>
exports: 0x6a259f6c891 <an Object>#145#
parent: 0x6a259f045b9 <a Module>#112#
filename: 0x6a259f6a7b9 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/slide.js>
loaded: 0xda65a304141 <true>
children: 0x6a259f6c941 <JS Array[3]>#146#
paths: 0x6a259f6d569 <JS Array[8]>#147#
#132# 0x6a259f9c3f9: 0x6a259f9c3f9 <a Module>
id: 0x6a259f9b1f9 <String[60]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-cov-html.js>
exports: 0x426adc89eb1 <JS Function>#148#
parent: 0x6a259f045b9 <a Module>#112#
filename: 0x6a259f9b1f9 <String[60]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-cov-html.js>
loaded: 0xda65a304141 <true>
children: 0x6a259f9c461 <JS Array[0]>#149#
paths: 0x6a259f9cf71 <JS Array[7]>#150#
#133# 0x6a259fbb489: 0x6a259fbb489 <a Module>
id: 0x6a259fb9941 <String[66]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/glob.js>
exports: 0x6a259fc89d1 <JS Function glob>#151#
parent: 0x6a259f045b9 <a Module>#112#
filename: 0x6a259fb9941 <String[66]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/glob.js>
loaded: 0xda65a304141 <true>
children: 0x6a259fbb4f1 <JS Array[2]>#152#
paths: 0x6a259fbc0a9 <JS Array[7]>#153#
#134# 0xda65a340401: 0xda65a340401 <JS Function>
#135# 0xda65a380811: 0xda65a380811 <JS Array[0]>
#136# 0xda65a380831: 0xda65a380831 <JS Array[7]>
0: 0xfe09b834fe1 <String[75]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/inherits/node_modules>
1: 0xfe09b835091 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0xfe09b835119 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0xfe09b835179 <String[28]: /Users/tmcw/src/node_modules>
4: 0xfe09b8351c9 <String[24]: /Users/tmcw/node_modules>
5: 0xfe09b835211 <String[19]: /Users/node_modules>
6: 0xfe09b835251 <String[13]: /node_modules>
#137# 0x426adc80e69: 0x426adc80e69 <JS Function Results>
super_: 0x426adc24239 <JS Function EventEmitter>#22#
#138# 0xda65a3722d1: 0xda65a3722d1 <JS Array[0]>
#139# 0x426adc58dd9: 0x426adc58dd9 <JS Array[7]>
0: 0xfe09b840e51 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0xfe09b840ee1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0xfe09b840f69 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0xfe09b840fc9 <String[28]: /Users/tmcw/src/node_modules>
4: 0xfe09b841019 <String[24]: /Users/tmcw/node_modules>
5: 0xfe09b841061 <String[19]: /Users/node_modules>
6: 0xfe09b8410a1 <String[13]: /node_modules>
#140# 0x426adc81aa1: 0x426adc81aa1 <JS Array[2]>
0: 0x426adc71e19 <a Module>#154#
1: 0x426adc74d99 <a Module>#155#
#141# 0x426adc81ac1: 0x426adc81ac1 <JS Array[7]>
0: 0xfe09b8683c9 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0xfe09b868459 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0xfe09b8684e1 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0xfe09b868541 <String[28]: /Users/tmcw/src/node_modules>
4: 0xfe09b868591 <String[24]: /Users/tmcw/node_modules>
5: 0xfe09b8685d9 <String[19]: /Users/node_modules>
6: 0xfe09b868619 <String[13]: /node_modules>
#142# 0x6a259f33aa1: 0x6a259f33aa1 <JS Function Test>
super_: 0x426adc81291 <JS Function Harness>#125#
#143# 0x6a259f4a269: 0x6a259f4a269 <JS Array[0]>
#144# 0x6a259f4a289: 0x6a259f4a289 <JS Array[7]>
0: 0x6a259f525b1 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x6a259f52641 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x6a259f526c9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x6a259f52729 <String[28]: /Users/tmcw/src/node_modules>
4: 0x6a259f52779 <String[24]: /Users/tmcw/node_modules>
5: 0x6a259f527c1 <String[19]: /Users/node_modules>
6: 0x6a259f52801 <String[13]: /node_modules>
#145# 0x6a259f6c891: 0x6a259f6c891 <an Object>
#146# 0x6a259f6c941: 0x6a259f6c941 <JS Array[3]>
0: 0x6a259f74df9 <a Module>#156#
1: 0x6a259f7edb1 <a Module>#157#
2: 0x6a259f88129 <a Module>#158#
#147# 0x6a259f6d569: 0x6a259f6d569 <JS Array[8]>
0: 0x6a259f6dab1 <String[76]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/node_modules>
1: 0x6a259f6de49 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/node_modules>
2: 0x6a259f6e111 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x6a259f6e389 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x6a259f6e5c1 <String[28]: /Users/tmcw/src/node_modules>
5: 0x6a259f6e7d1 <String[24]: /Users/tmcw/node_modules>
6: 0x6a259f6e9c1 <String[19]: /Users/node_modules>
7: 0x6a259f6eb91 <String[13]: /node_modules>
#148# 0x426adc89eb1: 0x426adc89eb1 <JS Function>
#149# 0x6a259f9c461: 0x6a259f9c461 <JS Array[0]>
#150# 0x6a259f9cf71: 0x6a259f9cf71 <JS Array[7]>
0: 0x6a259f9d409 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0x6a259f9d751 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x6a259f9d9c9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x6a259f9dc01 <String[28]: /Users/tmcw/src/node_modules>
4: 0x6a259f9de11 <String[24]: /Users/tmcw/node_modules>
5: 0x6a259f9e001 <String[19]: /Users/node_modules>
6: 0x6a259f9e1d1 <String[13]: /node_modules>
#151# 0x6a259fc89d1: 0x6a259fc89d1 <JS Function glob>
#152# 0x6a259fbb4f1: 0x6a259fbb4f1 <JS Array[2]>
0: 0x6a259fd7849 <a Module>#159#
1: 0x6a259e1f321 <a Module>#160#
#153# 0x6a259fbc0a9: 0x6a259fbc0a9 <JS Array[7]>
0: 0x6a259fbc5a9 <String[71]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules>
1: 0x6a259fbc909 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x6a259fbcb81 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x6a259fbcdb9 <String[28]: /Users/tmcw/src/node_modules>
4: 0x6a259fbcfc9 <String[24]: /Users/tmcw/node_modules>
5: 0x6a259fbd1b9 <String[19]: /Users/node_modules>
6: 0x6a259fbd389 <String[13]: /node_modules>
#154# 0x426adc71e19: 0x426adc71e19 <a Module>
id: 0xfe09b84baf9 <String[60]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-producer.js>
exports: 0x426adc81321 <JS Function TapProducer>#130#
parent: 0x426adc71781 <a Module>#128#
filename: 0xfe09b84baf9 <String[60]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-producer.js>
loaded: 0xda65a304141 <true>
children: 0x426adc81b29 <JS Array[1]>#161#
paths: 0x426adc81b49 <JS Array[7]>#162#
#155# 0x426adc74d99: 0x426adc74d99 <a Module>
id: 0xfe09b84eb69 <String[58]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js>
exports: 0x426adc81441 <JS Function assert>#163#
parent: 0x426adc71781 <a Module>#128#
filename: 0xfe09b84eb69 <String[58]: /Users/tmcw/src/node-s2/node_modules/tap/lib/tap-assert.js>
loaded: 0xda65a304141 <true>
children: 0x426adc82001 <JS Array[3]>#164#
paths: 0x426adc82021 <JS Array[7]>#165#
#156# 0x6a259f74df9: 0x6a259f74df9 <a Module>
id: 0x6a259f73881 <String[76]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/async-map.js>
exports: 0x6a259f79129 <JS Function asyncMap>#166#
parent: 0x6a259f6c841 <a Module>#131#
filename: 0x6a259f73881 <String[76]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/async-map.js>
loaded: 0xda65a304141 <true>
children: 0x6a259f74ef9 <JS Array[0]>#167#
paths: 0x6a259f75b39 <JS Array[8]>#168#
#157# 0x6a259f7edb1: 0x6a259f7edb1 <a Module>
id: 0x6a259f7cc01 <String[77]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/bind-actor.js>
exports: 0x6a259f833b1 <JS Function bindActor>#169#
parent: 0x6a259f6c841 <a Module>#131#
filename: 0x6a259f7cc01 <String[77]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/bind-actor.js>
loaded: 0xda65a304141 <true>
children: 0x6a259f7ee19 <JS Array[0]>#170#
paths: 0x6a259f80689 <JS Array[8]>#171#
#158# 0x6a259f88129: 0x6a259f88129 <a Module>
id: 0x6a259f86bd1 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/chain.js>
exports: 0x6a259f8bd79 <JS Function chain>#172#
parent: 0x6a259f6c841 <a Module>#131#
filename: 0x6a259f86bd1 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/chain.js>
loaded: 0xda65a304141 <true>
children: 0x6a259f88191 <JS Array[0]>#173#
paths: 0x6a259f88db9 <JS Array[8]>#174#
#159# 0x6a259fd7849: 0x6a259fd7849 <a Module>
id: 0x6a259fd58c1 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/minimatch.js>
exports: 0x6a259fe9689 <JS Function minimatch>#175#
parent: 0x6a259fbb489 <a Module>#133#
filename: 0x6a259fd58c1 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/minimatch.js>
loaded: 0xda65a304141 <true>
children: 0x6a259fd7949 <JS Array[2]>#176#
paths: 0x6a259fd8681 <JS Array[8]>#177#
#160# 0x6a259e1f321: 0x6a259e1f321 <a Module>
id: 0x6a259e1d7a9 <String[92]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/inherits/inherits.js>
exports: 0xda65a340401 <JS Function>#134#
parent: 0x6a259fbb489 <a Module>#133#
filename: 0x6a259e1d7a9 <String[92]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/inherits/inherits.js>
loaded: 0xda65a304141 <true>
children: 0x6a259e1f389 <JS Array[0]>#178#
paths: 0x6a259e200b1 <JS Array[8]>#179#
#161# 0x426adc81b29: 0x426adc81b29 <JS Array[1]>
0: 0x426adc73cf1 <a Module>#180#
#162# 0x426adc81b49: 0x426adc81b49 <JS Array[7]>
0: 0xfe09b868651 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0xfe09b8686e1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0xfe09b868769 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0xfe09b8687c9 <String[28]: /Users/tmcw/src/node_modules>
4: 0xfe09b868819 <String[24]: /Users/tmcw/node_modules>
5: 0xfe09b868861 <String[19]: /Users/node_modules>
6: 0xfe09b8688a1 <String[13]: /node_modules>
#163# 0x426adc81441: 0x426adc81441 <JS Function assert>
#164# 0x426adc82001: 0x426adc82001 <JS Array[3]>
0: 0x426adc77981 <a Module>#181#
1: 0x6a259f0fa99 <a Module>#182#
2: 0x6a259f12791 <a Module>#183#
#165# 0x426adc82021: 0x426adc82021 <JS Array[7]>
0: 0xfe09b868b81 <String[57]: /Users/tmcw/src/node-s2/node_modules/tap/lib/node_modules>
1: 0xfe09b868c11 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0xfe09b868c99 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0xfe09b868cf9 <String[28]: /Users/tmcw/src/node_modules>
4: 0xfe09b868d49 <String[24]: /Users/tmcw/node_modules>
5: 0xfe09b868d91 <String[19]: /Users/node_modules>
6: 0xfe09b868dd1 <String[13]: /node_modules>
#166# 0x6a259f79129: 0x6a259f79129 <JS Function asyncMap>
#167# 0x6a259f74ef9: 0x6a259f74ef9 <JS Array[0]>
#168# 0x6a259f75b39: 0x6a259f75b39 <JS Array[8]>
0: 0x6a259f76081 <String[76]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/node_modules>
1: 0x6a259f76419 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/node_modules>
2: 0x6a259f766e1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x6a259f76959 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x6a259f76b91 <String[28]: /Users/tmcw/src/node_modules>
5: 0x6a259f76da1 <String[24]: /Users/tmcw/node_modules>
6: 0x6a259f76f91 <String[19]: /Users/node_modules>
7: 0x6a259f77161 <String[13]: /node_modules>
#169# 0x6a259f833b1: 0x6a259f833b1 <JS Function bindActor>
#170# 0x6a259f7ee19: 0x6a259f7ee19 <JS Array[0]>
#171# 0x6a259f80689: 0x6a259f80689 <JS Array[8]>
0: 0x6a259f80bd1 <String[76]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/node_modules>
1: 0x6a259f80f69 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/node_modules>
2: 0x6a259f81231 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x6a259f814a9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x6a259f816e1 <String[28]: /Users/tmcw/src/node_modules>
5: 0x6a259f818f1 <String[24]: /Users/tmcw/node_modules>
6: 0x6a259f81ae1 <String[19]: /Users/node_modules>
7: 0x6a259f81cb1 <String[13]: /node_modules>
#172# 0x6a259f8bd79: 0x6a259f8bd79 <JS Function chain>
first: 0x6a259f8edd1 <an Object>#184#
last: 0x6a259f8f071 <an Object>#185#
#173# 0x6a259f88191: 0x6a259f88191 <JS Array[0]>
#174# 0x6a259f88db9: 0x6a259f88db9 <JS Array[8]>
0: 0x6a259f89301 <String[76]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/lib/node_modules>
1: 0x6a259f89699 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/slide/node_modules>
2: 0x6a259f89961 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x6a259f89bd9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x6a259f89e11 <String[28]: /Users/tmcw/src/node_modules>
5: 0x6a259f8a021 <String[24]: /Users/tmcw/node_modules>
6: 0x6a259f8a211 <String[19]: /Users/node_modules>
7: 0x6a259f8a3e1 <String[13]: /node_modules>
#175# 0x6a259fe9689: 0x6a259fe9689 <JS Function minimatch>
cache: 0x6a259e045d1 <a LRUCache>#186#
GLOBSTAR: 0x6a259e04e19 <an Object>#187#
#176# 0x6a259fd7949: 0x6a259fd7949 <JS Array[2]>
0: 0x6a259ff6a21 <a Module>#188#
1: 0x6a259e10129 <a Module>#189#
#177# 0x6a259fd8681: 0x6a259fd8681 <JS Array[8]>
0: 0x6a259fd8c41 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules>
1: 0x6a259fd9001 <String[71]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules>
2: 0x6a259fd92c9 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x6a259fd9541 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x6a259fd9779 <String[28]: /Users/tmcw/src/node_modules>
5: 0x6a259fd9989 <String[24]: /Users/tmcw/node_modules>
6: 0x6a259fd9b79 <String[19]: /Users/node_modules>
7: 0x6a259fd9d49 <String[13]: /node_modules>
#178# 0x6a259e1f389: 0x6a259e1f389 <JS Array[0]>
#179# 0x6a259e200b1: 0x6a259e200b1 <JS Array[8]>
0: 0x6a259e20661 <String[93]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/inherits/node_modules>
1: 0x6a259e20a21 <String[71]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules>
2: 0x6a259e20ce9 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x6a259e212a9 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x6a259e214e1 <String[28]: /Users/tmcw/src/node_modules>
5: 0x6a259e216f1 <String[24]: /Users/tmcw/node_modules>
6: 0x6a259e218e1 <String[19]: /Users/node_modules>
7: 0x6a259e21ab1 <String[13]: /node_modules>
#180# 0x426adc73cf1: 0x426adc73cf1 <a Module>
id: 0xfe09b84cc31 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/yamlish/yamlish.js>
exports: 0x426adc81a29 <an Object>#41#
parent: 0x426adc71e19 <a Module>#154#
filename: 0xfe09b84cc31 <String[72]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/yamlish/yamlish.js>
loaded: 0xda65a304141 <true>
children: 0x426adc81e81 <JS Array[0]>#190#
paths: 0x426adc81ea1 <JS Array[7]>#191#
#181# 0x426adc77981: 0x426adc77981 <a Module>
id: 0xfe09b852041 <String[70]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/index.js>
exports: 0x426adc5e041 <JS Function>#192#
parent: 0x426adc74d99 <a Module>#155#
filename: 0xfe09b852041 <String[70]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/index.js>
loaded: 0xda65a304141 <true>
children: 0x426adc82359 <JS Array[3]>#193#
paths: 0x426adc82379 <JS Array[7]>#194#
#182# 0x6a259f0fa99: 0x6a259f0fa99 <a Module>
id: 0x6a259f0f9e9 <String[73]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/deep-equal/index.js>
exports: 0x426adc5eb11 <JS Function>#195#
parent: 0x426adc74d99 <a Module>#155#
filename: 0x6a259f0f9e9 <String[73]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/deep-equal/index.js>
loaded: 0xda65a304141 <true>
children: 0x6a259f49c99 <JS Array[0]>#196#
paths: 0x6a259f49cb9 <JS Array[7]>#197#
#183# 0x6a259f12791: 0x6a259f12791 <a Module>
id: 0x6a259f126e1 <String[75]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/buffer-equal/index.js>
exports: 0x426adc5f0a9 <JS Function>#198#
parent: 0x426adc74d99 <a Module>#155#
filename: 0x6a259f126e1 <String[75]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/buffer-equal/index.js>
loaded: 0xda65a304141 <true>
children: 0x6a259f4a131 <JS Array[0]>#199#
paths: 0x6a259f4a151 <JS Array[7]>#200#
#184# 0x6a259f8edd1: 0x6a259f8edd1 <an Object>
#185# 0x6a259f8f071: 0x6a259f8f071 <an Object>
#186# 0x6a259e045d1: 0x6a259e045d1 <a LRUCache>
_max: 100
_allowStale: 0xda65a304161 <false>
_maxAge: 0xda65a304101 <null>
_dispose: 0xda65a304121 <undefined>
_cache: 0x6a259e04921 <an Object>#201#
_lruList: 0x6a259e04989 <an Object>#202#
_mru: 0
_lru: 0
_length: 0
_itemCount: 0
#187# 0x6a259e04e19: 0x6a259e04e19 <an Object>
#188# 0x6a259ff6a21: 0x6a259ff6a21 <a Module>
id: 0x6a259ff40b1 <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: 0x6a259ffe929 <JS Function LRUCache>#203#
parent: 0x6a259fd7849 <a Module>#159#
filename: 0x6a259ff40b1 <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: 0xda65a304141 <true>
children: 0x6a259ff6b21 <JS Array[0]>#204#
paths: 0x6a259ff7a19 <JS Array[10]>#205#
#189# 0x6a259e10129: 0x6a259e10129 <a Module>
id: 0x6a259e0e199 <String[113]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules/sigmund/sigmund.js>
exports: 0x6a259e14819 <JS Function sigmund>#206#
parent: 0x6a259fd7849 <a Module>#159#
filename: 0x6a259e0e199 <String[113]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules/sigmund/sigmund.js>
loaded: 0xda65a304141 <true>
children: 0x6a259e10191 <JS Array[0]>#207#
paths: 0x6a259e11011 <JS Array[9]>#208#
#190# 0x426adc81e81: 0x426adc81e81 <JS Array[0]>
#191# 0x426adc81ea1: 0x426adc81ea1 <JS Array[7]>
0: 0xfe09b8688d9 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/yamlish/node_modules>
1: 0xfe09b868989 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0xfe09b868a11 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0xfe09b868a71 <String[28]: /Users/tmcw/src/node_modules>
4: 0xfe09b868ac1 <String[24]: /Users/tmcw/node_modules>
5: 0xfe09b868b09 <String[19]: /Users/node_modules>
6: 0xfe09b868b49 <String[13]: /node_modules>
#192# 0x426adc5e041: 0x426adc5e041 <JS Function>
#193# 0x426adc82359: 0x426adc82359 <JS Array[3]>
0: 0x426adc78969 <a Module>#209#
1: 0x426adc79ee9 <a Module>#210#
2: 0x6a259f0cac9 <a Module>#211#
#194# 0x426adc82379: 0x426adc82379 <JS Array[7]>
0: 0xfe09b868e09 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules>
1: 0xfe09b868eb9 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0xfe09b868f41 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0xfe09b868fa1 <String[28]: /Users/tmcw/src/node_modules>
4: 0xfe09b868ff1 <String[24]: /Users/tmcw/node_modules>
5: 0xfe09b869039 <String[19]: /Users/node_modules>
6: 0xfe09b869079 <String[13]: /node_modules>
#195# 0x426adc5eb11: 0x426adc5eb11 <JS Function>
#196# 0x6a259f49c99: 0x6a259f49c99 <JS Array[0]>
#197# 0x6a259f49cb9: 0x6a259f49cb9 <JS Array[7]>
0: 0x6a259f51991 <String[77]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/deep-equal/node_modules>
1: 0x6a259f51a49 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x6a259f51ad1 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x6a259f51b31 <String[28]: /Users/tmcw/src/node_modules>
4: 0x6a259f51b81 <String[24]: /Users/tmcw/node_modules>
5: 0x6a259f51bc9 <String[19]: /Users/node_modules>
6: 0x6a259f51c09 <String[13]: /node_modules>
#198# 0x426adc5f0a9: 0x426adc5f0a9 <JS Function>
#199# 0x6a259f4a131: 0x6a259f4a131 <JS Array[0]>
#200# 0x6a259f4a151: 0x6a259f4a151 <JS Array[7]>
0: 0x6a259f52271 <String[79]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/buffer-equal/node_modules>
1: 0x6a259f52329 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
2: 0x6a259f523b1 <String[36]: /Users/tmcw/src/node-s2/node_modules>
3: 0x6a259f52411 <String[28]: /Users/tmcw/src/node_modules>
4: 0x6a259f52461 <String[24]: /Users/tmcw/node_modules>
5: 0x6a259f524a9 <String[19]: /Users/node_modules>
6: 0x6a259f524e9 <String[13]: /node_modules>
#201# 0x6a259e04921: 0x6a259e04921 <an Object>
#202# 0x6a259e04989: 0x6a259e04989 <an Object>
#203# 0x6a259ffe929: 0x6a259ffe929 <JS Function LRUCache>
#204# 0x6a259ff6b21: 0x6a259ff6b21 <JS Array[0]>
#205# 0x6a259ff7a19: 0x6a259ff7a19 <JS Array[10]>
0: 0x6a259ff80d1 <String[121]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/lib/node_modules>
1: 0x6a259ff8529 <String[117]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules/lru-cache/node_modules>
2: 0x6a259ff88b1 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules>
3: 0x6a259ff8bd9 <String[71]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules>
4: 0x6a259ff8ea1 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
5: 0x6a259ff9119 <String[36]: /Users/tmcw/src/node-s2/node_modules>
6: 0x6a259ff9351 <String[28]: /Users/tmcw/src/node_modules>
7: 0x6a259ff9561 <String[24]: /Users/tmcw/node_modules>
8: 0x6a259ff9751 <String[19]: /Users/node_modules>
9: 0x6a259ff9921 <String[13]: /node_modules>
...
#206# 0x6a259e14819: 0x6a259e14819 <JS Function sigmund>
#207# 0x6a259e10191: 0x6a259e10191 <JS Array[0]>
#208# 0x6a259e11011: 0x6a259e11011 <JS Array[9]>
0: 0x6a259e11681 <String[115]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules/sigmund/node_modules>
1: 0x6a259e11a99 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules/minimatch/node_modules>
2: 0x6a259e11dc1 <String[71]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/glob/node_modules>
3: 0x6a259e12089 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
4: 0x6a259e12301 <String[36]: /Users/tmcw/src/node-s2/node_modules>
5: 0x6a259e12539 <String[28]: /Users/tmcw/src/node_modules>
6: 0x6a259e12749 <String[24]: /Users/tmcw/node_modules>
7: 0x6a259e12939 <String[19]: /Users/node_modules>
8: 0x6a259e12b09 <String[13]: /node_modules>
#209# 0x426adc78969: 0x426adc78969 <a Module>
id: 0xfe09b8556b9 <String[92]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/traverse/index.js>
exports: 0x426adc0eff9 <JS Function>#212#
parent: 0x426adc77981 <a Module>#181#
filename: 0xfe09b8556b9 <String[92]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/traverse/index.js>
loaded: 0xda65a304141 <true>
children: 0x426adc82471 <JS Array[0]>#213#
paths: 0x426adc82491 <JS Array[8]>#214#
#210# 0x426adc79ee9: 0x426adc79ee9 <a Module>
id: 0xfe09b857f51 <String[89]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/index.js>
exports: 0x426adc1acd9 <JS Function>#215#
parent: 0x426adc77981 <a Module>#181#
filename: 0xfe09b857f51 <String[89]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/index.js>
loaded: 0xda65a304141 <true>
children: 0x426adc82931 <JS Array[1]>#216#
paths: 0x426adc82951 <JS Array[8]>#217#
#211# 0x6a259f0cac9: 0x6a259f0cac9 <a Module>
id: 0x6a259f0c9f9 <String[91]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/deep-is/index.js>
exports: 0x426adc5dff9 <JS Function>#218#
parent: 0x426adc77981 <a Module>#181#
filename: 0x6a259f0c9f9 <String[91]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/deep-is/index.js>
loaded: 0xda65a304141 <true>
children: 0x6a259f49771 <JS Array[0]>#219#
paths: 0x6a259f49791 <JS Array[8]>#220#
#212# 0x426adc0eff9: 0x426adc0eff9 <JS Function>
#213# 0x426adc82471: 0x426adc82471 <JS Array[0]>
#214# 0x426adc82491: 0x426adc82491 <JS Array[8]>
0: 0xfe09b8690b1 <String[96]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/traverse/node_modules>
1: 0xfe09b869189 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules>
2: 0xfe09b869239 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0xfe09b8692c1 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0xfe09b869321 <String[28]: /Users/tmcw/src/node_modules>
5: 0xfe09b869371 <String[24]: /Users/tmcw/node_modules>
6: 0xfe09b8693b9 <String[19]: /Users/node_modules>
7: 0xfe09b8693f9 <String[13]: /node_modules>
#215# 0x426adc1acd9: 0x426adc1acd9 <JS Function>
#216# 0x426adc82931: 0x426adc82931 <JS Array[1]>
0: 0x426adc7f899 <a Module>#221#
#217# 0x426adc82951: 0x426adc82951 <JS Array[8]>
0: 0xfe09b869431 <String[93]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/node_modules>
1: 0xfe09b83f9e1 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules>
2: 0xfe09b869509 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0xfe09b83fa91 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0xfe09b83faf1 <String[28]: /Users/tmcw/src/node_modules>
5: 0xfe09b83fb41 <String[24]: /Users/tmcw/node_modules>
6: 0xfe09b83fb89 <String[19]: /Users/node_modules>
7: 0xfe09b83fbc9 <String[13]: /node_modules>
#218# 0x426adc5dff9: 0x426adc5dff9 <JS Function>
#219# 0x6a259f49771: 0x6a259f49771 <JS Array[0]>
#220# 0x6a259f49791: 0x6a259f49791 <JS Array[8]>
0: 0x6a259f50fe1 <String[95]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/deep-is/node_modules>
1: 0x6a259f510b9 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules>
2: 0x6a259f51169 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
3: 0x6a259f511f1 <String[36]: /Users/tmcw/src/node-s2/node_modules>
4: 0x6a259f51251 <String[28]: /Users/tmcw/src/node_modules>
5: 0x6a259f512a1 <String[24]: /Users/tmcw/node_modules>
6: 0x6a259f512e9 <String[19]: /Users/node_modules>
7: 0x6a259f51329 <String[13]: /node_modules>
#221# 0x426adc7f899: 0x426adc7f899 <a Module>
id: 0xfe09b866f79 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/lib/encode.js>
exports: 0x426adc1ac29 <JS Function>#222#
parent: 0x426adc79ee9 <a Module>#210#
filename: 0xfe09b866f79 <String[94]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/lib/encode.js>
loaded: 0xda65a304141 <true>
children: 0x426adc841d1 <JS Array[0]>#223#
paths: 0x426adc841f1 <JS Array[9]>#224#
#222# 0x426adc1ac29: 0x426adc1ac29 <JS Function>
#223# 0x426adc841d1: 0x426adc841d1 <JS Array[0]>
#224# 0x426adc841f1: 0x426adc841f1 <JS Array[9]>
0: 0xfe09b83fc21 <String[97]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/lib/node_modules>
1: 0xfe09b83fd01 <String[93]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules/charm/node_modules>
2: 0xfe09b83fdd9 <String[74]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules/difflet/node_modules>
3: 0xfe09b83fe89 <String[53]: /Users/tmcw/src/node-s2/node_modules/tap/node_modules>
4: 0xfe09b83ff11 <String[36]: /Users/tmcw/src/node-s2/node_modules>
5: 0xfe09b83ff71 <String[28]: /Users/tmcw/src/node_modules>
6: 0xfe09b83ffc1 <String[24]: /Users/tmcw/node_modules>
7: 0xfe09b840009 <String[19]: /Users/node_modules>
8: 0xfe09b840049 <String[13]: /node_modules>
=====================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment