@@ -116,50 +116,50 @@ var h;
116
116
var i ;
117
117
// Basic expression
118
118
new f ( 1 , 2 , "string" ) ;
119
- new ( f . bind . apply ( f , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ;
120
- new ( f . bind . apply ( f , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ;
119
+ new ( f . bind . apply ( f , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ( ) ;
120
+ new ( f . bind . apply ( f , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ( ) ;
121
121
// Call expression
122
122
new f ( 1 , 2 , "string" ) ( ) ;
123
123
new ( f . bind . apply ( f , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ( ) ( ) ;
124
124
new ( f . bind . apply ( f , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ( ) ( ) ;
125
125
// Property access expression
126
126
new b . f ( 1 , 2 , "string" ) ;
127
- new ( ( _a = b . f ) . bind . apply ( _a , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ;
128
- new ( ( _b = b . f ) . bind . apply ( _b , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ;
127
+ new ( ( _a = b . f ) . bind . apply ( _a , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ( ) ;
128
+ new ( ( _b = b . f ) . bind . apply ( _b , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ( ) ;
129
129
// Parenthesised expression
130
130
new ( b . f ) ( 1 , 2 , "string" ) ;
131
- new ( ( _c = ( b . f ) ) . bind . apply ( _c , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ;
132
- new ( ( _d = ( b . f ) ) . bind . apply ( _d , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ;
131
+ new ( ( _c = ( b . f ) ) . bind . apply ( _c , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ( ) ;
132
+ new ( ( _d = ( b . f ) ) . bind . apply ( _d , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ( ) ;
133
133
// Element access expression
134
134
new d [ 1 ] . f ( 1 , 2 , "string" ) ;
135
- new ( ( _e = d [ 1 ] . f ) . bind . apply ( _e , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ;
136
- new ( ( _f = d [ 1 ] . f ) . bind . apply ( _f , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ;
135
+ new ( ( _e = d [ 1 ] . f ) . bind . apply ( _e , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ( ) ;
136
+ new ( ( _f = d [ 1 ] . f ) . bind . apply ( _f , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ( ) ;
137
137
// Element access expression with a punctuated key
138
138
new e [ "a-b" ] . f ( 1 , 2 , "string" ) ;
139
- new ( ( _g = e [ "a-b" ] . f ) . bind . apply ( _g , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ;
140
- new ( ( _h = e [ "a-b" ] . f ) . bind . apply ( _h , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ;
139
+ new ( ( _g = e [ "a-b" ] . f ) . bind . apply ( _g , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ( ) ;
140
+ new ( ( _h = e [ "a-b" ] . f ) . bind . apply ( _h , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ( ) ;
141
141
// Basic expression
142
142
new B ( 1 , 2 , "string" ) ;
143
- new ( B . bind . apply ( B , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ;
144
- new ( B . bind . apply ( B , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ;
143
+ new ( B . bind . apply ( B , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ( ) ;
144
+ new ( B . bind . apply ( B , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ( ) ;
145
145
// Property access expression
146
146
new c [ "a-b" ] ( 1 , 2 , "string" ) ;
147
- new ( ( _j = c [ "a-b" ] ) . bind . apply ( _j , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ;
148
- new ( ( _k = c [ "a-b" ] ) . bind . apply ( _k , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ;
147
+ new ( ( _j = c [ "a-b" ] ) . bind . apply ( _j , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ( ) ;
148
+ new ( ( _k = c [ "a-b" ] ) . bind . apply ( _k , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ( ) ;
149
149
// Parenthesised expression
150
150
new ( c [ "a-b" ] ) ( 1 , 2 , "string" ) ;
151
- new ( ( _l = ( c [ "a-b" ] ) ) . bind . apply ( _l , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ;
152
- new ( ( _m = ( c [ "a-b" ] ) ) . bind . apply ( _m , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ;
151
+ new ( ( _l = ( c [ "a-b" ] ) ) . bind . apply ( _l , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ( ) ;
152
+ new ( ( _m = ( c [ "a-b" ] ) ) . bind . apply ( _m , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ( ) ;
153
153
// Element access expression
154
154
new g [ 1 ] [ "a-b" ] ( 1 , 2 , "string" ) ;
155
- new ( ( _o = g [ 1 ] [ "a-b" ] ) . bind . apply ( _o , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ;
156
- new ( ( _p = g [ 1 ] [ "a-b" ] ) . bind . apply ( _p , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ;
155
+ new ( ( _o = g [ 1 ] [ "a-b" ] ) . bind . apply ( _o , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ( ) ;
156
+ new ( ( _p = g [ 1 ] [ "a-b" ] ) . bind . apply ( _p , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ( ) ;
157
157
// Element access expression with a punctuated key
158
158
new h [ "a-b" ] [ "a-b" ] ( 1 , 2 , "string" ) ;
159
- new ( ( _q = h [ "a-b" ] [ "a-b" ] ) . bind . apply ( _q , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ;
160
- new ( ( _r = h [ "a-b" ] [ "a-b" ] ) . bind . apply ( _r , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ;
159
+ new ( ( _q = h [ "a-b" ] [ "a-b" ] ) . bind . apply ( _q , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ( ) ;
160
+ new ( ( _r = h [ "a-b" ] [ "a-b" ] ) . bind . apply ( _r , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ( ) ;
161
161
// Element access expression with a number
162
162
new i [ "a-b" ] [ 1 ] ( 1 , 2 , "string" ) ;
163
- new ( ( _s = i [ "a-b" ] [ 1 ] ) . bind . apply ( _s , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ;
164
- new ( ( _t = i [ "a-b" ] [ 1 ] ) . bind . apply ( _t , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ;
163
+ new ( ( _s = i [ "a-b" ] [ 1 ] ) . bind . apply ( _s , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a ) ) ) ) ( ) ;
164
+ new ( ( _t = i [ "a-b" ] [ 1 ] ) . bind . apply ( _t , [ void 0 ] . concat ( [ 1 , 2 ] . concat ( a , [ "string" ] ) ) ) ) ( ) ;
165
165
var _a , _b , _c , _d , _e , _f , _g , _h , _j , _k , _l , _m , _o , _p , _q , _r , _s , _t ;
0 commit comments