5 b = function doB(q, wer, ty) {
19 return log('foo') + 'bar';
22 ipsum: function(amet) {
29 var noop = function() {};
32 var add = function(a, b) {
43 then: function( /* fnDone, fnFail, fnProgress */ ) {
50 var foo = new MyConstructor(function otherFunction() {});
55 if (!this._pollReceive) {
56 this._pollReceive = nn.PollReceiveSocket(this.binding, function(events) {
57 if (events) this._receive();
62 var foo = function foo() {
66 var foo = function() {
70 // default params (#285)
71 var defaultParams = function defaults(z, x = 1, y = 2) {