function anonymous( ) { return function checkPingRequest(v, f, h, p) { if ( v === null || typeof v != 'object' || (f && !this._checkFields(v)) ) { if (h) { h(v, this); } return false; } return true; }; }