|
21 | 21 | }
|
22 | 22 | })
|
23 | 23 | }
|
24 |
| - let _ddg_b |
25 |
| - if (parentScope?.navigator === undefined) { |
26 |
| - _ddg_b = Object.bind(null); |
27 |
| - } else { |
28 |
| - _ddg_b = parentScope.navigator; |
29 |
| - } |
| 24 | + let _ddg_b = parentScope?.navigator ? parentScope.navigator : Object.bind(null); |
30 | 25 | let _ddg_c = "testingThisOut";
|
31 |
| - let _ddg_e |
32 |
| - if (parentScope?.navigator?.mediaSession === undefined) { |
33 |
| - _ddg_e = Object.bind(null); |
34 |
| - } else { |
35 |
| - _ddg_e = parentScope.navigator.mediaSession; |
36 |
| - } |
| 26 | + let _ddg_e = parentScope?.navigator?.mediaSession ? parentScope.navigator.mediaSession : Object.bind(null); |
37 | 27 | let _ddg_f = "playing";
|
38 |
| - let _ddg_h |
39 |
| - if (parentScope?.navigator?.mediaSession?.doesNotExist === undefined) { |
40 |
| - _ddg_h = Object.bind(null); |
41 |
| - } else { |
42 |
| - _ddg_h = parentScope.navigator.mediaSession.doesNotExist; |
43 |
| - } |
44 |
| - let _ddg_j |
45 |
| - if (parentScope?.navigator?.mediaSession?.doesNotExist?.depth === undefined) { |
46 |
| - _ddg_j = Object.bind(null); |
47 |
| - } else { |
48 |
| - _ddg_j = parentScope.navigator.mediaSession.doesNotExist.depth; |
49 |
| - } |
50 |
| - let _ddg_l |
51 |
| - if (parentScope?.navigator?.mediaSession?.doesNotExist?.depth?.a === undefined) { |
52 |
| - _ddg_l = Object.bind(null); |
53 |
| - } else { |
54 |
| - _ddg_l = parentScope.navigator.mediaSession.doesNotExist.depth.a; |
55 |
| - } |
| 28 | + let _ddg_h = parentScope?.navigator?.mediaSession?.doesNotExist ? parentScope.navigator.mediaSession.doesNotExist : Object.bind(null); |
| 29 | + let _ddg_j = parentScope?.navigator?.mediaSession?.doesNotExist?.depth ? parentScope.navigator.mediaSession.doesNotExist.depth : Object.bind(null); |
| 30 | + let _ddg_l = parentScope?.navigator?.mediaSession?.doesNotExist?.depth?.a ? parentScope.navigator.mediaSession.doesNotExist.depth.a : Object.bind(null); |
56 | 31 | let _ddg_m = "boop";
|
57 | 32 | let _ddg_k = constructProxy(_ddg_l, {
|
58 | 33 | lot: _ddg_m
|
|
72 | 47 | mediaSession: _ddg_d
|
73 | 48 | });
|
74 | 49 | let navigator = _ddg_a;
|
75 |
| - let _ddg_o |
76 |
| - if (parentScope?.document === undefined) { |
77 |
| - _ddg_o = Object.bind(null); |
78 |
| - } else { |
79 |
| - _ddg_o = parentScope.document; |
80 |
| - } |
| 50 | + let _ddg_o = parentScope?.document ? parentScope.document : Object.bind(null); |
81 | 51 | let _ddg_p = "testingThisOut";
|
82 | 52 | let _ddg_n = constructProxy(_ddg_o, {
|
83 | 53 | cookie: _ddg_p
|
|
0 commit comments