@@ -583,7 +583,7 @@ proto.Argument.prototype.toObject = function(opt_includeInstance) {
583583 * @suppress {unusedLocalVariables} f is only used for nested messages
584584 */
585585proto . Argument . toObject = function ( includeInstance , msg ) {
586- var obj = {
586+ var f , obj = {
587587 error : ( f = msg . getError ( ) ) && proto . Argument . ErrorValue . toObject ( includeInstance , f ) ,
588588 buffer : ( f = msg . getBuffer ( ) ) && proto . Argument . BufferValue . toObject ( includeInstance , f ) ,
589589 object : ( f = msg . getObject ( ) ) && proto . Argument . ObjectValue . toObject ( includeInstance , f ) ,
@@ -843,7 +843,7 @@ proto.Argument.ErrorValue.prototype.toObject = function(opt_includeInstance) {
843843 * @suppress {unusedLocalVariables} f is only used for nested messages
844844 */
845845proto . Argument . ErrorValue . toObject = function ( includeInstance , msg ) {
846- var obj = {
846+ var f , obj = {
847847 message : jspb . Message . getFieldWithDefault ( msg , 1 , "" ) ,
848848 stack : jspb . Message . getFieldWithDefault ( msg , 2 , "" ) ,
849849 code : jspb . Message . getFieldWithDefault ( msg , 3 , "" )
@@ -1022,7 +1022,7 @@ proto.Argument.BufferValue.prototype.toObject = function(opt_includeInstance) {
10221022 * @suppress {unusedLocalVariables} f is only used for nested messages
10231023 */
10241024proto . Argument . BufferValue . toObject = function ( includeInstance , msg ) {
1025- var obj = {
1025+ var f , obj = {
10261026 data : msg . getData_asB64 ( )
10271027 } ;
10281028
@@ -1171,7 +1171,7 @@ proto.Argument.ObjectValue.prototype.toObject = function(opt_includeInstance) {
11711171 * @suppress {unusedLocalVariables} f is only used for nested messages
11721172 */
11731173proto . Argument . ObjectValue . toObject = function ( includeInstance , msg ) {
1174- var obj = {
1174+ var f , obj = {
11751175 dataMap : ( f = msg . getDataMap ( ) ) ? f . toObject ( includeInstance , proto . Argument . toObject ) : [ ]
11761176 } ;
11771177
@@ -1308,7 +1308,7 @@ proto.Argument.ArrayValue.prototype.toObject = function(opt_includeInstance) {
13081308 * @suppress {unusedLocalVariables} f is only used for nested messages
13091309 */
13101310proto . Argument . ArrayValue . toObject = function ( includeInstance , msg ) {
1311- var obj = {
1311+ var f , obj = {
13121312 dataList : jspb . Message . toObjectList ( msg . getDataList ( ) ,
13131313 proto . Argument . toObject , includeInstance )
13141314 } ;
@@ -1455,7 +1455,7 @@ proto.Argument.ProxyValue.prototype.toObject = function(opt_includeInstance) {
14551455 * @suppress {unusedLocalVariables} f is only used for nested messages
14561456 */
14571457proto . Argument . ProxyValue . toObject = function ( includeInstance , msg ) {
1458- var obj = {
1458+ var f , obj = {
14591459 id : jspb . Message . getFieldWithDefault ( msg , 1 , 0 )
14601460 } ;
14611461
@@ -1580,7 +1580,7 @@ proto.Argument.FunctionValue.prototype.toObject = function(opt_includeInstance)
15801580 * @suppress {unusedLocalVariables} f is only used for nested messages
15811581 */
15821582proto . Argument . FunctionValue . toObject = function ( includeInstance , msg ) {
1583- var obj = {
1583+ var f , obj = {
15841584 id : jspb . Message . getFieldWithDefault ( msg , 1 , 0 )
15851585 } ;
15861586
@@ -1705,7 +1705,7 @@ proto.Argument.NullValue.prototype.toObject = function(opt_includeInstance) {
17051705 * @suppress {unusedLocalVariables} f is only used for nested messages
17061706 */
17071707proto . Argument . NullValue . toObject = function ( includeInstance , msg ) {
1708- var obj = {
1708+ var f , obj = {
17091709
17101710 } ;
17111711
@@ -1804,7 +1804,7 @@ proto.Argument.UndefinedValue.prototype.toObject = function(opt_includeInstance)
18041804 * @suppress {unusedLocalVariables} f is only used for nested messages
18051805 */
18061806proto . Argument . UndefinedValue . toObject = function ( includeInstance , msg ) {
1807- var obj = {
1807+ var f , obj = {
18081808
18091809 } ;
18101810
@@ -1903,7 +1903,7 @@ proto.Argument.DateValue.prototype.toObject = function(opt_includeInstance) {
19031903 * @suppress {unusedLocalVariables} f is only used for nested messages
19041904 */
19051905proto . Argument . DateValue . toObject = function ( includeInstance , msg ) {
1906- var obj = {
1906+ var f , obj = {
19071907 date : jspb . Message . getFieldWithDefault ( msg , 1 , "" )
19081908 } ;
19091909
@@ -2449,7 +2449,7 @@ proto.Method.prototype.toObject = function(opt_includeInstance) {
24492449 * @suppress {unusedLocalVariables} f is only used for nested messages
24502450 */
24512451proto . Method . toObject = function ( includeInstance , msg ) {
2452- var obj = {
2452+ var f , obj = {
24532453 namedProxy : ( f = msg . getNamedProxy ( ) ) && proto . Method . Named . toObject ( includeInstance , f ) ,
24542454 numberedProxy : ( f = msg . getNumberedProxy ( ) ) && proto . Method . Numbered . toObject ( includeInstance , f )
24552455 } ;
@@ -2582,7 +2582,7 @@ proto.Method.Named.prototype.toObject = function(opt_includeInstance) {
25822582 * @suppress {unusedLocalVariables} f is only used for nested messages
25832583 */
25842584proto . Method . Named . toObject = function ( includeInstance , msg ) {
2585- var obj = {
2585+ var f , obj = {
25862586 id : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
25872587 module : jspb . Message . getFieldWithDefault ( msg , 2 , 0 ) ,
25882588 method : jspb . Message . getFieldWithDefault ( msg , 3 , "" ) ,
@@ -2817,7 +2817,7 @@ proto.Method.Numbered.prototype.toObject = function(opt_includeInstance) {
28172817 * @suppress {unusedLocalVariables} f is only used for nested messages
28182818 */
28192819proto . Method . Numbered . toObject = function ( includeInstance , msg ) {
2820- var obj = {
2820+ var f , obj = {
28212821 id : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
28222822 proxyId : jspb . Message . getFieldWithDefault ( msg , 2 , 0 ) ,
28232823 method : jspb . Message . getFieldWithDefault ( msg , 3 , "" ) ,
@@ -3045,7 +3045,7 @@ proto.Method.Fail.prototype.toObject = function(opt_includeInstance) {
30453045 * @suppress {unusedLocalVariables} f is only used for nested messages
30463046 */
30473047proto . Method . Fail . toObject = function ( includeInstance , msg ) {
3048- var obj = {
3048+ var f , obj = {
30493049 id : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
30503050 response : ( f = msg . getResponse ( ) ) && proto . Argument . toObject ( includeInstance , f )
30513051 } ;
@@ -3217,7 +3217,7 @@ proto.Method.Success.prototype.toObject = function(opt_includeInstance) {
32173217 * @suppress {unusedLocalVariables} f is only used for nested messages
32183218 */
32193219proto . Method . Success . toObject = function ( includeInstance , msg ) {
3220- var obj = {
3220+ var f , obj = {
32213221 id : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
32223222 response : ( f = msg . getResponse ( ) ) && proto . Argument . toObject ( includeInstance , f )
32233223 } ;
@@ -3481,7 +3481,7 @@ proto.Callback.prototype.toObject = function(opt_includeInstance) {
34813481 * @suppress {unusedLocalVariables} f is only used for nested messages
34823482 */
34833483proto . Callback . toObject = function ( includeInstance , msg ) {
3484- var obj = {
3484+ var f , obj = {
34853485 namedCallback : ( f = msg . getNamedCallback ( ) ) && proto . Callback . Named . toObject ( includeInstance , f ) ,
34863486 numberedCallback : ( f = msg . getNumberedCallback ( ) ) && proto . Callback . Numbered . toObject ( includeInstance , f )
34873487 } ;
@@ -3614,7 +3614,7 @@ proto.Callback.Named.prototype.toObject = function(opt_includeInstance) {
36143614 * @suppress {unusedLocalVariables} f is only used for nested messages
36153615 */
36163616proto . Callback . Named . toObject = function ( includeInstance , msg ) {
3617- var obj = {
3617+ var f , obj = {
36183618 module : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
36193619 callbackId : jspb . Message . getFieldWithDefault ( msg , 2 , 0 ) ,
36203620 argsList : jspb . Message . toObjectList ( msg . getArgsList ( ) ,
@@ -3822,7 +3822,7 @@ proto.Callback.Numbered.prototype.toObject = function(opt_includeInstance) {
38223822 * @suppress {unusedLocalVariables} f is only used for nested messages
38233823 */
38243824proto . Callback . Numbered . toObject = function ( includeInstance , msg ) {
3825- var obj = {
3825+ var f , obj = {
38263826 proxyId : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
38273827 callbackId : jspb . Message . getFieldWithDefault ( msg , 2 , 0 ) ,
38283828 argsList : jspb . Message . toObjectList ( msg . getArgsList ( ) ,
@@ -4115,7 +4115,7 @@ proto.Event.prototype.toObject = function(opt_includeInstance) {
41154115 * @suppress {unusedLocalVariables} f is only used for nested messages
41164116 */
41174117proto . Event . toObject = function ( includeInstance , msg ) {
4118- var obj = {
4118+ var f , obj = {
41194119 namedEvent : ( f = msg . getNamedEvent ( ) ) && proto . Event . Named . toObject ( includeInstance , f ) ,
41204120 numberedEvent : ( f = msg . getNumberedEvent ( ) ) && proto . Event . Numbered . toObject ( includeInstance , f )
41214121 } ;
@@ -4248,7 +4248,7 @@ proto.Event.Named.prototype.toObject = function(opt_includeInstance) {
42484248 * @suppress {unusedLocalVariables} f is only used for nested messages
42494249 */
42504250proto . Event . Named . toObject = function ( includeInstance , msg ) {
4251- var obj = {
4251+ var f , obj = {
42524252 module : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
42534253 event : jspb . Message . getFieldWithDefault ( msg , 2 , "" ) ,
42544254 argsList : jspb . Message . toObjectList ( msg . getArgsList ( ) ,
@@ -4456,7 +4456,7 @@ proto.Event.Numbered.prototype.toObject = function(opt_includeInstance) {
44564456 * @suppress {unusedLocalVariables} f is only used for nested messages
44574457 */
44584458proto . Event . Numbered . toObject = function ( includeInstance , msg ) {
4459- var obj = {
4459+ var f , obj = {
44604460 proxyId : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
44614461 event : jspb . Message . getFieldWithDefault ( msg , 2 , "" ) ,
44624462 argsList : jspb . Message . toObjectList ( msg . getArgsList ( ) ,
@@ -4723,7 +4723,7 @@ proto.Ping.prototype.toObject = function(opt_includeInstance) {
47234723 * @suppress {unusedLocalVariables} f is only used for nested messages
47244724 */
47254725proto . Ping . toObject = function ( includeInstance , msg ) {
4726- var obj = {
4726+ var f , obj = {
47274727
47284728 } ;
47294729
@@ -4822,7 +4822,7 @@ proto.Pong.prototype.toObject = function(opt_includeInstance) {
48224822 * @suppress {unusedLocalVariables} f is only used for nested messages
48234823 */
48244824proto . Pong . toObject = function ( includeInstance , msg ) {
4825- var obj = {
4825+ var f , obj = {
48264826
48274827 } ;
48284828
0 commit comments