• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/**
2 * Copyright (c) 2024 Huawei Device Co., Ltd.
3 * Licensed under the Apache License, Version 2.0 (the "License");
4 * you may not use this file except in compliance with the License.
5 * You may obtain a copy of the License at
6 *
7 * http://www.apache.org/licenses/LICENSE-2.0
8 *
9 * Unless required by applicable law or agreed to in writing, software
10 * distributed under the License is distributed on an "AS IS" BASIS,
11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 * See the License for the specific language governing permissions and
13 * limitations under the License.
14 */
15function m0F0() {
16    (() => {
17        console.log(1);
18    })();
19    (() => {
20        console.log(2);
21    })();
22    function m0F0F0() {}
23    let m0F0F1 = ()=>{};
24    class M0F0C0 {
25        M0F0C0F0() {}
26    }
27}
28
29function* m0F1() {}
30async function m0F2() {}
31class M0C0 {
32    M0C0F0() {}
33    static M0C0F1() {}
34    async M0C0F2() {}
35}
36
37function m0N0F0() {}
38
39function* m0N0F1() {}
40async function m0N0F2() {}
41class M0N0C0 {
42    M0N0C0F0() {}
43    static M0N0C0F1() {}
44    async M0N0C0F2() {}
45}
46
47function m0N0N0F0() {}
48
49class C {
50    D() {}
51}
52
53function e() {}
54