forked from github/codeql
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRefinement_eval.expected
More file actions
410 lines (410 loc) · 28.2 KB
/
Refinement_eval.expected
File metadata and controls
410 lines (410 loc) · 28.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
| refinements.js:4:7:4:14 | typeof g | [g = undefined] | 'undefined' |
| refinements.js:4:7:4:14 | typeof g | [g = undefined] | 'undefined' |
| refinements.js:4:7:4:29 | typeof ... nction' | [g = undefined] | false |
| refinements.js:4:7:4:29 | typeof ... nction' | [g = undefined] | false |
| refinements.js:4:14:4:14 | g | [g = undefined] | any undefined |
| refinements.js:4:14:4:14 | g | [g = undefined] | any undefined |
| refinements.js:4:20:4:29 | 'function' | [g = undefined] | 'function' |
| refinements.js:4:20:4:29 | 'function' | [g = undefined] | 'function' |
| refinements.js:13:7:13:7 | a | [a = non-empty, non-numeric string] | non-empty, non-numeric string |
| refinements.js:13:7:13:7 | a | [a = non-empty, non-numeric string] | non-empty, non-numeric string |
| refinements.js:13:7:13:7 | a | [a = non-zero value] | non-zero number |
| refinements.js:13:7:13:7 | a | [a = non-zero value] | non-zero number |
| refinements.js:13:7:13:7 | a | [a = null] | any null |
| refinements.js:13:7:13:7 | a | [a = null] | any null |
| refinements.js:15:7:15:14 | 'string' | [a = non-empty, non-numeric string] | 'string' |
| refinements.js:15:7:15:14 | 'string' | [a = non-empty, non-numeric string] | 'string' |
| refinements.js:15:7:15:14 | 'string' | [a = non-zero value] | 'string' |
| refinements.js:15:7:15:14 | 'string' | [a = non-zero value] | 'string' |
| refinements.js:15:7:15:14 | 'string' | [a = null] | 'string' |
| refinements.js:15:7:15:14 | 'string' | [a = null] | 'string' |
| refinements.js:15:7:15:26 | 'string' != typeof a | [a = non-empty, non-numeric string] | false |
| refinements.js:15:7:15:26 | 'string' != typeof a | [a = non-empty, non-numeric string] | false |
| refinements.js:15:7:15:26 | 'string' != typeof a | [a = non-zero value] | true |
| refinements.js:15:7:15:26 | 'string' != typeof a | [a = non-zero value] | true |
| refinements.js:15:7:15:26 | 'string' != typeof a | [a = null] | true |
| refinements.js:15:7:15:26 | 'string' != typeof a | [a = null] | true |
| refinements.js:15:19:15:26 | typeof a | [a = non-empty, non-numeric string] | 'string' |
| refinements.js:15:19:15:26 | typeof a | [a = non-empty, non-numeric string] | 'string' |
| refinements.js:15:19:15:26 | typeof a | [a = non-zero value] | 'number' |
| refinements.js:15:19:15:26 | typeof a | [a = non-zero value] | 'number' |
| refinements.js:15:19:15:26 | typeof a | [a = null] | 'object' |
| refinements.js:15:19:15:26 | typeof a | [a = null] | 'object' |
| refinements.js:15:26:15:26 | a | [a = non-empty, non-numeric string] | non-empty, non-numeric string |
| refinements.js:15:26:15:26 | a | [a = non-empty, non-numeric string] | non-empty, non-numeric string |
| refinements.js:15:26:15:26 | a | [a = non-zero value] | non-zero number |
| refinements.js:15:26:15:26 | a | [a = non-zero value] | non-zero number |
| refinements.js:15:26:15:26 | a | [a = null] | any null |
| refinements.js:15:26:15:26 | a | [a = null] | any null |
| refinements.js:17:10:17:10 | a | [a = non-zero value] | non-zero number |
| refinements.js:17:10:17:10 | a | [a = non-zero value] | non-zero number |
| refinements.js:17:10:17:10 | a | [a = null] | any null |
| refinements.js:17:10:17:10 | a | [a = null] | any null |
| refinements.js:28:7:28:16 | (typeof a) | [a = undefined] | 'undefined' |
| refinements.js:28:7:28:16 | (typeof a) | [a = undefined] | 'undefined' |
| refinements.js:28:7:28:19 | (typeof a)[0] | [a = undefined] | 'u' |
| refinements.js:28:7:28:19 | (typeof a)[0] | [a = undefined] | 'u' |
| refinements.js:28:7:28:27 | (typeof ... !== 'u' | [a = undefined] | false |
| refinements.js:28:7:28:27 | (typeof ... !== 'u' | [a = undefined] | false |
| refinements.js:28:8:28:15 | typeof a | [a = undefined] | 'undefined' |
| refinements.js:28:8:28:15 | typeof a | [a = undefined] | 'undefined' |
| refinements.js:28:15:28:15 | a | [a = undefined] | any undefined |
| refinements.js:28:15:28:15 | a | [a = undefined] | any undefined |
| refinements.js:28:18:28:18 | 0 | [a = undefined] | 0 |
| refinements.js:28:18:28:18 | 0 | [a = undefined] | 0 |
| refinements.js:28:25:28:27 | 'u' | [a = undefined] | 'u' |
| refinements.js:28:25:28:27 | 'u' | [a = undefined] | 'u' |
| refinements.js:36:7:36:16 | (typeof a) | [a = anonymous function] | 'function' |
| refinements.js:36:7:36:16 | (typeof a) | [a = anonymous function] | 'function' |
| refinements.js:36:7:36:16 | (typeof a) | [a = object literal] | 'object' |
| refinements.js:36:7:36:16 | (typeof a) | [a = object literal] | 'object' |
| refinements.js:36:7:36:19 | (typeof a)[0] | [a = anonymous function] | 'f' |
| refinements.js:36:7:36:19 | (typeof a)[0] | [a = anonymous function] | 'f' |
| refinements.js:36:7:36:19 | (typeof a)[0] | [a = object literal] | 'o' |
| refinements.js:36:7:36:19 | (typeof a)[0] | [a = object literal] | 'o' |
| refinements.js:36:7:36:27 | (typeof ... === 'o' | [a = anonymous function] | false |
| refinements.js:36:7:36:27 | (typeof ... === 'o' | [a = anonymous function] | false |
| refinements.js:36:7:36:27 | (typeof ... === 'o' | [a = object literal] | true |
| refinements.js:36:7:36:27 | (typeof ... === 'o' | [a = object literal] | true |
| refinements.js:36:8:36:15 | typeof a | [a = anonymous function] | 'function' |
| refinements.js:36:8:36:15 | typeof a | [a = anonymous function] | 'function' |
| refinements.js:36:8:36:15 | typeof a | [a = object literal] | 'object' |
| refinements.js:36:8:36:15 | typeof a | [a = object literal] | 'object' |
| refinements.js:36:15:36:15 | a | [a = anonymous function] | any function |
| refinements.js:36:15:36:15 | a | [a = anonymous function] | any function |
| refinements.js:36:15:36:15 | a | [a = object literal] | any object |
| refinements.js:36:15:36:15 | a | [a = object literal] | any object |
| refinements.js:36:18:36:18 | 0 | [a = anonymous function] | 0 |
| refinements.js:36:18:36:18 | 0 | [a = anonymous function] | 0 |
| refinements.js:36:18:36:18 | 0 | [a = object literal] | 0 |
| refinements.js:36:18:36:18 | 0 | [a = object literal] | 0 |
| refinements.js:36:25:36:27 | 'o' | [a = anonymous function] | 'o' |
| refinements.js:36:25:36:27 | 'o' | [a = anonymous function] | 'o' |
| refinements.js:36:25:36:27 | 'o' | [a = object literal] | 'o' |
| refinements.js:36:25:36:27 | 'o' | [a = object literal] | 'o' |
| refinements.js:50:7:50:7 | f | [f = undefined] | any undefined |
| refinements.js:50:7:50:7 | f | [f = undefined] | any undefined |
| refinements.js:59:7:59:14 | typeof x | [x = 0] | 'number' |
| refinements.js:59:7:59:14 | typeof x | [x = ""] | 'string' |
| refinements.js:59:7:59:14 | typeof x | [x = false] | 'boolean' |
| refinements.js:59:7:59:14 | typeof x | [x = indefinite function or class (call)] | 'function' |
| refinements.js:59:7:59:14 | typeof x | [x = indefinite object (call)] | 'function' |
| refinements.js:59:7:59:14 | typeof x | [x = indefinite object (call)] | 'object' |
| refinements.js:59:7:59:14 | typeof x | [x = non-empty, non-numeric string] | 'string' |
| refinements.js:59:7:59:14 | typeof x | [x = non-zero value] | 'number' |
| refinements.js:59:7:59:14 | typeof x | [x = null] | 'object' |
| refinements.js:59:7:59:14 | typeof x | [x = numeric string] | 'string' |
| refinements.js:59:7:59:14 | typeof x | [x = true] | 'boolean' |
| refinements.js:59:7:59:14 | typeof x | [x = undefined] | 'undefined' |
| refinements.js:59:7:59:27 | typeof ... string' | [x = 0] | true |
| refinements.js:59:7:59:27 | typeof ... string' | [x = ""] | false |
| refinements.js:59:7:59:27 | typeof ... string' | [x = false] | true |
| refinements.js:59:7:59:27 | typeof ... string' | [x = indefinite function or class (call)] | true |
| refinements.js:59:7:59:27 | typeof ... string' | [x = indefinite object (call)] | true |
| refinements.js:59:7:59:27 | typeof ... string' | [x = non-empty, non-numeric string] | false |
| refinements.js:59:7:59:27 | typeof ... string' | [x = non-zero value] | true |
| refinements.js:59:7:59:27 | typeof ... string' | [x = null] | true |
| refinements.js:59:7:59:27 | typeof ... string' | [x = numeric string] | false |
| refinements.js:59:7:59:27 | typeof ... string' | [x = true] | true |
| refinements.js:59:7:59:27 | typeof ... string' | [x = undefined] | true |
| refinements.js:59:14:59:14 | x | [x = 0] | 0 |
| refinements.js:59:14:59:14 | x | [x = ""] | '' |
| refinements.js:59:14:59:14 | x | [x = false] | false |
| refinements.js:59:14:59:14 | x | [x = indefinite function or class (call)] | any class |
| refinements.js:59:14:59:14 | x | [x = indefinite function or class (call)] | any function |
| refinements.js:59:14:59:14 | x | [x = indefinite object (call)] | any date |
| refinements.js:59:14:59:14 | x | [x = indefinite object (call)] | any object |
| refinements.js:59:14:59:14 | x | [x = indefinite object (call)] | any regular expression |
| refinements.js:59:14:59:14 | x | [x = non-empty, non-numeric string] | non-empty, non-numeric string |
| refinements.js:59:14:59:14 | x | [x = non-zero value] | non-zero number |
| refinements.js:59:14:59:14 | x | [x = null] | any null |
| refinements.js:59:14:59:14 | x | [x = numeric string] | numeric string |
| refinements.js:59:14:59:14 | x | [x = true] | true |
| refinements.js:59:14:59:14 | x | [x = undefined] | any undefined |
| refinements.js:59:20:59:27 | 'string' | [x = 0] | 'string' |
| refinements.js:59:20:59:27 | 'string' | [x = ""] | 'string' |
| refinements.js:59:20:59:27 | 'string' | [x = false] | 'string' |
| refinements.js:59:20:59:27 | 'string' | [x = indefinite function or class (call)] | 'string' |
| refinements.js:59:20:59:27 | 'string' | [x = indefinite object (call)] | 'string' |
| refinements.js:59:20:59:27 | 'string' | [x = non-empty, non-numeric string] | 'string' |
| refinements.js:59:20:59:27 | 'string' | [x = non-zero value] | 'string' |
| refinements.js:59:20:59:27 | 'string' | [x = null] | 'string' |
| refinements.js:59:20:59:27 | 'string' | [x = numeric string] | 'string' |
| refinements.js:59:20:59:27 | 'string' | [x = true] | 'string' |
| refinements.js:59:20:59:27 | 'string' | [x = undefined] | 'string' |
| tst.js:73:7:73:7 | x | [x = 0] | 0 |
| tst.js:73:7:73:7 | x | [x = 0] | 0 |
| tst.js:73:7:73:7 | x | [x = ""] | '' |
| tst.js:73:7:73:7 | x | [x = ""] | '' |
| tst.js:73:7:73:7 | x | [x = false] | false |
| tst.js:73:7:73:7 | x | [x = false] | false |
| tst.js:73:7:73:7 | x | [x = indefinite function or class (call)] | any class |
| tst.js:73:7:73:7 | x | [x = indefinite function or class (call)] | any class |
| tst.js:73:7:73:7 | x | [x = indefinite function or class (call)] | any function |
| tst.js:73:7:73:7 | x | [x = indefinite function or class (call)] | any function |
| tst.js:73:7:73:7 | x | [x = indefinite object (call)] | any date |
| tst.js:73:7:73:7 | x | [x = indefinite object (call)] | any date |
| tst.js:73:7:73:7 | x | [x = indefinite object (call)] | any object |
| tst.js:73:7:73:7 | x | [x = indefinite object (call)] | any object |
| tst.js:73:7:73:7 | x | [x = indefinite object (call)] | any regular expression |
| tst.js:73:7:73:7 | x | [x = indefinite object (call)] | any regular expression |
| tst.js:73:7:73:7 | x | [x = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:73:7:73:7 | x | [x = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:73:7:73:7 | x | [x = non-zero value] | non-zero number |
| tst.js:73:7:73:7 | x | [x = non-zero value] | non-zero number |
| tst.js:73:7:73:7 | x | [x = null] | any null |
| tst.js:73:7:73:7 | x | [x = null] | any null |
| tst.js:73:7:73:7 | x | [x = numeric string] | numeric string |
| tst.js:73:7:73:7 | x | [x = numeric string] | numeric string |
| tst.js:73:7:73:7 | x | [x = true] | true |
| tst.js:73:7:73:7 | x | [x = true] | true |
| tst.js:73:7:73:7 | x | [x = undefined] | any undefined |
| tst.js:73:7:73:7 | x | [x = undefined] | any undefined |
| tst.js:79:7:79:7 | x | [x = 0] | 0 |
| tst.js:79:7:79:7 | x | [x = 0] | 0 |
| tst.js:79:7:79:7 | x | [x = ""] | '' |
| tst.js:79:7:79:7 | x | [x = ""] | '' |
| tst.js:79:7:79:7 | x | [x = false] | false |
| tst.js:79:7:79:7 | x | [x = false] | false |
| tst.js:79:7:79:7 | x | [x = indefinite function or class (call)] | any class |
| tst.js:79:7:79:7 | x | [x = indefinite function or class (call)] | any class |
| tst.js:79:7:79:7 | x | [x = indefinite function or class (call)] | any function |
| tst.js:79:7:79:7 | x | [x = indefinite function or class (call)] | any function |
| tst.js:79:7:79:7 | x | [x = indefinite object (call)] | any date |
| tst.js:79:7:79:7 | x | [x = indefinite object (call)] | any date |
| tst.js:79:7:79:7 | x | [x = indefinite object (call)] | any object |
| tst.js:79:7:79:7 | x | [x = indefinite object (call)] | any object |
| tst.js:79:7:79:7 | x | [x = indefinite object (call)] | any regular expression |
| tst.js:79:7:79:7 | x | [x = indefinite object (call)] | any regular expression |
| tst.js:79:7:79:7 | x | [x = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:79:7:79:7 | x | [x = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:79:7:79:7 | x | [x = non-zero value] | non-zero number |
| tst.js:79:7:79:7 | x | [x = non-zero value] | non-zero number |
| tst.js:79:7:79:7 | x | [x = null] | any null |
| tst.js:79:7:79:7 | x | [x = null] | any null |
| tst.js:79:7:79:7 | x | [x = numeric string] | numeric string |
| tst.js:79:7:79:7 | x | [x = numeric string] | numeric string |
| tst.js:79:7:79:7 | x | [x = true] | true |
| tst.js:79:7:79:7 | x | [x = true] | true |
| tst.js:79:7:79:7 | x | [x = undefined] | any undefined |
| tst.js:79:7:79:7 | x | [x = undefined] | any undefined |
| tst.js:136:8:136:8 | a | [a = 0] | 0 |
| tst.js:136:8:136:8 | a | [a = 0] | 0 |
| tst.js:136:8:136:8 | a | [a = ""] | '' |
| tst.js:136:8:136:8 | a | [a = ""] | '' |
| tst.js:136:8:136:8 | a | [a = false] | false |
| tst.js:136:8:136:8 | a | [a = false] | false |
| tst.js:136:8:136:8 | a | [a = indefinite function or class (call)] | any class |
| tst.js:136:8:136:8 | a | [a = indefinite function or class (call)] | any class |
| tst.js:136:8:136:8 | a | [a = indefinite function or class (call)] | any function |
| tst.js:136:8:136:8 | a | [a = indefinite function or class (call)] | any function |
| tst.js:136:8:136:8 | a | [a = indefinite object (call)] | any date |
| tst.js:136:8:136:8 | a | [a = indefinite object (call)] | any date |
| tst.js:136:8:136:8 | a | [a = indefinite object (call)] | any object |
| tst.js:136:8:136:8 | a | [a = indefinite object (call)] | any object |
| tst.js:136:8:136:8 | a | [a = indefinite object (call)] | any regular expression |
| tst.js:136:8:136:8 | a | [a = indefinite object (call)] | any regular expression |
| tst.js:136:8:136:8 | a | [a = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:136:8:136:8 | a | [a = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:136:8:136:8 | a | [a = non-zero value] | non-zero number |
| tst.js:136:8:136:8 | a | [a = non-zero value] | non-zero number |
| tst.js:136:8:136:8 | a | [a = null] | any null |
| tst.js:136:8:136:8 | a | [a = null] | any null |
| tst.js:136:8:136:8 | a | [a = numeric string] | numeric string |
| tst.js:136:8:136:8 | a | [a = numeric string] | numeric string |
| tst.js:136:8:136:8 | a | [a = true] | true |
| tst.js:136:8:136:8 | a | [a = true] | true |
| tst.js:136:8:136:8 | a | [a = undefined] | any undefined |
| tst.js:136:8:136:8 | a | [a = undefined] | any undefined |
| tst.js:136:14:136:14 | b | [b = 0] | 0 |
| tst.js:136:14:136:14 | b | [b = 0] | 0 |
| tst.js:136:14:136:14 | b | [b = ""] | '' |
| tst.js:136:14:136:14 | b | [b = ""] | '' |
| tst.js:136:14:136:14 | b | [b = false] | false |
| tst.js:136:14:136:14 | b | [b = false] | false |
| tst.js:136:14:136:14 | b | [b = indefinite function or class (call)] | any class |
| tst.js:136:14:136:14 | b | [b = indefinite function or class (call)] | any class |
| tst.js:136:14:136:14 | b | [b = indefinite function or class (call)] | any function |
| tst.js:136:14:136:14 | b | [b = indefinite function or class (call)] | any function |
| tst.js:136:14:136:14 | b | [b = indefinite object (call)] | any date |
| tst.js:136:14:136:14 | b | [b = indefinite object (call)] | any date |
| tst.js:136:14:136:14 | b | [b = indefinite object (call)] | any object |
| tst.js:136:14:136:14 | b | [b = indefinite object (call)] | any object |
| tst.js:136:14:136:14 | b | [b = indefinite object (call)] | any regular expression |
| tst.js:136:14:136:14 | b | [b = indefinite object (call)] | any regular expression |
| tst.js:136:14:136:14 | b | [b = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:136:14:136:14 | b | [b = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:136:14:136:14 | b | [b = non-zero value] | non-zero number |
| tst.js:136:14:136:14 | b | [b = non-zero value] | non-zero number |
| tst.js:136:14:136:14 | b | [b = null] | any null |
| tst.js:136:14:136:14 | b | [b = null] | any null |
| tst.js:136:14:136:14 | b | [b = numeric string] | numeric string |
| tst.js:136:14:136:14 | b | [b = numeric string] | numeric string |
| tst.js:136:14:136:14 | b | [b = true] | true |
| tst.js:136:14:136:14 | b | [b = true] | true |
| tst.js:136:14:136:14 | b | [b = undefined] | any undefined |
| tst.js:136:14:136:14 | b | [b = undefined] | any undefined |
| tst.js:139:9:139:9 | a | [a = 0] | 0 |
| tst.js:139:9:139:9 | a | [a = 0] | 0 |
| tst.js:139:9:139:9 | a | [a = 0] | 0 |
| tst.js:139:9:139:9 | a | [a = ""] | '' |
| tst.js:139:9:139:9 | a | [a = ""] | '' |
| tst.js:139:9:139:9 | a | [a = ""] | '' |
| tst.js:139:9:139:9 | a | [a = false] | false |
| tst.js:139:9:139:9 | a | [a = false] | false |
| tst.js:139:9:139:9 | a | [a = false] | false |
| tst.js:139:9:139:9 | a | [a = indefinite function or class (call)] | any class |
| tst.js:139:9:139:9 | a | [a = indefinite function or class (call)] | any class |
| tst.js:139:9:139:9 | a | [a = indefinite function or class (call)] | any class |
| tst.js:139:9:139:9 | a | [a = indefinite function or class (call)] | any function |
| tst.js:139:9:139:9 | a | [a = indefinite function or class (call)] | any function |
| tst.js:139:9:139:9 | a | [a = indefinite function or class (call)] | any function |
| tst.js:139:9:139:9 | a | [a = indefinite object (call)] | any date |
| tst.js:139:9:139:9 | a | [a = indefinite object (call)] | any date |
| tst.js:139:9:139:9 | a | [a = indefinite object (call)] | any date |
| tst.js:139:9:139:9 | a | [a = indefinite object (call)] | any object |
| tst.js:139:9:139:9 | a | [a = indefinite object (call)] | any object |
| tst.js:139:9:139:9 | a | [a = indefinite object (call)] | any object |
| tst.js:139:9:139:9 | a | [a = indefinite object (call)] | any regular expression |
| tst.js:139:9:139:9 | a | [a = indefinite object (call)] | any regular expression |
| tst.js:139:9:139:9 | a | [a = indefinite object (call)] | any regular expression |
| tst.js:139:9:139:9 | a | [a = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:139:9:139:9 | a | [a = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:139:9:139:9 | a | [a = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:139:9:139:9 | a | [a = non-zero value] | non-zero number |
| tst.js:139:9:139:9 | a | [a = non-zero value] | non-zero number |
| tst.js:139:9:139:9 | a | [a = non-zero value] | non-zero number |
| tst.js:139:9:139:9 | a | [a = null] | any null |
| tst.js:139:9:139:9 | a | [a = null] | any null |
| tst.js:139:9:139:9 | a | [a = null] | any null |
| tst.js:139:9:139:9 | a | [a = numeric string] | numeric string |
| tst.js:139:9:139:9 | a | [a = numeric string] | numeric string |
| tst.js:139:9:139:9 | a | [a = numeric string] | numeric string |
| tst.js:139:9:139:9 | a | [a = true] | true |
| tst.js:139:9:139:9 | a | [a = true] | true |
| tst.js:139:9:139:9 | a | [a = true] | true |
| tst.js:139:9:139:9 | a | [a = undefined] | any undefined |
| tst.js:139:9:139:9 | a | [a = undefined] | any undefined |
| tst.js:139:9:139:9 | a | [a = undefined] | any undefined |
| tst.js:139:14:139:14 | b | [b = 0] | 0 |
| tst.js:139:14:139:14 | b | [b = ""] | '' |
| tst.js:139:14:139:14 | b | [b = false] | false |
| tst.js:139:14:139:14 | b | [b = indefinite function or class (call)] | any class |
| tst.js:139:14:139:14 | b | [b = indefinite function or class (call)] | any function |
| tst.js:139:14:139:14 | b | [b = indefinite object (call)] | any date |
| tst.js:139:14:139:14 | b | [b = indefinite object (call)] | any object |
| tst.js:139:14:139:14 | b | [b = indefinite object (call)] | any regular expression |
| tst.js:139:14:139:14 | b | [b = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:139:14:139:14 | b | [b = non-zero value] | non-zero number |
| tst.js:139:14:139:14 | b | [b = null] | any null |
| tst.js:139:14:139:14 | b | [b = numeric string] | numeric string |
| tst.js:139:14:139:14 | b | [b = true] | true |
| tst.js:139:14:139:14 | b | [b = undefined] | any undefined |
| tst.js:146:7:146:11 | value | [value = 0] | 0 |
| tst.js:146:7:146:11 | value | [value = ""] | '' |
| tst.js:146:7:146:11 | value | [value = false] | false |
| tst.js:146:7:146:11 | value | [value = indefinite function or class (call)] | any class |
| tst.js:146:7:146:11 | value | [value = indefinite function or class (call)] | any function |
| tst.js:146:7:146:11 | value | [value = indefinite object (call)] | any date |
| tst.js:146:7:146:11 | value | [value = indefinite object (call)] | any object |
| tst.js:146:7:146:11 | value | [value = indefinite object (call)] | any regular expression |
| tst.js:146:7:146:11 | value | [value = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:146:7:146:11 | value | [value = non-zero value] | non-zero number |
| tst.js:146:7:146:11 | value | [value = null] | any null |
| tst.js:146:7:146:11 | value | [value = numeric string] | numeric string |
| tst.js:146:7:146:11 | value | [value = true] | true |
| tst.js:146:7:146:11 | value | [value = undefined] | any undefined |
| tst.js:146:7:146:19 | value == null | [value = 0] | false |
| tst.js:146:7:146:19 | value == null | [value = ""] | false |
| tst.js:146:7:146:19 | value == null | [value = false] | false |
| tst.js:146:7:146:19 | value == null | [value = indefinite function or class (call)] | any boolean |
| tst.js:146:7:146:19 | value == null | [value = indefinite object (call)] | any boolean |
| tst.js:146:7:146:19 | value == null | [value = non-empty, non-numeric string] | any boolean |
| tst.js:146:7:146:19 | value == null | [value = non-zero value] | any boolean |
| tst.js:146:7:146:19 | value == null | [value = null] | true |
| tst.js:146:7:146:19 | value == null | [value = numeric string] | any boolean |
| tst.js:146:7:146:19 | value == null | [value = true] | false |
| tst.js:146:7:146:19 | value == null | [value = undefined] | true |
| tst.js:146:16:146:19 | null | [value = 0] | any null |
| tst.js:146:16:146:19 | null | [value = ""] | any null |
| tst.js:146:16:146:19 | null | [value = false] | any null |
| tst.js:146:16:146:19 | null | [value = indefinite function or class (call)] | any null |
| tst.js:146:16:146:19 | null | [value = indefinite object (call)] | any null |
| tst.js:146:16:146:19 | null | [value = non-empty, non-numeric string] | any null |
| tst.js:146:16:146:19 | null | [value = non-zero value] | any null |
| tst.js:146:16:146:19 | null | [value = null] | any null |
| tst.js:146:16:146:19 | null | [value = numeric string] | any null |
| tst.js:146:16:146:19 | null | [value = true] | any null |
| tst.js:146:16:146:19 | null | [value = undefined] | any null |
| tst.js:168:7:168:7 | o | [o = 0] | 0 |
| tst.js:168:7:168:7 | o | [o = 0] | 0 |
| tst.js:168:7:168:7 | o | [o = ""] | '' |
| tst.js:168:7:168:7 | o | [o = ""] | '' |
| tst.js:168:7:168:7 | o | [o = false] | false |
| tst.js:168:7:168:7 | o | [o = false] | false |
| tst.js:168:7:168:7 | o | [o = indefinite function or class (call)] | any class |
| tst.js:168:7:168:7 | o | [o = indefinite function or class (call)] | any class |
| tst.js:168:7:168:7 | o | [o = indefinite function or class (call)] | any function |
| tst.js:168:7:168:7 | o | [o = indefinite function or class (call)] | any function |
| tst.js:168:7:168:7 | o | [o = indefinite object (call)] | any date |
| tst.js:168:7:168:7 | o | [o = indefinite object (call)] | any date |
| tst.js:168:7:168:7 | o | [o = indefinite object (call)] | any object |
| tst.js:168:7:168:7 | o | [o = indefinite object (call)] | any object |
| tst.js:168:7:168:7 | o | [o = indefinite object (call)] | any regular expression |
| tst.js:168:7:168:7 | o | [o = indefinite object (call)] | any regular expression |
| tst.js:168:7:168:7 | o | [o = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:168:7:168:7 | o | [o = non-empty, non-numeric string] | non-empty, non-numeric string |
| tst.js:168:7:168:7 | o | [o = non-zero value] | non-zero number |
| tst.js:168:7:168:7 | o | [o = non-zero value] | non-zero number |
| tst.js:168:7:168:7 | o | [o = null] | any null |
| tst.js:168:7:168:7 | o | [o = null] | any null |
| tst.js:168:7:168:7 | o | [o = numeric string] | numeric string |
| tst.js:168:7:168:7 | o | [o = numeric string] | numeric string |
| tst.js:168:7:168:7 | o | [o = true] | true |
| tst.js:168:7:168:7 | o | [o = true] | true |
| tst.js:168:7:168:7 | o | [o = undefined] | any undefined |
| tst.js:168:7:168:7 | o | [o = undefined] | any undefined |
| tst.js:168:7:168:21 | o !== undefined | [o = 0] | true |
| tst.js:168:7:168:21 | o !== undefined | [o = 0] | true |
| tst.js:168:7:168:21 | o !== undefined | [o = ""] | true |
| tst.js:168:7:168:21 | o !== undefined | [o = ""] | true |
| tst.js:168:7:168:21 | o !== undefined | [o = false] | true |
| tst.js:168:7:168:21 | o !== undefined | [o = false] | true |
| tst.js:168:7:168:21 | o !== undefined | [o = indefinite function or class (call)] | any boolean |
| tst.js:168:7:168:21 | o !== undefined | [o = indefinite function or class (call)] | any boolean |
| tst.js:168:7:168:21 | o !== undefined | [o = indefinite object (call)] | any boolean |
| tst.js:168:7:168:21 | o !== undefined | [o = indefinite object (call)] | any boolean |
| tst.js:168:7:168:21 | o !== undefined | [o = non-empty, non-numeric string] | any boolean |
| tst.js:168:7:168:21 | o !== undefined | [o = non-empty, non-numeric string] | any boolean |
| tst.js:168:7:168:21 | o !== undefined | [o = non-zero value] | any boolean |
| tst.js:168:7:168:21 | o !== undefined | [o = non-zero value] | any boolean |
| tst.js:168:7:168:21 | o !== undefined | [o = null] | true |
| tst.js:168:7:168:21 | o !== undefined | [o = null] | true |
| tst.js:168:7:168:21 | o !== undefined | [o = numeric string] | any boolean |
| tst.js:168:7:168:21 | o !== undefined | [o = numeric string] | any boolean |
| tst.js:168:7:168:21 | o !== undefined | [o = true] | true |
| tst.js:168:7:168:21 | o !== undefined | [o = true] | true |
| tst.js:168:7:168:21 | o !== undefined | [o = undefined] | false |
| tst.js:168:7:168:21 | o !== undefined | [o = undefined] | false |
| tst.js:168:13:168:21 | undefined | [o = 0] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = 0] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = ""] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = ""] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = false] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = false] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = indefinite function or class (call)] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = indefinite function or class (call)] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = indefinite object (call)] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = indefinite object (call)] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = non-empty, non-numeric string] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = non-empty, non-numeric string] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = non-zero value] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = non-zero value] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = null] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = null] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = numeric string] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = numeric string] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = true] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = true] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = undefined] | any undefined |
| tst.js:168:13:168:21 | undefined | [o = undefined] | any undefined |