summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/bson/tools/gleak.js
blob: c707cfcb56cbcdbe67e533244539dd808cfe8764 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
var gleak = require('gleak')();
gleak.ignore('AssertionError');
gleak.ignore('testFullSpec_param_found');
gleak.ignore('events');
gleak.ignore('Uint8Array');
gleak.ignore('Uint8ClampedArray');
gleak.ignore('TAP_Global_Harness');
gleak.ignore('setImmediate');
gleak.ignore('clearImmediate');

gleak.ignore('DTRACE_NET_SERVER_CONNECTION');
gleak.ignore('DTRACE_NET_STREAM_END');
gleak.ignore('DTRACE_NET_SOCKET_READ');
gleak.ignore('DTRACE_NET_SOCKET_WRITE');
gleak.ignore('DTRACE_HTTP_SERVER_REQUEST');
gleak.ignore('DTRACE_HTTP_SERVER_RESPONSE');
gleak.ignore('DTRACE_HTTP_CLIENT_REQUEST');
gleak.ignore('DTRACE_HTTP_CLIENT_RESPONSE');

module.exports = gleak;