@@ -583,7 +583,7 @@ proto.Argument.prototype.toObject = function(opt_includeInstance) {
583
583
* @suppress {unusedLocalVariables} f is only used for nested messages
584
584
*/
585
585
proto . Argument . toObject = function ( includeInstance , msg ) {
586
- var obj = {
586
+ var f , obj = {
587
587
error : ( f = msg . getError ( ) ) && proto . Argument . ErrorValue . toObject ( includeInstance , f ) ,
588
588
buffer : ( f = msg . getBuffer ( ) ) && proto . Argument . BufferValue . toObject ( includeInstance , f ) ,
589
589
object : ( f = msg . getObject ( ) ) && proto . Argument . ObjectValue . toObject ( includeInstance , f ) ,
@@ -843,7 +843,7 @@ proto.Argument.ErrorValue.prototype.toObject = function(opt_includeInstance) {
843
843
* @suppress {unusedLocalVariables} f is only used for nested messages
844
844
*/
845
845
proto . Argument . ErrorValue . toObject = function ( includeInstance , msg ) {
846
- var obj = {
846
+ var f , obj = {
847
847
message : jspb . Message . getFieldWithDefault ( msg , 1 , "" ) ,
848
848
stack : jspb . Message . getFieldWithDefault ( msg , 2 , "" ) ,
849
849
code : jspb . Message . getFieldWithDefault ( msg , 3 , "" )
@@ -1022,7 +1022,7 @@ proto.Argument.BufferValue.prototype.toObject = function(opt_includeInstance) {
1022
1022
* @suppress {unusedLocalVariables} f is only used for nested messages
1023
1023
*/
1024
1024
proto . Argument . BufferValue . toObject = function ( includeInstance , msg ) {
1025
- var obj = {
1025
+ var f , obj = {
1026
1026
data : msg . getData_asB64 ( )
1027
1027
} ;
1028
1028
@@ -1171,7 +1171,7 @@ proto.Argument.ObjectValue.prototype.toObject = function(opt_includeInstance) {
1171
1171
* @suppress {unusedLocalVariables} f is only used for nested messages
1172
1172
*/
1173
1173
proto . Argument . ObjectValue . toObject = function ( includeInstance , msg ) {
1174
- var obj = {
1174
+ var f , obj = {
1175
1175
dataMap : ( f = msg . getDataMap ( ) ) ? f . toObject ( includeInstance , proto . Argument . toObject ) : [ ]
1176
1176
} ;
1177
1177
@@ -1308,7 +1308,7 @@ proto.Argument.ArrayValue.prototype.toObject = function(opt_includeInstance) {
1308
1308
* @suppress {unusedLocalVariables} f is only used for nested messages
1309
1309
*/
1310
1310
proto . Argument . ArrayValue . toObject = function ( includeInstance , msg ) {
1311
- var obj = {
1311
+ var f , obj = {
1312
1312
dataList : jspb . Message . toObjectList ( msg . getDataList ( ) ,
1313
1313
proto . Argument . toObject , includeInstance )
1314
1314
} ;
@@ -1455,7 +1455,7 @@ proto.Argument.ProxyValue.prototype.toObject = function(opt_includeInstance) {
1455
1455
* @suppress {unusedLocalVariables} f is only used for nested messages
1456
1456
*/
1457
1457
proto . Argument . ProxyValue . toObject = function ( includeInstance , msg ) {
1458
- var obj = {
1458
+ var f , obj = {
1459
1459
id : jspb . Message . getFieldWithDefault ( msg , 1 , 0 )
1460
1460
} ;
1461
1461
@@ -1580,7 +1580,7 @@ proto.Argument.FunctionValue.prototype.toObject = function(opt_includeInstance)
1580
1580
* @suppress {unusedLocalVariables} f is only used for nested messages
1581
1581
*/
1582
1582
proto . Argument . FunctionValue . toObject = function ( includeInstance , msg ) {
1583
- var obj = {
1583
+ var f , obj = {
1584
1584
id : jspb . Message . getFieldWithDefault ( msg , 1 , 0 )
1585
1585
} ;
1586
1586
@@ -1705,7 +1705,7 @@ proto.Argument.NullValue.prototype.toObject = function(opt_includeInstance) {
1705
1705
* @suppress {unusedLocalVariables} f is only used for nested messages
1706
1706
*/
1707
1707
proto . Argument . NullValue . toObject = function ( includeInstance , msg ) {
1708
- var obj = {
1708
+ var f , obj = {
1709
1709
1710
1710
} ;
1711
1711
@@ -1804,7 +1804,7 @@ proto.Argument.UndefinedValue.prototype.toObject = function(opt_includeInstance)
1804
1804
* @suppress {unusedLocalVariables} f is only used for nested messages
1805
1805
*/
1806
1806
proto . Argument . UndefinedValue . toObject = function ( includeInstance , msg ) {
1807
- var obj = {
1807
+ var f , obj = {
1808
1808
1809
1809
} ;
1810
1810
@@ -1903,7 +1903,7 @@ proto.Argument.DateValue.prototype.toObject = function(opt_includeInstance) {
1903
1903
* @suppress {unusedLocalVariables} f is only used for nested messages
1904
1904
*/
1905
1905
proto . Argument . DateValue . toObject = function ( includeInstance , msg ) {
1906
- var obj = {
1906
+ var f , obj = {
1907
1907
date : jspb . Message . getFieldWithDefault ( msg , 1 , "" )
1908
1908
} ;
1909
1909
@@ -2449,7 +2449,7 @@ proto.Method.prototype.toObject = function(opt_includeInstance) {
2449
2449
* @suppress {unusedLocalVariables} f is only used for nested messages
2450
2450
*/
2451
2451
proto . Method . toObject = function ( includeInstance , msg ) {
2452
- var obj = {
2452
+ var f , obj = {
2453
2453
namedProxy : ( f = msg . getNamedProxy ( ) ) && proto . Method . Named . toObject ( includeInstance , f ) ,
2454
2454
numberedProxy : ( f = msg . getNumberedProxy ( ) ) && proto . Method . Numbered . toObject ( includeInstance , f )
2455
2455
} ;
@@ -2582,7 +2582,7 @@ proto.Method.Named.prototype.toObject = function(opt_includeInstance) {
2582
2582
* @suppress {unusedLocalVariables} f is only used for nested messages
2583
2583
*/
2584
2584
proto . Method . Named . toObject = function ( includeInstance , msg ) {
2585
- var obj = {
2585
+ var f , obj = {
2586
2586
id : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
2587
2587
module : jspb . Message . getFieldWithDefault ( msg , 2 , 0 ) ,
2588
2588
method : jspb . Message . getFieldWithDefault ( msg , 3 , "" ) ,
@@ -2817,7 +2817,7 @@ proto.Method.Numbered.prototype.toObject = function(opt_includeInstance) {
2817
2817
* @suppress {unusedLocalVariables} f is only used for nested messages
2818
2818
*/
2819
2819
proto . Method . Numbered . toObject = function ( includeInstance , msg ) {
2820
- var obj = {
2820
+ var f , obj = {
2821
2821
id : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
2822
2822
proxyId : jspb . Message . getFieldWithDefault ( msg , 2 , 0 ) ,
2823
2823
method : jspb . Message . getFieldWithDefault ( msg , 3 , "" ) ,
@@ -3045,7 +3045,7 @@ proto.Method.Fail.prototype.toObject = function(opt_includeInstance) {
3045
3045
* @suppress {unusedLocalVariables} f is only used for nested messages
3046
3046
*/
3047
3047
proto . Method . Fail . toObject = function ( includeInstance , msg ) {
3048
- var obj = {
3048
+ var f , obj = {
3049
3049
id : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
3050
3050
response : ( f = msg . getResponse ( ) ) && proto . Argument . toObject ( includeInstance , f )
3051
3051
} ;
@@ -3217,7 +3217,7 @@ proto.Method.Success.prototype.toObject = function(opt_includeInstance) {
3217
3217
* @suppress {unusedLocalVariables} f is only used for nested messages
3218
3218
*/
3219
3219
proto . Method . Success . toObject = function ( includeInstance , msg ) {
3220
- var obj = {
3220
+ var f , obj = {
3221
3221
id : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
3222
3222
response : ( f = msg . getResponse ( ) ) && proto . Argument . toObject ( includeInstance , f )
3223
3223
} ;
@@ -3481,7 +3481,7 @@ proto.Callback.prototype.toObject = function(opt_includeInstance) {
3481
3481
* @suppress {unusedLocalVariables} f is only used for nested messages
3482
3482
*/
3483
3483
proto . Callback . toObject = function ( includeInstance , msg ) {
3484
- var obj = {
3484
+ var f , obj = {
3485
3485
namedCallback : ( f = msg . getNamedCallback ( ) ) && proto . Callback . Named . toObject ( includeInstance , f ) ,
3486
3486
numberedCallback : ( f = msg . getNumberedCallback ( ) ) && proto . Callback . Numbered . toObject ( includeInstance , f )
3487
3487
} ;
@@ -3614,7 +3614,7 @@ proto.Callback.Named.prototype.toObject = function(opt_includeInstance) {
3614
3614
* @suppress {unusedLocalVariables} f is only used for nested messages
3615
3615
*/
3616
3616
proto . Callback . Named . toObject = function ( includeInstance , msg ) {
3617
- var obj = {
3617
+ var f , obj = {
3618
3618
module : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
3619
3619
callbackId : jspb . Message . getFieldWithDefault ( msg , 2 , 0 ) ,
3620
3620
argsList : jspb . Message . toObjectList ( msg . getArgsList ( ) ,
@@ -3822,7 +3822,7 @@ proto.Callback.Numbered.prototype.toObject = function(opt_includeInstance) {
3822
3822
* @suppress {unusedLocalVariables} f is only used for nested messages
3823
3823
*/
3824
3824
proto . Callback . Numbered . toObject = function ( includeInstance , msg ) {
3825
- var obj = {
3825
+ var f , obj = {
3826
3826
proxyId : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
3827
3827
callbackId : jspb . Message . getFieldWithDefault ( msg , 2 , 0 ) ,
3828
3828
argsList : jspb . Message . toObjectList ( msg . getArgsList ( ) ,
@@ -4115,7 +4115,7 @@ proto.Event.prototype.toObject = function(opt_includeInstance) {
4115
4115
* @suppress {unusedLocalVariables} f is only used for nested messages
4116
4116
*/
4117
4117
proto . Event . toObject = function ( includeInstance , msg ) {
4118
- var obj = {
4118
+ var f , obj = {
4119
4119
namedEvent : ( f = msg . getNamedEvent ( ) ) && proto . Event . Named . toObject ( includeInstance , f ) ,
4120
4120
numberedEvent : ( f = msg . getNumberedEvent ( ) ) && proto . Event . Numbered . toObject ( includeInstance , f )
4121
4121
} ;
@@ -4248,7 +4248,7 @@ proto.Event.Named.prototype.toObject = function(opt_includeInstance) {
4248
4248
* @suppress {unusedLocalVariables} f is only used for nested messages
4249
4249
*/
4250
4250
proto . Event . Named . toObject = function ( includeInstance , msg ) {
4251
- var obj = {
4251
+ var f , obj = {
4252
4252
module : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
4253
4253
event : jspb . Message . getFieldWithDefault ( msg , 2 , "" ) ,
4254
4254
argsList : jspb . Message . toObjectList ( msg . getArgsList ( ) ,
@@ -4456,7 +4456,7 @@ proto.Event.Numbered.prototype.toObject = function(opt_includeInstance) {
4456
4456
* @suppress {unusedLocalVariables} f is only used for nested messages
4457
4457
*/
4458
4458
proto . Event . Numbered . toObject = function ( includeInstance , msg ) {
4459
- var obj = {
4459
+ var f , obj = {
4460
4460
proxyId : jspb . Message . getFieldWithDefault ( msg , 1 , 0 ) ,
4461
4461
event : jspb . Message . getFieldWithDefault ( msg , 2 , "" ) ,
4462
4462
argsList : jspb . Message . toObjectList ( msg . getArgsList ( ) ,
@@ -4723,7 +4723,7 @@ proto.Ping.prototype.toObject = function(opt_includeInstance) {
4723
4723
* @suppress {unusedLocalVariables} f is only used for nested messages
4724
4724
*/
4725
4725
proto . Ping . toObject = function ( includeInstance , msg ) {
4726
- var obj = {
4726
+ var f , obj = {
4727
4727
4728
4728
} ;
4729
4729
@@ -4822,7 +4822,7 @@ proto.Pong.prototype.toObject = function(opt_includeInstance) {
4822
4822
* @suppress {unusedLocalVariables} f is only used for nested messages
4823
4823
*/
4824
4824
proto . Pong . toObject = function ( includeInstance , msg ) {
4825
- var obj = {
4825
+ var f , obj = {
4826
4826
4827
4827
} ;
4828
4828
0 commit comments