Skip to content

Instantly share code, notes, and snippets.

@ChALkeR
Created April 1, 2016 21:22
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 ChALkeR/43f3376f46b3d71e1e62ef37f643fb06 to your computer and use it in GitHub Desktop.
Save ChALkeR/43f3376f46b3d71e1e62ef37f643fb06 to your computer and use it in GitHub Desktop.
grep for 'SlowBuffer\(' in npm modules, as of 2016-01-28
2421603 mocha-2.4.4.tgz/mocha.js:6733: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
1912194 buffer-4.3.1.tgz/test/node/test-buffer.js:330:var b = new SlowBuffer(5);
1912194 buffer-4.3.1.tgz/test/node/test-buffer.js:1107: new SlowBuffer((-1 >>> 0) + 1);
1912194 buffer-4.3.1.tgz/test/node/test-buffer.js:1076: SlowBuffer(0).slice(0, 1);
1912194 buffer-4.3.1.tgz/test/node/test-buffer-inspect.js:27:s = new buffer.SlowBuffer(2);
1912194 buffer-4.3.1.tgz/test/node/test-buffer-inspect.js:16:var s = new buffer.SlowBuffer(4);
1912194 buffer-4.3.1.tgz/index.js:259: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
630789 jscs-2.9.0.tgz/jscs-browser.js:61294: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
291873 should-format-0.3.2.tgz/tests/browser/tests.js:1074: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
81873 analytics-node-2.0.1.tgz/analytics-node.js:980: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
45670 streamline-2.0.6.tgz/lib/browser/transform.js:53354: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
41322 swagger-client-2.1.11.tgz/browser/swagger-client.js:4420: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
41206 phantom-0.8.4.tgz/shim.js:260: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
38774 kss-2.4.0.tgz/node5/mocha/mocha.js:6499: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
29532 swagger-tools-0.9.11.tgz/middleware/swagger-ui/swagger-ui.js:4897: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
27168 mocha-nightwatch-2.2.7.tgz/mocha.js:6369: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
24146 mock-fs-3.6.0.tgz/node/fs-5.0.0.js:356: context.buffer = new SlowBuffer(size);
24146 mock-fs-3.6.0.tgz/node/fs-5.0.0.js:288: buffer = this.buffer = new SlowBuffer(kReadFileBufferLength);
21186 steal-0.14.0-pre.1.tgz/ext/babel.js:587: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:54: new SlowBuffer(buffer.kMaxLength + 1);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:51: new SlowBuffer(-1);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:48: new SlowBuffer(Infinity);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:44:assert.strictEqual(SlowBuffer('string').length, 0);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:43:assert.strictEqual(SlowBuffer({}).length, 0);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:42:assert.strictEqual(SlowBuffer(NaN).length, 0);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:41:assert.strictEqual(SlowBuffer().length, 0);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:38:assert.strictEqual(SlowBuffer(true).length, 1);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:37:assert.strictEqual(SlowBuffer('6').length, 6);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:31: assert.strictEqual(SlowBuffer(buffer.kMaxLength).length, buffer.kMaxLength);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:29:assert.strictEqual(SlowBuffer(0).length, 0);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:22:sb = SlowBuffer(4);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-slow.js:12:let sb = new SlowBuffer(4);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer.js:328:var b = new SlowBuffer(5);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer.js:1137: new SlowBuffer((-1 >>> 0) + 1);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer.js:1106: SlowBuffer(0).slice(0, 1);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-inspect.js:25:s = new buffer.SlowBuffer(2);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/test/parallel/test-buffer-inspect.js:14:var s = new buffer.SlowBuffer(4);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/fs.js:335: context.buffer = new SlowBuffer(size);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/fs.js:275: buffer = this.buffer = new SlowBuffer(kReadFileBufferLength);
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/lib/buffer.js:65:function SlowBuffer(length) {
14264 diff-dom-2.0.0.tgz/venv/src/node-v4.1.1/benchmark/buffers/buffer-slice.js:10:var slowBuf = new SlowBuffer(1024);
12381 avsc-3.3.3.tgz/lib/types.js:53:var TAP = new Tap(new buffer.SlowBuffer(1024));
12381 avsc-3.3.3.tgz/lib/types.js:172:Type.__reset = function (size) { TAP.buf = new buffer.SlowBuffer(size); };
12109 gitbook-parsers-0.8.9.tgz/gitbook-parsers.js:723: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
9804 commonjs-everywhere-0.9.7.tgz/node/lib/buffer.js:271: pool = new SlowBuffer(Buffer.poolSize);
9804 commonjs-everywhere-0.9.7.tgz/node/lib/buffer.js:194: this.parent = new SlowBuffer(this.length);
9804 commonjs-everywhere-0.9.7.tgz/node/lib/buffer.js:153:var zeroBuffer = new SlowBuffer(0);
9730 edit-google-spreadsheet-0.2.21.tgz/browseroauth2/oauth2client.js:33733: return new SlowBuffer(subject, encoding, noZero)
7496 turf-2.0.2.tgz/turf.js:210: return new SlowBuffer(subject, encoding, noZero)
6696 stremio-addons-1.20.6.tgz/browser/stremio-addons.js:1625: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
5606 socketcluster-client-4.1.6.tgz/socketcluster.js:3046: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
4965 msgpack-lite-0.1.15.tgz/buffer/v5-buffer.js:65:function SlowBuffer(length) {
4965 msgpack-lite-0.1.15.tgz/buffer/v4-buffer.js:65:function SlowBuffer(length) {
4965 msgpack-lite-0.1.15.tgz/buffer/v0.12-buffer.js:130:function SlowBuffer(length) {
4715 etp-2.0.7-24.tgz/test/browser/tests.js:5395: pool = new SlowBuffer(Buffer.poolSize);
4715 etp-2.0.7-24.tgz/test/browser/tests.js:5358: this.parent = new SlowBuffer(this.length);
4715 etp-2.0.7-24.tgz/test/browser/tests.js:3333: pool = new SlowBuffer(Buffer.poolSize);
4715 etp-2.0.7-24.tgz/test/browser/tests.js:3291: this.parent = new SlowBuffer(this.length);
4715 etp-2.0.7-24.tgz/test/browser/tests.js:1509: pool = new SlowBuffer(Buffer.poolSize);
4715 etp-2.0.7-24.tgz/test/browser/tests.js:1467: this.parent = new SlowBuffer(this.length);
4715 etp-2.0.7-24.tgz/lib/browser/etp.js:7803: pool = new SlowBuffer(Buffer.poolSize);
4715 etp-2.0.7-24.tgz/lib/browser/etp.js:7761: this.parent = new SlowBuffer(this.length);
4715 etp-2.0.7-24.tgz/lib/browser/etp.js:4180: pool = new SlowBuffer(Buffer.poolSize);
4715 etp-2.0.7-24.tgz/lib/browser/etp.js:4143: this.parent = new SlowBuffer(this.length);
4715 etp-2.0.7-24.tgz/lib/browser/etp.js:2118: pool = new SlowBuffer(Buffer.poolSize);
4715 etp-2.0.7-24.tgz/lib/browser/etp.js:2076: this.parent = new SlowBuffer(this.length);
4009 retool-0.0.135.tgz/lib/retool-common-node.js:2179: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
3721 colu-0.10.2.tgz/client/colu.client.js:8157: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
3644 timeengine-6.2.3.tgz/react-test/babel-core-5.8.24-browser.js:609: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
3480 native-buffer-browserify-3.2.2.tgz/test/node/test-buffer.js:315:var b = new SlowBuffer(5);
3480 native-buffer-browserify-3.2.2.tgz/test/node/test-buffer.js:1110: new SlowBuffer(smalloc.kMaxLength + 1);
3480 native-buffer-browserify-3.2.2.tgz/test/node/test-buffer.js:1071: SlowBuffer(0).slice(0, 1);
3480 native-buffer-browserify-3.2.2.tgz/test/node/test-buffer-inspect.js:26:s = new buffer.SlowBuffer(2);
3480 native-buffer-browserify-3.2.2.tgz/test/node/test-buffer-inspect.js:15:var s = new buffer.SlowBuffer(4);
3480 native-buffer-browserify-3.2.2.tgz/index.js:213: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
3200 angular-bitcore-wallet-client-0.2.0.tgz/angular-bitcore-wallet-client.js:97242: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
3076 nools-0.4.1.tgz/nools.js:13540: pool = new SlowBuffer(Buffer.poolSize);
3076 nools-0.4.1.tgz/nools.js:13503: this.parent = new SlowBuffer(this.length);
3076 nools-0.4.1.tgz/nools.js:12072: pool = new SlowBuffer(Buffer.poolSize);
3076 nools-0.4.1.tgz/nools.js:12030: this.parent = new SlowBuffer(this.length);
2863 sassify-0.9.1.tgz/test_pack.js:218: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
2705 bitcore-lib-0.13.11.tgz/bitcore-lib.js:11853: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
2689 socket.io-stream-0.9.0.tgz/socket.io-stream.js:1102: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
2322 it-1.1.1.tgz/it.js:8239: pool = new SlowBuffer(Buffer.poolSize);
2322 it-1.1.1.tgz/it.js:8197: this.parent = new SlowBuffer(this.length);
2322 it-1.1.1.tgz/it.js:2044: pool = new SlowBuffer(Buffer.poolSize);
2322 it-1.1.1.tgz/it.js:2002: this.parent = new SlowBuffer(this.length);
2322 it-1.1.1.tgz/it.js:10301: pool = new SlowBuffer(Buffer.poolSize);
2322 it-1.1.1.tgz/it.js:10264: this.parent = new SlowBuffer(this.length);
2322 it-1.1.1.tgz/examples/requirejs/scripts/it.js:7808: pool = new SlowBuffer(Buffer.poolSize);
2322 it-1.1.1.tgz/examples/requirejs/scripts/it.js:7771: this.parent = new SlowBuffer(this.length);
2258 getstream-3.0.0.tgz/test/browser/browser.js:2486: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
2127 generator-sails-rest-api-1.3.2.tgz/generators/swagger/templates/explorer/swagger-ui.js:4907: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
2084 elasticsearch-browser-10.1.3.tgz/elasticsearch.js:269: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
2084 elasticsearch-browser-10.1.3.tgz/elasticsearch.jquery.js:271: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
2084 elasticsearch-browser-10.1.3.tgz/elasticsearch.angular.js:271: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
2076 etp-avro-0.1.3-141.tgz/lib/browser/etp-avro.js:818: pool = new SlowBuffer(Buffer.poolSize);
2076 etp-avro-0.1.3-141.tgz/lib/browser/etp-avro.js:776: this.parent = new SlowBuffer(this.length);
2076 etp-avro-0.1.3-141.tgz/lib/browser/etp-avro.js:6503: pool = new SlowBuffer(Buffer.poolSize);
2076 etp-avro-0.1.3-141.tgz/lib/browser/etp-avro.js:6461: this.parent = new SlowBuffer(this.length);
2076 etp-avro-0.1.3-141.tgz/lib/browser/etp-avro.js:2880: pool = new SlowBuffer(Buffer.poolSize);
2076 etp-avro-0.1.3-141.tgz/lib/browser/etp-avro.js:2843: this.parent = new SlowBuffer(this.length);
2022 bitcore-wallet-client-1.5.0.tgz/bitcore-wallet-client.js:47191: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
1954 happen-0.2.0.tgz/test/mocha.js:6488: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
1469 holderjs-2.9.1.tgz/holder.js:2081: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
1400 busmq-1.1.2.tgz/busmq.js:8949: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
1396 gun-0.3.1.tgz/test/mocha.js:6499: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
1395 node-mirror-0.1.49.tgz/src/promiseland/modules/parser/imported/asm.js:8690: return new SlowBuffer(subject, encoding, noZero)
1395 node-mirror-0.1.49.tgz/src/promiseland/modules/parser/imported/asm.js:8688:function SlowBuffer(subject, encoding, noZero) {
1395 node-mirror-0.1.49.tgz/src/jshint/jshint.js:10150: pool = new SlowBuffer(Buffer.poolSize);
1395 node-mirror-0.1.49.tgz/src/jshint/jshint.js:10108: this.parent = new SlowBuffer(this.length);
1358 terriajs-cesium-1.15.6.tgz/ThirdParty/jshint-2.1.10/jshint.js:10335: pool = new SlowBuffer(Buffer.poolSize);
1358 terriajs-cesium-1.15.6.tgz/ThirdParty/jshint-2.1.10/jshint.js:10293: this.parent = new SlowBuffer(this.length);
1358 babel-standalone-6.4.4.tgz/babel.js:18907: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
1317 fastn-2.5.2.tgz/test/index.browser.js:7343: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
1254 wpcom-4.8.3.tgz/webapp/tests/mocha.js:6499: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
1145 mammoth-0.3.30.tgz/mammoth.browser.js:10450: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
1064 backbone-orm-0.7.14.tgz/backbone-orm.js:5744: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
1060 redux-apis-0.12.0.tgz/lib/redux-apis.spec.js:2888: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
1021 bitballoon-0.2.2.tgz/browser/bitballoon.js:1527: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
982 gom-0.1.14.tgz/browser/gom.js:841: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
925 kevoree-core-8.2.2.tgz/browser/kevoree-core.js:2227: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
924 libquassel-0.9.4.tgz/client/libquassel.js:15388: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
919 wiki-client-0.7.1.tgz/client/test/testclient.js:4630: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
853 tabled-0.3.6.tgz/test/test.bundle.js:1919: pool = new SlowBuffer(Buffer.poolSize);
853 tabled-0.3.6.tgz/test/test.bundle.js:1882: this.parent = new SlowBuffer(this.length);
772 data-forge-0.0.16.tgz/examples/4. plot share price from http csv/data-forge-compiled.js:257: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
772 data-forge-0.0.16.tgz/examples/3. plot - in browser - with dates/data-forge-compiled.js:257: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
772 data-forge-0.0.16.tgz/examples/2. plot - in browser/data-forge-compiled.js:257: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
763 appbase-js-0.10.4.tgz/browser/appbase.js:1462: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
754 globi-0.0.60.tgz/globi-dist.js:20236: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
730 any2api-generator-rest-0.2.1.tgz/tpl/console/v1/scripts/api-console-vendor.js:66214: return new SlowBuffer(subject, encoding, noZero)
710 api-javascript-0.5.34.tgz/test/browser/mocha.js:6511: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
700 flint-babel-core-5.9.1.tgz/browser.js:619: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
671 trepo-0.9.0.tgz/lib/trepo-server.js:13364: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
667 pixi-tiledmap-1.7.2.tgz/bin/pixi-tiledmap.js:6867: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
656 ethereumjs-vm-1.1.0.tgz/examples/runcode-browserify.js:30581: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
572 fondue-0.6.1.tgz/lib/fondue.browser.js:18360: pool = new SlowBuffer(Buffer.poolSize);
572 fondue-0.6.1.tgz/lib/fondue.browser.js:18323: this.parent = new SlowBuffer(this.length);
572 fondue-0.6.1.tgz/lib/fondue.browser.js:16892: pool = new SlowBuffer(Buffer.poolSize);
572 fondue-0.6.1.tgz/lib/fondue.browser.js:16850: this.parent = new SlowBuffer(this.length);
564 globi-data-0.0.44.tgz/globi-data-dist.js:1260: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
559 richtemplate-0.2.21.tgz/dev/templating/htmlparser2.js:3050: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
559 pandexio-sdk-0.4.55.tgz/test/test.bundle.js:20618: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
558 data-forge-to-highstock-0.0.14.tgz/to-highstock.dist.js:255: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
528 enti-5.1.0.tgz/test/index.browser.js:2896: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
474 node-etp-1.0.4-40.tgz/test/browser/tests.js:5963: pool = new SlowBuffer(Buffer.poolSize);
474 node-etp-1.0.4-40.tgz/test/browser/tests.js:5921: this.parent = new SlowBuffer(this.length);
474 node-etp-1.0.4-40.tgz/test/browser/tests.js:3547: pool = new SlowBuffer(Buffer.poolSize);
474 node-etp-1.0.4-40.tgz/test/browser/tests.js:3510: this.parent = new SlowBuffer(this.length);
474 node-etp-1.0.4-40.tgz/test/browser/tests.js:1485: pool = new SlowBuffer(Buffer.poolSize);
474 node-etp-1.0.4-40.tgz/test/browser/tests.js:1443: this.parent = new SlowBuffer(this.length);
474 node-etp-1.0.4-40.tgz/lib/browser/etp.js:821: pool = new SlowBuffer(Buffer.poolSize);
474 node-etp-1.0.4-40.tgz/lib/browser/etp.js:779: this.parent = new SlowBuffer(this.length);
474 node-etp-1.0.4-40.tgz/lib/browser/etp.js:2883: pool = new SlowBuffer(Buffer.poolSize);
474 node-etp-1.0.4-40.tgz/lib/browser/etp.js:2846: this.parent = new SlowBuffer(this.length);
465 data-forge-indicators-0.0.11.tgz/indicators.dist.js:255: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
464 trepo-webworker-0.9.0.tgz/trepo-webworker.js:3993: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
461 uninspected-1.8.0.tgz/uninspected.js:352: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
461 natural-selection-1.0.0.tgz/tests/index.browser.js:558: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
425 eris-db-0.14.1.tgz/test/browser/test_js/test_rpc_ws.js:8296: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
425 eris-db-0.14.1.tgz/test/browser/test_js/test_rpc.js:3784: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
425 eris-db-0.14.1.tgz/test/browser/test_js/test_rpc_filters.js:3511: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
425 eris-db-0.14.1.tgz/test/browser/test_js/test_rpc_events_ws.js:3573: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
425 eris-db-0.14.1.tgz/test/browser/test_js/test_rpc_events.js:3567: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
421 sardines-0.4.5.tgz/lib/builtin/buffer.js:276: pool = new SlowBuffer(Buffer.poolSize);
421 sardines-0.4.5.tgz/lib/builtin/buffer.js:238: this.parent = new SlowBuffer(this.length);
415 route-tree-2.3.4.tgz/test/index.browser.js:259: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
415 jspm-loader-css-1.0.1-beta1.tgz/autoprefixer.js:4183: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
415 fernet-0.3.0.tgz/fernetBrowser.js:5760: pool = new SlowBuffer(Buffer.poolSize);
415 fernet-0.3.0.tgz/fernetBrowser.js:5723: this.parent = new SlowBuffer(this.length);
415 fernet-0.3.0.tgz/fernetBrowser.js:4292: pool = new SlowBuffer(Buffer.poolSize);
415 fernet-0.3.0.tgz/fernetBrowser.js:4250: this.parent = new SlowBuffer(this.length);
393 kevoree-group-ws-5.3.1.tgz/browser/kevoree-group-ws.js:1991: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
386 babel-browser-6.1.19.tgz/browser.js:384: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
384 keybase-nacl-1.0.1.tgz/test/browser/test.js:472: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
383 closeheat-editor-1.6.7.tgz/browser/js/core.js:43664: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
379 adextent-phantom-0.9.1.tgz/shim.js:386: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
377 wife-sdk-0.6.7.tgz/lib/i18next-text/i18next-text.js:420: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding);
377 wife-sdk-0.6.7.tgz/lib/i18next-text/i18next-text.js:419: function SlowBuffer(subject, encoding) {
377 wife-sdk-0.6.7.tgz/lib/i18next-text/i18next-text.hash.js:474: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
369 ljve-inspector-0.12.3.tgz/plugins/esnext-console/babel/browser.js:29093: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
369 data-forge-from-yahoo-0.0.9.tgz/from-yahoo.dist.js:6880: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
362 react-avatar-0.5.0.tgz/preview.js:730: return new SlowBuffer(subject, encoding, noZero)
362 react-avatar-0.5.0.tgz/preview.js:728:function SlowBuffer(subject, encoding, noZero) {
354 etp-server-0.4.7-11.tgz/lib/browser/node-ralf.js:6261: pool = new SlowBuffer(Buffer.poolSize);
354 etp-server-0.4.7-11.tgz/lib/browser/node-ralf.js:6224: this.parent = new SlowBuffer(this.length);
354 etp-server-0.4.7-11.tgz/lib/browser/node-ralf.js:4199: pool = new SlowBuffer(Buffer.poolSize);
354 etp-server-0.4.7-11.tgz/lib/browser/node-ralf.js:4157: this.parent = new SlowBuffer(this.length);
354 etp-server-0.4.7-11.tgz/lib/browser/node-ralf.js:19130: pool = new SlowBuffer(Buffer.poolSize);
354 etp-server-0.4.7-11.tgz/lib/browser/node-ralf.js:19088: this.parent = new SlowBuffer(this.length);
351 d3plus-1.8.0.tgz/d3plus.js:243: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
351 d3plus-1.8.0.tgz/d3plus.full.js:243: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
335 wtf_wikipedia-0.2.0.tgz/client_side/wikiscript.js:6878: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
335 flux-stores-0.11.2.tgz/test/browser/flux-stores-tests.js:4194: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
325 bitauth-0.3.2.tgz/tests.js:988: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
325 bitauth-0.3.2.tgz/bitauth.js:803: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
319 nms.js-0.0.53.tgz/lib/shellServer/lib/client/js/socket.io-stream.js:1047: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
308 gremlin-2.0.0.tgz/gremlin.js:159: return new SlowBuffer(subject, encoding, noZero)
305 amdify-0.0.26.tgz/lib/builtin/buffer.js:273: pool = new SlowBuffer(Buffer.poolSize);
305 amdify-0.0.26.tgz/lib/builtin/buffer.js:235: this.parent = new SlowBuffer(this.length);
303 cucumber-sigma-0.8.2.tgz/release/cucumber.js:4032: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
300 promiseland-0.0.24.tgz/modules/parser/imported/asm.js:8690: return new SlowBuffer(subject, encoding, noZero)
300 promiseland-0.0.24.tgz/modules/parser/imported/asm.js:8688:function SlowBuffer(subject, encoding, noZero) {
298 node-chess-1.3.1.tgz/profile/increments.js:243: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
292 stickshift-1.5.1.tgz/stickshift.js:138: return new SlowBuffer(subject, encoding, noZero)
288 react-property-editor-0.2.5.tgz/.publish/common.js:95442: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
274 shp-write-0.2.4.tgz/shpwrite.js:583: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
274 jsoql-pad-0.0.20.tgz/app-browser.js:46226: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
270 babel-fast-react-core-5.8.45.tgz/browser.js:609: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
269 clay-model-salesforce-api-0.1.6.tgz/testcompile.js:257: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
263 pseudorandombytes-2.0.0.tgz/out.js:1538: return new SlowBuffer(subject, encoding, noZero)
263 pseudorandombytes-2.0.0.tgz/out.js:1536:function SlowBuffer(subject, encoding, noZero) {
256 d3rrc-1.0.10.tgz/examples/js/JSXTransformer.js:572: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding, noZero)
244 kevoree-chan-ws-5.3.1.tgz/browser/kevoree-chan-ws.js:7767: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
242 ankh-0.1.9.tgz/perf/ankh.js:6637: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
239 clientmongo-0.3.7.tgz/test/test.js:609: pool = new SlowBuffer(Buffer.poolSize);
239 clientmongo-0.3.7.tgz/test/test.js:572: this.parent = new SlowBuffer(this.length);
236 baidubce-sdk-0.0.17.tgz/baidubce-sdk.bundle.js:7934: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
233 bfs-buffer-0.1.4.tgz/ts/buffer.ts:1340: return new SlowBuffer(length, arg2, arg3);
233 bfs-buffer-0.1.4.tgz/js/buffer.js:1232: return new SlowBuffer(length, arg2, arg3);
233 bfs-buffer-0.1.4.tgz/js/buffer.js:1229: function SlowBuffer(length, arg2, arg3) {
232 gremlin-client-1.0.3.tgz/gremlin.js:159: return new SlowBuffer(subject, encoding, noZero)
225 react-image-publisher-1.0.0.tgz/example/build.js:101488: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
224 throw-in-the-towel-2.0.2.tgz/umd/throw-in-the-towel.js:10487: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
223 tap-browser-console-color-2.1.2.tgz/demo/test.js:1697: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
219 mdm-tunnel-0.1.2.tgz/example/websockets/build.js:4423: pool = new SlowBuffer(Buffer.poolSize);
219 mdm-tunnel-0.1.2.tgz/example/websockets/build.js:4381: this.parent = new SlowBuffer(this.length);
217 jate-0.1.4.tgz/examples/jshint.js:60441: pool = new SlowBuffer(Buffer.poolSize);
217 jate-0.1.4.tgz/examples/jshint.js:60399: this.parent = new SlowBuffer(this.length);
210 upndown-2.0.2.tgz/lib/upndown.bundle.js:733: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
206 react-as-textarea-1.0.2.tgz/test/test.js:886: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
203 pixi-tiled-1.2.1.tgz/bin/pixi-tiled.js:229: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
198 payutc-0.4.0.tgz/payutc-client.js:780: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
192 radiokit-api-0.1.4.tgz/browser/0.1.4/radiokit-api.js:1894: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
192 radiokit-api-0.1.4.tgz/browser/0.1.3/radiokit-api.js:1901: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
192 radiokit-api-0.1.4.tgz/browser/0.1.2/radiokit-api.js:1886: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
192 radiokit-api-0.1.4.tgz/browser/0.1.1/radiokit-api.js:1856: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
192 radiokit-api-0.1.4.tgz/browser/0.1.0/radiokit-api.js:1856: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
192 radiokit-api-0.1.4.tgz/browser/0.0.5/radiokit-api.js:1631: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
192 radiokit-api-0.1.4.tgz/browser/0.0.3/radiokit-api.js:1631: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
188 fluxcapacitor-1.0.11.tgz/example/js/jsx.js:572: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding, noZero)
181 promiseland-webframework-0.1.12.tgz/buildDir/promiseland/modules/parser/imported/asm.js:8690: return new SlowBuffer(subject, encoding, noZero)
181 promiseland-webframework-0.1.12.tgz/buildDir/promiseland/modules/parser/imported/asm.js:8688:function SlowBuffer(subject, encoding, noZero) {
178 raml-1-parser-0.1.0-beta.3.tgz/src/raml1Parser.js:23685: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
164 augur-client-0.1.3.tgz/app/app.js:86180: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
162 hyperd-0.1.0.tgz/hyperd.js:598: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
160 twister-lib-js-0.4.1.tgz/twister-lib.js:42123: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
156 simudp-0.0.16.tgz/SimUDP.js:1395: pool = new SlowBuffer(Buffer.poolSize);
156 simudp-0.0.16.tgz/SimUDP.js:1358: this.parent = new SlowBuffer(this.length);
153 react-published-images-list-0.0.13.tgz/example/build.js:70273: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
150 neo4j-driver-1.0.0-M01.tgz/lib/browser/neo4j-web.test.js:8923: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
150 neo4j-driver-1.0.0-M01.tgz/lib/browser/neo4j-web.js:383: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
149 nmcpp-1.1.9.tgz/mocha/tests.js:7169: return new SlowBuffer(subject, encoding, noZero)
147 wormhole-3.0.0.tgz/test/wormhole.js:29: var buffer = new SlowBuffer(data.length);
147 wormhole-3.0.0.tgz/test/wormhole.js:27:function buildSlowBuffer(data) {
138 supermodels.js-0.1.0.tgz/test/bundle/index.js:1523: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
135 strong-swagger-client-21.1.0.tgz/browser/swagger-client.js:4038: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
134 peerhub-0.1.1.tgz/peerhub.js:135: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
129 bbop-widget-solr-autocomplete-0.0.9.tgz/examples/basic/basic-compiled.js:52953: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
129 bbop-widget-solr-autocomplete-0.0.9.tgz/examples/angularjs/angular-example-compiled.js:80272: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
128 png-itxt-1.3.0.tgz/test/test_bundle.js:4317: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
127 astorjs-1.0.4.tgz/test/lib/mocha.js:6499: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
125 jspm-loader-css-tmp-0.1.14.tgz/autoprefixer.js:4183: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
125 crudlet-pubnub-1.0.0.tgz/example/index.bundle.js:4225: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
123 buffer-dispose-0.0.6.tgz/speed/tcp.js:7: var b = require('buffer').SlowBuffer(SIZE);
122 tuio-extended-0.1.3.tgz/examples/src/TuioCanvas.bundle.js:486: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
120 guesslanguage-0.2.0.tgz/test/assert.js:1641: pool = new SlowBuffer(Buffer.poolSize);
120 guesslanguage-0.2.0.tgz/test/assert.js:1604: this.parent = new SlowBuffer(this.length);
119 ipfs-js-0.0.7.tgz/example/ipfs.js:12868: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
114 bar-of-progress-1.1.0.tgz/test/index.browser.js:324: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
112 fxos-net-0.1.2.tgz/fxos-net.js:263: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
112 fxos-net-0.1.2.tgz/example/fxos-echo/lib/fxos-net.js:263: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
111 react-native-html-render-1.0.3.tgz/lib/htmlparser2.js:5176: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
111 react-native-html-render-1.0.3.tgz/lib/htmlparser2.js:5175: function SlowBuffer(subject, encoding) {
111 machinepack-browserify-1.1.0.tgz/browserified-script.js:216: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
109 rootify-1.1.0.tgz/tests/index.browser.js:247: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
108 ncryptify-0.0.4.tgz/scripts/browser-ncryptify.js:15632: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
108 2lemetry-0.0.7.tgz/api/v2.js:5580: pool = new SlowBuffer(Buffer.poolSize);
108 2lemetry-0.0.7.tgz/api/v2.js:5543: this.parent = new SlowBuffer(this.length);
108 2lemetry-0.0.7.tgz/api/v2.js:3518: pool = new SlowBuffer(Buffer.poolSize);
108 2lemetry-0.0.7.tgz/api/v2.js:3476: this.parent = new SlowBuffer(this.length);
107 react-towel-2.0.0.tgz/umd/react-towel.js:30147: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
106 build-module-1.0.7.tgz/build-module.bundle.js:7302: return new SlowBuffer(subject, encoding, noZero)
105 cesiumjs-1.10.0.tgz/ThirdParty/jshint-2.1.10/jshint.js:10335: pool = new SlowBuffer(Buffer.poolSize);
105 cesiumjs-1.10.0.tgz/ThirdParty/jshint-2.1.10/jshint.js:10293: this.parent = new SlowBuffer(this.length);
104 lightstep-tracer-0.5.36.tgz/test/browser/mocha.js:6511: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
101 sebastiendaniel-modal-2.0.2.tgz/test/mocha.js:6499: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
100 restifier.js-1.0.5.tgz/restifier.js:1829: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
99 kevoree-comp-websiteviewer-1.0.1.tgz/browser/kevoree-comp-websiteviewer.js:493: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
98 desassify-0.1.8.tgz/test_pack.js:140: return new SlowBuffer(subject, encoding, noZero)
97 loadify-0.1.1.tgz/test/fixture/script.client.js:1420: pool = new SlowBuffer(Buffer.poolSize);
97 loadify-0.1.1.tgz/test/fixture/script.client.js:1383: this.parent = new SlowBuffer(this.length);
97 just-date-3.1.3.tgz/test/browser/test_bundle.js:259: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
97 areaeditor-0.0.3.tgz/lib/standalone.js:12670: pool = new SlowBuffer(Buffer.poolSize);
97 areaeditor-0.0.3.tgz/lib/standalone.js:12633: this.parent = new SlowBuffer(this.length);
97 areaeditor-0.0.3.tgz/lib/standalone.js:10608: pool = new SlowBuffer(Buffer.poolSize);
97 areaeditor-0.0.3.tgz/lib/standalone.js:10566: this.parent = new SlowBuffer(this.length);
93 react-mark-0.0.2.tgz/build.js:23889: return new SlowBuffer(subject, encoding);
93 react-mark-0.0.2.tgz/build.js:23887: function SlowBuffer(subject, encoding) {
92 swagger-tools-with-brackets-0.8.7-1.tgz/middleware/swagger-ui/swagger-ui.js:4025: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
92 presh-1.2.2.tgz/test/index.browser.js:226: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
91 measurejs-1.0.3.tgz/test/web/web_test.js:8000: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
90 nest-parrot-0.1.2.tgz/src/babel-browser-support/5.8.34/browser.js:745: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
90 hrm-web-0.0.7.tgz/hrm-web.js:6878: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
90 funes-0.2.0.tgz/testoutput.js:383: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
89 sebastiendaniel-views-1.2.0.tgz/test/mocha.js:6499: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
87 html-renderer-0.0.6.tgz/html-renderer.js:3980: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
87 gaffa-switch-container-1.2.3.tgz/test/index.browser.js:8987: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
86 quick-coder-0.3.1.tgz/code/babel-core-5.8.24-browser.js:609: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
85 kronos-step-archive-arangodb-1.0.2.tgz/tests/travis/ArangoDB-2.6-nightly/js/node/buffer.js:272: pool = new SlowBuffer(Buffer.poolSize);
85 kronos-step-archive-arangodb-1.0.2.tgz/tests/travis/ArangoDB-2.6-nightly/js/node/buffer.js:208: this.parent = new SlowBuffer(0);
85 kronos-step-archive-arangodb-1.0.2.tgz/tests/travis/ArangoDB-2.6-nightly/js/node/buffer.js:195: this.parent = new SlowBuffer(this.length);
84 react-formly-0.0.5.tgz/test/index-built.js:3274: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
84 dbuggr-0.2.0.tgz/src/external/babel-browser.js:713: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
83 hire-forms-list-2.0.0.tgz/examples/index.js:247: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding);
83 hire-forms-list-2.0.0.tgz/examples/index.js:246: function SlowBuffer(subject, encoding) {
82 react-mobiscroll-0.4.0.tgz/.publish/common.js:25826: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
80 perpetually-0.2.1.tgz/demo/index.js:35536: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
80 ol3-cesium-3.9.2.tgz/cesium/ThirdParty/jshint-2.1.10/jshint.js:10335: pool = new SlowBuffer(Buffer.poolSize);
80 ol3-cesium-3.9.2.tgz/cesium/ThirdParty/jshint-2.1.10/jshint.js:10293: this.parent = new SlowBuffer(this.length);
79 coinop-node-0.2.5.tgz/lib/test/unit/browser_bundle.js:252: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
78 unuglify-js-0.9.5.tgz/tmp.js:4592: return new SlowBuffer(subject, encoding, noZero)
78 unuglify-js-0.9.5.tgz/tmp.js:4590:function SlowBuffer(subject, encoding, noZero) {
78 pbasic-tokenizer-0.3.0.tgz/browser.js:32112: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
78 material-timepicker-0.1.2.tgz/ghpages/scripts/mocha.js:6499: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
78 jsriffle-0.1.15.tgz/release/jsRiffle.js:15474: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
77 tern-node-api-doc-0.0.5.tgz/testdata/lib/buffer.js:94:function SlowBuffer(length) {
76 redux-load-api-0.3.0.tgz/lib/redux-load-api.spec.js:2330: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
76 redux-async-api-0.2.0.tgz/lib/redux-async-api.spec.js:2337: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
75 ops.js-6.1.3.tgz/src/combined.js:222: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
74 soda-js-0.2.2.tgz/lib/soda-js.bundle.js:914: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
74 node-ralf-0.0.3.tgz/test/browser/tests.js:6352: pool = new SlowBuffer(Buffer.poolSize);
74 node-ralf-0.0.3.tgz/test/browser/tests.js:6310: this.parent = new SlowBuffer(this.length);
74 node-ralf-0.0.3.tgz/test/browser/tests.js:3199: pool = new SlowBuffer(Buffer.poolSize);
74 node-ralf-0.0.3.tgz/test/browser/tests.js:3162: this.parent = new SlowBuffer(this.length);
74 node-ralf-0.0.3.tgz/test/browser/tests.js:1137: pool = new SlowBuffer(Buffer.poolSize);
74 node-ralf-0.0.3.tgz/test/browser/tests.js:1095: this.parent = new SlowBuffer(this.length);
74 node-ralf-0.0.3.tgz/lib/browser/node-ralf.js:3477: pool = new SlowBuffer(Buffer.poolSize);
74 node-ralf-0.0.3.tgz/lib/browser/node-ralf.js:3440: this.parent = new SlowBuffer(this.length);
74 node-ralf-0.0.3.tgz/lib/browser/node-ralf.js:1415: pool = new SlowBuffer(Buffer.poolSize);
74 node-ralf-0.0.3.tgz/lib/browser/node-ralf.js:1373: this.parent = new SlowBuffer(this.length);
74 ghapi-0.0.5.tgz/examples/ghapi.js:37020: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
72 tesseract.js-1.0.0.tgz/worker/worker.js:10090: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
71 plott-0.0.5.tgz/plott.js:626: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
71 modal-component-1.1.0.tgz/example/index.browser.js:255: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
70 react-analyzer-0.0.5.tgz/index.bundle.js:70253: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
69 dsp-interface-0.2.6.tgz/tpain.js:4813: pool = new SlowBuffer(Buffer.poolSize);
69 dsp-interface-0.2.6.tgz/tpain.js:4776: this.parent = new SlowBuffer(this.length);
68 angular2-oauth2-1.2.0.tgz/bundle/oauth.js:255: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
66 ncbi-eutils-0.2.2.tgz/ncbi-eutils.js:224: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
64 mf-js-1.1.2.tgz/test/main.build.js:719: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
63 same-encoder-1.1.2.tgz/bundle/SAME.js:224: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
63 css-ns-1.0.0.tgz/test/mocha.js:6499: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-buffer.js:334:var b = new SlowBuffer(5);
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-buffer.js:1129: new SlowBuffer(smalloc.kMaxLength + 1);
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-buffer.js:1090: SlowBuffer(0).slice(0, 1);
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-buffer-inspect.js:45:s = new buffer.SlowBuffer(2);
60 biojs-vis-blast-0.1.5.tgz/node/test/simple/test-buffer-inspect.js:34:var s = new buffer.SlowBuffer(4);
60 biojs-vis-blast-0.1.5.tgz/node/lib/buffer.js:118:function SlowBuffer(length) {
60 biojs-vis-blast-0.1.5.tgz/node/benchmark/buffers/buffer-slice.js:10:var slowBuf = new SlowBuffer(1024);
59 enhanced-log-2.6.0.tgz/test/test-browser.js:133: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
59 chicago-1.1.0.tgz/test/mocha/js/mocha.js:6453: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
57 react-openpublish-profile-1.0.3.tgz/example/build.js:38834: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
56 chrome-bus-2.1.1.tgz/test/chrome-app/webview.js:320: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
56 chrome-bus-2.1.1.tgz/test/chrome-app/index.js:320: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
56 chrome-bus-2.1.1.tgz/test/chrome-app/background.js:320: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
55 clowder-1.3.0.tgz/chrome-app/index.js:577: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
55 clowder-1.3.0.tgz/chrome-app/background.js:577: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
53 tribune-bing-geocoder-0.2.0.tgz/tribune-bing-geocoder.js:498: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
53 jsg-0.0.3.tgz/testdata/node_core_modules/buffer.js:94:function SlowBuffer(length) {
53 colonnade-0.1.3.tgz/demo/index.js:35525: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
51 chext-0.0.1.tgz/mocha/web_worker.reporter._pre-compiled_.js:500: return new SlowBuffer(subject, encoding, noZero)
51 chext-0.0.1.tgz/mocha/web_worker.reporter._pre-compiled_.js:498:function SlowBuffer(subject, encoding, noZero) {
51 chext-0.0.1.tgz/mocha/test.bundle.js:216: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
51 airvantage-0.0.3.tgz/dest/airvantage.browser.js:11859: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
50 immutio-client-0.1.1.tgz/test/browser.js:1251: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
50 enum-i18n-0.1.2.tgz/lib/enum-i18n.js:661: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
48 socketpeer-1.0.2.tgz/socketpeer.js:135: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
47 nmcns-0.1.3.tgz/mocha/tests.js:6705: return new SlowBuffer(subject, encoding, noZero)
47 bacon.animationframe-0.2.2.tgz/tests/bacon.animationFrame.spec.js:3948: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
47 archive-arangodb-1.1.0.tgz/test/travis/ArangoDB-2.6-nightly/js/node/buffer.js:272: pool = new SlowBuffer(Buffer.poolSize);
47 archive-arangodb-1.1.0.tgz/test/travis/ArangoDB-2.6-nightly/js/node/buffer.js:208: this.parent = new SlowBuffer(0);
47 archive-arangodb-1.1.0.tgz/test/travis/ArangoDB-2.6-nightly/js/node/buffer.js:195: this.parent = new SlowBuffer(this.length);
46 rigger-browserify-0.1.1.tgz/test/output/require-http.js:5720: pool = new SlowBuffer(Buffer.poolSize);
46 rigger-browserify-0.1.1.tgz/test/output/require-http.js:5683: this.parent = new SlowBuffer(this.length);
46 rigger-browserify-0.1.1.tgz/test/output/require-http.js:3658: pool = new SlowBuffer(Buffer.poolSize);
46 rigger-browserify-0.1.1.tgz/test/output/require-http.js:3616: this.parent = new SlowBuffer(this.length);
46 rigger-browserify-0.1.1.tgz/test/output/require-http.js:1712: pool = new SlowBuffer(Buffer.poolSize);
46 rigger-browserify-0.1.1.tgz/test/output/require-http.js:1670: this.parent = new SlowBuffer(this.length);
46 demodule-0.0.8.tgz/builtins/buffer.js:262: pool = new SlowBuffer(Buffer.poolSize);
46 demodule-0.0.8.tgz/builtins/buffer.js:225: this.parent = new SlowBuffer(this.length);
45 node-core-lib-0.11.11.tgz/buffer.js:94:function SlowBuffer(length) {
44 swagger-static-0.3.0.tgz/swagger/swagger-ui.js:4800: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
44 react-modal-es6-0.1.1.tgz/example/scripts/app.js:467: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
43 fsplit-0.0.2.tgz/lib/fsplit.js:56: delim = new SlowBuffer(Buffer.bytelength(delim)).fill(delim);
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-buffer.js:334:var b = new SlowBuffer(5);
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-buffer.js:1129: new SlowBuffer(smalloc.kMaxLength + 1);
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-buffer.js:1090: SlowBuffer(0).slice(0, 1);
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-buffer-inspect.js:45:s = new buffer.SlowBuffer(2);
43 flush-all-0.1.1.tgz/node-v0.13/test/simple/test-buffer-inspect.js:34:var s = new buffer.SlowBuffer(4);
43 flush-all-0.1.1.tgz/node-v0.13/lib/buffer.js:120:function SlowBuffer(length) {
43 flush-all-0.1.1.tgz/node-v0.13/benchmark/buffers/buffer-slice.js:10:var slowBuf = new SlowBuffer(1024);
42 swaggerize-express-api-composition-1.0.1.tgz/swagger-ui/swagger-ui.js:4550: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
42 start-web-dev-0.3.0.tgz/js/JSXTransformer-0.13.3.js:570: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
42 mesh-pubnub-2.0.1.tgz/example/index.bundle.js:4225: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
42 get-nans-1.1.0.tgz/test-browser.js:248: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
40 node-timer-0.3.0.tgz/suit/buffer/buffer_creation.js:90: new SlowBuffer(1000);
40 node-timer-0.3.0.tgz/suit/buffer/buffer_creation.js:85: SlowBuffer(1000);
40 node-timer-0.3.0.tgz/suit/buffer/buffer_creation.js:80: new SlowBuffer(100);
40 node-timer-0.3.0.tgz/suit/buffer/buffer_creation.js:75: SlowBuffer(100);
40 node-timer-0.3.0.tgz/suit/buffer/buffer_creation.js:70: new SlowBuffer(1);
40 node-timer-0.3.0.tgz/suit/buffer/buffer_creation.js:65: SlowBuffer(1);
40 node-timer-0.3.0.tgz/suit/buffer/buffer_copy.js:17:var slow1 = new SlowBuffer(1e3);
40 node-timer-0.3.0.tgz/suit/buffer/buffer_copy.js:16:var slow0 = new SlowBuffer(1e3);
40 cucumber-redbox-0.7.1.tgz/release/cucumber.js:4344: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
38 node-core-test-simple-0.11.11.tgz/test-buffer.js:952: SlowBuffer(0).slice(0, 1);
38 node-core-test-simple-0.11.11.tgz/test-buffer.js:283:var b = new SlowBuffer(5);
38 node-core-test-simple-0.11.11.tgz/test-buffer-inspect.js:45:s = new buffer.SlowBuffer(2);
38 node-core-test-simple-0.11.11.tgz/test-buffer-inspect.js:34:var s = new buffer.SlowBuffer(4);
38 fs-core-1.0.0.tgz/fs.js:356: context.buffer = new SlowBuffer(size);
38 fs-core-1.0.0.tgz/fs.js:288: buffer = this.buffer = new SlowBuffer(kReadFileBufferLength);
37 swagger-tools-apigee-1.0.0.tgz/middleware/swagger-ui/swagger-ui.js:4897: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
37 portable-js-0.0.3.tgz/misc/node/buffer.js:132:function SlowBuffer(length) {
37 portable-js-0.0.3.tgz/misc/io/fs.js:337: context.buffer = new SlowBuffer(size);
37 portable-js-0.0.3.tgz/misc/io/fs.js:276: buffer = this.buffer = new SlowBuffer(kReadFileBufferLength);
37 portable-js-0.0.3.tgz/misc/io/buffer.js:180:function SlowBuffer(length) {
37 doubledot-browserify-1.10.4.tgz/builtins/buffer.js:82: pool = new SlowBuffer(Buffer.poolSize);
37 doubledot-browserify-1.10.4.tgz/builtins/buffer.js:47: this.parent = new SlowBuffer(this.length);
37 babel-core-flint-5.8.32.tgz/browser.js:619: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
36 weblas-0.8.0.tgz/test.js:5724: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
36 weblas-0.8.0.tgz/benchmark.js:9248: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
36 lindongfang-1.0.1.tgz/JSXTransformer.js:572: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding, noZero)
36 hexr-pathfinder-1.1.0.tgz/test/browserified_tests.js:6151: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
35 tentacle.js-0.1.0.tgz/.tmp/test.js:255: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
35 outer-dimensions-1.0.1.tgz/tests/index.browser.js:2423: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
35 js-data-rethinkdbdash-websocket-2.0.17-1.tgz/__test__/dist.js:19320: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
34 jw-jspm-loader-css-0.0.2.tgz/autoprefixer.js:4183: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
34 jade-memory-fs-0.0.2.tgz/jade.js:3911: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
33 swagger-tools-modified-0.9.11.tgz/middleware/swagger-ui/swagger-ui.js:4897: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
33 kevoree-comp-msgsender-1.0.0.tgz/browser/kevoree-comp-msgsender.js:216: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
32 typenode-0.1.1.tgz/example/buffer.ts:300: let sb = new SlowBuffer(10);
32 requirehit-browser-0.1.0.tgz/lib/natives/buffer.js:127:function SlowBuffer(length) {
32 react-openpublish-iframe-0.0.3.tgz/example/js/build.js:82896: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
32 rct-graphics-inspector-0.1.1.tgz/client/build.js:243: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
32 cw-attrconv-0.2.0.tgz/cw-attrconv.js:604: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
31 nodesocket-browserify-0.1.3.tgz/bin/nodesocket.js:1064: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
29 mesh-webrtc-0.0.8.tgz/example/index.bundle.js:6132: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
29 dnsjs-0.1.1.tgz/mocha/tests.js:6708: return new SlowBuffer(subject, encoding, noZero)
27 webtorrentapp-0.0.1.tgz/webtorrentapp.js:579: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
26 gyrejs-localgyre-0.0.1.tgz/example/browser.js:745: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:929: var sbuf = new SlowBuffer(1);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:923: var sbuf = new SlowBuffer(len);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:915: var sbuf = new SlowBuffer(len);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:907: var buf = new SlowBuffer(8);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:902: var buf = new SlowBuffer(8);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:885: var buf = new SlowBuffer(8);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:880: var buf = new SlowBuffer(8);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:665: var b = new SlowBuffer(10);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:601:var x = buildSlowBuffer([0x81, 0xa3, 0x66, 0x6f, 0x6f, 0xa3, 0x62, 0x61, 0x72]);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:592: var buffer = new SlowBuffer(data.length);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:590:function buildSlowBuffer(data) {
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:33: var buf = new SlowBuffer(0);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:169:var sb = new SlowBuffer(b.length);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-buffer.js:132:var sb = new SlowBuffer(b.length);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/buffer.js:271: pool = new SlowBuffer(Buffer.poolSize);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/buffer.js:194: this.parent = new SlowBuffer(this.length);
25 pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/buffer.js:153:var zeroBuffer = new SlowBuffer(0);
23 react-trackable-1.0.0.tgz/demo/built.js:92885: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
23 react-trackable-1.0.0.tgz/demo/built.js:25954: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
23 react-designer-core-0.0.4.tgz/.publish/common.js:80818: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
23 lupin-0.0.0.tgz/examples/jspm/npm/babel-core@5.8.22/browser.js:716: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
23 brooklet-0.2.4.tgz/browser/brooklet.js:933: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
23 amp-ui-3.2.0.tgz/swagger-ui.js:4550: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
22 trueno.io-0.0.0.tgz/lib/jailed/_pluginWeb.js:6203: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
22 noctua-0.0.10.tgz/deploy/js/NoctuaLanding.js:66602: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
22 noctua-0.0.10.tgz/deploy/js/NoctuaEditor.js:66602: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
22 noctua-0.0.10.tgz/deploy/js/BaristaSession.js:66602: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
22 noctua-0.0.10.tgz/deploy/js/BaristaLogout.js:66602: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
22 noctua-0.0.10.tgz/deploy/js/BaristaLogin.js:66602: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
22 lucker-1.12.0.tgz/ThirdParty/jshint-2.1.10/jshint.js:10335: pool = new SlowBuffer(Buffer.poolSize);
22 lucker-1.12.0.tgz/ThirdParty/jshint-2.1.10/jshint.js:10293: this.parent = new SlowBuffer(this.length);
22 genecluster-vis-0.0.1.tgz/genecluster-vis.js:224: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
21 react-style-prefix-0.2.0.tgz/mocha-test/mocha.js:6499: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
21 parametric-svg-example-app-1.0.0.tgz/app/parametric-svg-element.js:495: return new SlowBuffer(subject, encoding, noZero)
21 parametric-svg-example-app-1.0.0.tgz/app/parametric-svg-element.js:493:function SlowBuffer(subject, encoding, noZero) {
21 mocha-nocache-0.1.0.tgz/mocha.js:6644: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
20 uscp-1.0.0.tgz/test/index.browser.js:1874: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
20 uscp-1.0.0.tgz/example/index.browser.js:2031: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
20 node-natives-0.10.25.tgz/buffer.js:271: pool = new SlowBuffer(Buffer.poolSize);
20 node-natives-0.10.25.tgz/buffer.js:194: this.parent = new SlowBuffer(this.length);
20 node-natives-0.10.25.tgz/buffer.js:153:var zeroBuffer = new SlowBuffer(0);
20 hire-forms-example-1.0.0.tgz/index.js:255: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
19 wiki-plugin-datscript-1.0.0.tgz/client/datscript.js:5437: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
19 swagger-tools-customized-1.0.1.tgz/middleware/swagger-ui/swagger-ui.js:4025: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
19 react-openpublish-doc-0.0.1.tgz/example/build.js:58816: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
19 funkierjs-1.0.0.tgz/browser_test/testsuite.js:14844: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
19 cw-htmlconv-0.3.0.tgz/cw-htmlconv.js:604: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
18 react-hexviewer-1.0.1.tgz/src/hexviewer.js:318: return new SlowBuffer(subject, encoding, noZero)
18 ncbi-eutils-xml-0.2.2.tgz/ncbi-eutils.js:247: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
18 lyrical-0.0.1.tgz/demo/lab_demo/common.js:6597: pool = new SlowBuffer(Buffer.poolSize);
18 lyrical-0.0.1.tgz/demo/lab_demo/common.js:6560: this.parent = new SlowBuffer(this.length);
18 lyrical-0.0.1.tgz/demo/lab_demo/common.js:5129: pool = new SlowBuffer(Buffer.poolSize);
18 lyrical-0.0.1.tgz/demo/lab_demo/common.js:5087: this.parent = new SlowBuffer(this.length);
18 lyrical-0.0.1.tgz/demo/common.js:6637: pool = new SlowBuffer(Buffer.poolSize);
18 lyrical-0.0.1.tgz/demo/common.js:6600: this.parent = new SlowBuffer(this.length);
18 lyrical-0.0.1.tgz/demo/common.js:5169: pool = new SlowBuffer(Buffer.poolSize);
18 lyrical-0.0.1.tgz/demo/common.js:5127: this.parent = new SlowBuffer(this.length);
17 crudlet-webrtc-0.0.7.tgz/example/index.bundle.js:6132: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
16 nodemcu_editor-0.0.1.tgz/web/site/js/app.js:22085: if (!(this instanceof SlowBuffer)) return new SlowBuffer(subject, encoding)
16 multigraph-2.0.0.tgz/spec/allspecs.js:80473: return new SlowBuffer(subject, encoding, noZero)
? MultiRL-1.0.2.tgz/templates/RexSprite.js:11268: return new SlowBuffer(subject, encoding, noZero)
? MultiRL-1.0.2.tgz/templates/RexSprite.js:11266:function SlowBuffer(subject, encoding, noZero) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment