13af6ab5fSopenharmony_ci{ 23af6ab5fSopenharmony_ci "copyright": [ 33af6ab5fSopenharmony_ci "Copyright (c) 2024 Huawei Device Co., Ltd.", 43af6ab5fSopenharmony_ci "Licensed under the Apache License, Version 2.0 (the 'License');", 53af6ab5fSopenharmony_ci "you may not use this file except in compliance with the License.", 63af6ab5fSopenharmony_ci "You may obtain a copy of the License at", 73af6ab5fSopenharmony_ci "", 83af6ab5fSopenharmony_ci "http://www.apache.org/licenses/LICENSE-2.0", 93af6ab5fSopenharmony_ci "", 103af6ab5fSopenharmony_ci "Unless required by applicable law or agreed to in writing, software", 113af6ab5fSopenharmony_ci "distributed under the License is distributed on an 'AS IS' BASIS,", 123af6ab5fSopenharmony_ci "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.", 133af6ab5fSopenharmony_ci "See the License for the specific language governing permissions and", 143af6ab5fSopenharmony_ci "limitations under the License." 153af6ab5fSopenharmony_ci ], 163af6ab5fSopenharmony_ci "nodes": [ 173af6ab5fSopenharmony_ci { 183af6ab5fSopenharmony_ci "line": 29, 193af6ab5fSopenharmony_ci "column": 5, 203af6ab5fSopenharmony_ci "endLine": 29, 213af6ab5fSopenharmony_ci "endColumn": 18, 223af6ab5fSopenharmony_ci "problem": "MethodReassignment", 233af6ab5fSopenharmony_ci "suggest": "", 243af6ab5fSopenharmony_ci "rule": "Reassigning object methods is not supported (arkts-no-method-reassignment)", 253af6ab5fSopenharmony_ci "severity": "ERROR" 263af6ab5fSopenharmony_ci }, 273af6ab5fSopenharmony_ci { 283af6ab5fSopenharmony_ci "line": 29, 293af6ab5fSopenharmony_ci "column": 35, 303af6ab5fSopenharmony_ci "endLine": 29, 313af6ab5fSopenharmony_ci "endColumn": 45, 323af6ab5fSopenharmony_ci "problem": "FunctionBindError", 333af6ab5fSopenharmony_ci "suggest": "", 343af6ab5fSopenharmony_ci "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)", 353af6ab5fSopenharmony_ci "severity": "ERROR" 363af6ab5fSopenharmony_ci }, 373af6ab5fSopenharmony_ci { 383af6ab5fSopenharmony_ci "line": 30, 393af6ab5fSopenharmony_ci "column": 5, 403af6ab5fSopenharmony_ci "endLine": 30, 413af6ab5fSopenharmony_ci "endColumn": 23, 423af6ab5fSopenharmony_ci "problem": "MethodReassignment", 433af6ab5fSopenharmony_ci "suggest": "", 443af6ab5fSopenharmony_ci "rule": "Reassigning object methods is not supported (arkts-no-method-reassignment)", 453af6ab5fSopenharmony_ci "severity": "ERROR" 463af6ab5fSopenharmony_ci }, 473af6ab5fSopenharmony_ci { 483af6ab5fSopenharmony_ci "line": 30, 493af6ab5fSopenharmony_ci "column": 45, 503af6ab5fSopenharmony_ci "endLine": 30, 513af6ab5fSopenharmony_ci "endColumn": 55, 523af6ab5fSopenharmony_ci "problem": "FunctionBindError", 533af6ab5fSopenharmony_ci "suggest": "", 543af6ab5fSopenharmony_ci "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)", 553af6ab5fSopenharmony_ci "severity": "ERROR" 563af6ab5fSopenharmony_ci }, 573af6ab5fSopenharmony_ci { 583af6ab5fSopenharmony_ci "line": 37, 593af6ab5fSopenharmony_ci "column": 37, 603af6ab5fSopenharmony_ci "endLine": 37, 613af6ab5fSopenharmony_ci "endColumn": 47, 623af6ab5fSopenharmony_ci "problem": "FunctionBindError", 633af6ab5fSopenharmony_ci "suggest": "", 643af6ab5fSopenharmony_ci "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)", 653af6ab5fSopenharmony_ci "severity": "ERROR" 663af6ab5fSopenharmony_ci }, 673af6ab5fSopenharmony_ci { 683af6ab5fSopenharmony_ci "line": 38, 693af6ab5fSopenharmony_ci "column": 40, 703af6ab5fSopenharmony_ci "endLine": 38, 713af6ab5fSopenharmony_ci "endColumn": 50, 723af6ab5fSopenharmony_ci "problem": "FunctionBindError", 733af6ab5fSopenharmony_ci "suggest": "", 743af6ab5fSopenharmony_ci "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)", 753af6ab5fSopenharmony_ci "severity": "ERROR" 763af6ab5fSopenharmony_ci }, 773af6ab5fSopenharmony_ci { 783af6ab5fSopenharmony_ci "line": 48, 793af6ab5fSopenharmony_ci "column": 12, 803af6ab5fSopenharmony_ci "endLine": 48, 813af6ab5fSopenharmony_ci "endColumn": 19, 823af6ab5fSopenharmony_ci "problem": "ClassAsObjectError", 833af6ab5fSopenharmony_ci "suggest": "", 843af6ab5fSopenharmony_ci "rule": "Classes cannot be used as objects (arkts-no-classes-as-obj)", 853af6ab5fSopenharmony_ci "severity": "ERROR" 863af6ab5fSopenharmony_ci }, 873af6ab5fSopenharmony_ci { 883af6ab5fSopenharmony_ci "line": 68, 893af6ab5fSopenharmony_ci "column": 9, 903af6ab5fSopenharmony_ci "endLine": 68, 913af6ab5fSopenharmony_ci "endColumn": 58, 923af6ab5fSopenharmony_ci "problem": "AnyType", 933af6ab5fSopenharmony_ci "suggest": "", 943af6ab5fSopenharmony_ci "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", 953af6ab5fSopenharmony_ci "severity": "ERROR" 963af6ab5fSopenharmony_ci }, 973af6ab5fSopenharmony_ci { 983af6ab5fSopenharmony_ci "line": 68, 993af6ab5fSopenharmony_ci "column": 44, 1003af6ab5fSopenharmony_ci "endLine": 68, 1013af6ab5fSopenharmony_ci "endColumn": 58, 1023af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 1033af6ab5fSopenharmony_ci "suggest": "", 1043af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 1053af6ab5fSopenharmony_ci "severity": "ERROR" 1063af6ab5fSopenharmony_ci }, 1073af6ab5fSopenharmony_ci { 1083af6ab5fSopenharmony_ci "line": 70, 1093af6ab5fSopenharmony_ci "column": 9, 1103af6ab5fSopenharmony_ci "endLine": 70, 1113af6ab5fSopenharmony_ci "endColumn": 48, 1123af6ab5fSopenharmony_ci "problem": "AnyType", 1133af6ab5fSopenharmony_ci "suggest": "", 1143af6ab5fSopenharmony_ci "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", 1153af6ab5fSopenharmony_ci "severity": "ERROR" 1163af6ab5fSopenharmony_ci }, 1173af6ab5fSopenharmony_ci { 1183af6ab5fSopenharmony_ci "line": 70, 1193af6ab5fSopenharmony_ci "column": 35, 1203af6ab5fSopenharmony_ci "endLine": 70, 1213af6ab5fSopenharmony_ci "endColumn": 48, 1223af6ab5fSopenharmony_ci "problem": "FunctionBindError", 1233af6ab5fSopenharmony_ci "suggest": "", 1243af6ab5fSopenharmony_ci "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)", 1253af6ab5fSopenharmony_ci "severity": "ERROR" 1263af6ab5fSopenharmony_ci }, 1273af6ab5fSopenharmony_ci { 1283af6ab5fSopenharmony_ci "line": 75, 1293af6ab5fSopenharmony_ci "column": 48, 1303af6ab5fSopenharmony_ci "endLine": 75, 1313af6ab5fSopenharmony_ci "endColumn": 70, 1323af6ab5fSopenharmony_ci "problem": "FunctionBindError", 1333af6ab5fSopenharmony_ci "suggest": "", 1343af6ab5fSopenharmony_ci "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)", 1353af6ab5fSopenharmony_ci "severity": "ERROR" 1363af6ab5fSopenharmony_ci }, 1373af6ab5fSopenharmony_ci { 1383af6ab5fSopenharmony_ci "line": 78, 1393af6ab5fSopenharmony_ci "column": 48, 1403af6ab5fSopenharmony_ci "endLine": 78, 1413af6ab5fSopenharmony_ci "endColumn": 61, 1423af6ab5fSopenharmony_ci "problem": "FunctionBindError", 1433af6ab5fSopenharmony_ci "suggest": "", 1443af6ab5fSopenharmony_ci "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)", 1453af6ab5fSopenharmony_ci "severity": "ERROR" 1463af6ab5fSopenharmony_ci }, 1473af6ab5fSopenharmony_ci { 1483af6ab5fSopenharmony_ci "line": 81, 1493af6ab5fSopenharmony_ci "column": 31, 1503af6ab5fSopenharmony_ci "endLine": 81, 1513af6ab5fSopenharmony_ci "endColumn": 54, 1523af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 1533af6ab5fSopenharmony_ci "suggest": "", 1543af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 1553af6ab5fSopenharmony_ci "severity": "ERROR" 1563af6ab5fSopenharmony_ci }, 1573af6ab5fSopenharmony_ci { 1583af6ab5fSopenharmony_ci "line": 82, 1593af6ab5fSopenharmony_ci "column": 31, 1603af6ab5fSopenharmony_ci "endLine": 82, 1613af6ab5fSopenharmony_ci "endColumn": 53, 1623af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 1633af6ab5fSopenharmony_ci "suggest": "", 1643af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 1653af6ab5fSopenharmony_ci "severity": "ERROR" 1663af6ab5fSopenharmony_ci }, 1673af6ab5fSopenharmony_ci { 1683af6ab5fSopenharmony_ci "line": 87, 1693af6ab5fSopenharmony_ci "column": 32, 1703af6ab5fSopenharmony_ci "endLine": 87, 1713af6ab5fSopenharmony_ci "endColumn": 44, 1723af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 1733af6ab5fSopenharmony_ci "suggest": "", 1743af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 1753af6ab5fSopenharmony_ci "severity": "ERROR" 1763af6ab5fSopenharmony_ci }, 1773af6ab5fSopenharmony_ci { 1783af6ab5fSopenharmony_ci "line": 94, 1793af6ab5fSopenharmony_ci "column": 9, 1803af6ab5fSopenharmony_ci "endLine": 94, 1813af6ab5fSopenharmony_ci "endColumn": 51, 1823af6ab5fSopenharmony_ci "problem": "AnyType", 1833af6ab5fSopenharmony_ci "suggest": "", 1843af6ab5fSopenharmony_ci "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", 1853af6ab5fSopenharmony_ci "severity": "ERROR" 1863af6ab5fSopenharmony_ci }, 1873af6ab5fSopenharmony_ci { 1883af6ab5fSopenharmony_ci "line": 94, 1893af6ab5fSopenharmony_ci "column": 37, 1903af6ab5fSopenharmony_ci "endLine": 94, 1913af6ab5fSopenharmony_ci "endColumn": 51, 1923af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 1933af6ab5fSopenharmony_ci "suggest": "", 1943af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 1953af6ab5fSopenharmony_ci "severity": "ERROR" 1963af6ab5fSopenharmony_ci }, 1973af6ab5fSopenharmony_ci { 1983af6ab5fSopenharmony_ci "line": 96, 1993af6ab5fSopenharmony_ci "column": 9, 2003af6ab5fSopenharmony_ci "endLine": 96, 2013af6ab5fSopenharmony_ci "endColumn": 43, 2023af6ab5fSopenharmony_ci "problem": "AnyType", 2033af6ab5fSopenharmony_ci "suggest": "", 2043af6ab5fSopenharmony_ci "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)", 2053af6ab5fSopenharmony_ci "severity": "ERROR" 2063af6ab5fSopenharmony_ci }, 2073af6ab5fSopenharmony_ci { 2083af6ab5fSopenharmony_ci "line": 96, 2093af6ab5fSopenharmony_ci "column": 30, 2103af6ab5fSopenharmony_ci "endLine": 96, 2113af6ab5fSopenharmony_ci "endColumn": 43, 2123af6ab5fSopenharmony_ci "problem": "FunctionBindError", 2133af6ab5fSopenharmony_ci "suggest": "", 2143af6ab5fSopenharmony_ci "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)", 2153af6ab5fSopenharmony_ci "severity": "ERROR" 2163af6ab5fSopenharmony_ci }, 2173af6ab5fSopenharmony_ci { 2183af6ab5fSopenharmony_ci "line": 101, 2193af6ab5fSopenharmony_ci "column": 42, 2203af6ab5fSopenharmony_ci "endLine": 101, 2213af6ab5fSopenharmony_ci "endColumn": 64, 2223af6ab5fSopenharmony_ci "problem": "FunctionBindError", 2233af6ab5fSopenharmony_ci "suggest": "", 2243af6ab5fSopenharmony_ci "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)", 2253af6ab5fSopenharmony_ci "severity": "ERROR" 2263af6ab5fSopenharmony_ci }, 2273af6ab5fSopenharmony_ci { 2283af6ab5fSopenharmony_ci "line": 104, 2293af6ab5fSopenharmony_ci "column": 42, 2303af6ab5fSopenharmony_ci "endLine": 104, 2313af6ab5fSopenharmony_ci "endColumn": 55, 2323af6ab5fSopenharmony_ci "problem": "FunctionBindError", 2333af6ab5fSopenharmony_ci "suggest": "", 2343af6ab5fSopenharmony_ci "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)", 2353af6ab5fSopenharmony_ci "severity": "ERROR" 2363af6ab5fSopenharmony_ci }, 2373af6ab5fSopenharmony_ci { 2383af6ab5fSopenharmony_ci "line": 107, 2393af6ab5fSopenharmony_ci "column": 20, 2403af6ab5fSopenharmony_ci "endLine": 107, 2413af6ab5fSopenharmony_ci "endColumn": 43, 2423af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 2433af6ab5fSopenharmony_ci "suggest": "", 2443af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 2453af6ab5fSopenharmony_ci "severity": "ERROR" 2463af6ab5fSopenharmony_ci }, 2473af6ab5fSopenharmony_ci { 2483af6ab5fSopenharmony_ci "line": 108, 2493af6ab5fSopenharmony_ci "column": 20, 2503af6ab5fSopenharmony_ci "endLine": 108, 2513af6ab5fSopenharmony_ci "endColumn": 42, 2523af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 2533af6ab5fSopenharmony_ci "suggest": "", 2543af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 2553af6ab5fSopenharmony_ci "severity": "ERROR" 2563af6ab5fSopenharmony_ci }, 2573af6ab5fSopenharmony_ci { 2583af6ab5fSopenharmony_ci "line": 113, 2593af6ab5fSopenharmony_ci "column": 21, 2603af6ab5fSopenharmony_ci "endLine": 113, 2613af6ab5fSopenharmony_ci "endColumn": 33, 2623af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 2633af6ab5fSopenharmony_ci "suggest": "", 2643af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 2653af6ab5fSopenharmony_ci "severity": "ERROR" 2663af6ab5fSopenharmony_ci }, 2673af6ab5fSopenharmony_ci { 2683af6ab5fSopenharmony_ci "line": 116, 2693af6ab5fSopenharmony_ci "column": 16, 2703af6ab5fSopenharmony_ci "endLine": 116, 2713af6ab5fSopenharmony_ci "endColumn": 17, 2723af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 2733af6ab5fSopenharmony_ci "suggest": "", 2743af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)", 2753af6ab5fSopenharmony_ci "severity": "ERROR" 2763af6ab5fSopenharmony_ci }, 2773af6ab5fSopenharmony_ci { 2783af6ab5fSopenharmony_ci "line": 118, 2793af6ab5fSopenharmony_ci "column": 7, 2803af6ab5fSopenharmony_ci "endLine": 120, 2813af6ab5fSopenharmony_ci "endColumn": 4, 2823af6ab5fSopenharmony_ci "problem": "FunctionExpression", 2833af6ab5fSopenharmony_ci "suggest": "", 2843af6ab5fSopenharmony_ci "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)", 2853af6ab5fSopenharmony_ci "severity": "ERROR" 2863af6ab5fSopenharmony_ci }, 2873af6ab5fSopenharmony_ci { 2883af6ab5fSopenharmony_ci "line": 119, 2893af6ab5fSopenharmony_ci "column": 12, 2903af6ab5fSopenharmony_ci "endLine": 119, 2913af6ab5fSopenharmony_ci "endColumn": 16, 2923af6ab5fSopenharmony_ci "problem": "FunctionContainsThis", 2933af6ab5fSopenharmony_ci "suggest": "", 2943af6ab5fSopenharmony_ci "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)", 2953af6ab5fSopenharmony_ci "severity": "ERROR" 2963af6ab5fSopenharmony_ci }, 2973af6ab5fSopenharmony_ci { 2983af6ab5fSopenharmony_ci "line": 118, 2993af6ab5fSopenharmony_ci "column": 7, 3003af6ab5fSopenharmony_ci "endLine": 120, 3013af6ab5fSopenharmony_ci "endColumn": 4, 3023af6ab5fSopenharmony_ci "problem": "LimitedReturnTypeInference", 3033af6ab5fSopenharmony_ci "suggest": "", 3043af6ab5fSopenharmony_ci "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 3053af6ab5fSopenharmony_ci "severity": "ERROR" 3063af6ab5fSopenharmony_ci }, 3073af6ab5fSopenharmony_ci { 3083af6ab5fSopenharmony_ci "line": 121, 3093af6ab5fSopenharmony_ci "column": 7, 3103af6ab5fSopenharmony_ci "endLine": 123, 3113af6ab5fSopenharmony_ci "endColumn": 4, 3123af6ab5fSopenharmony_ci "problem": "FunctionExpression", 3133af6ab5fSopenharmony_ci "suggest": "", 3143af6ab5fSopenharmony_ci "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)", 3153af6ab5fSopenharmony_ci "severity": "ERROR" 3163af6ab5fSopenharmony_ci }, 3173af6ab5fSopenharmony_ci { 3183af6ab5fSopenharmony_ci "line": 122, 3193af6ab5fSopenharmony_ci "column": 12, 3203af6ab5fSopenharmony_ci "endLine": 122, 3213af6ab5fSopenharmony_ci "endColumn": 16, 3223af6ab5fSopenharmony_ci "problem": "FunctionContainsThis", 3233af6ab5fSopenharmony_ci "suggest": "", 3243af6ab5fSopenharmony_ci "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)", 3253af6ab5fSopenharmony_ci "severity": "ERROR" 3263af6ab5fSopenharmony_ci }, 3273af6ab5fSopenharmony_ci { 3283af6ab5fSopenharmony_ci "line": 125, 3293af6ab5fSopenharmony_ci "column": 12, 3303af6ab5fSopenharmony_ci "endLine": 125, 3313af6ab5fSopenharmony_ci "endColumn": 16, 3323af6ab5fSopenharmony_ci "problem": "FunctionContainsThis", 3333af6ab5fSopenharmony_ci "suggest": "", 3343af6ab5fSopenharmony_ci "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)", 3353af6ab5fSopenharmony_ci "severity": "ERROR" 3363af6ab5fSopenharmony_ci }, 3373af6ab5fSopenharmony_ci { 3383af6ab5fSopenharmony_ci "line": 124, 3393af6ab5fSopenharmony_ci "column": 7, 3403af6ab5fSopenharmony_ci "endLine": 126, 3413af6ab5fSopenharmony_ci "endColumn": 4, 3423af6ab5fSopenharmony_ci "problem": "LimitedReturnTypeInference", 3433af6ab5fSopenharmony_ci "suggest": "", 3443af6ab5fSopenharmony_ci "rule": "Function return type inference is limited (arkts-no-implicit-return-types)", 3453af6ab5fSopenharmony_ci "severity": "ERROR" 3463af6ab5fSopenharmony_ci }, 3473af6ab5fSopenharmony_ci { 3483af6ab5fSopenharmony_ci "line": 128, 3493af6ab5fSopenharmony_ci "column": 12, 3503af6ab5fSopenharmony_ci "endLine": 128, 3513af6ab5fSopenharmony_ci "endColumn": 16, 3523af6ab5fSopenharmony_ci "problem": "FunctionContainsThis", 3533af6ab5fSopenharmony_ci "suggest": "", 3543af6ab5fSopenharmony_ci "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)", 3553af6ab5fSopenharmony_ci "severity": "ERROR" 3563af6ab5fSopenharmony_ci }, 3573af6ab5fSopenharmony_ci { 3583af6ab5fSopenharmony_ci "line": 132, 3593af6ab5fSopenharmony_ci "column": 17, 3603af6ab5fSopenharmony_ci "endLine": 132, 3613af6ab5fSopenharmony_ci "endColumn": 18, 3623af6ab5fSopenharmony_ci "problem": "ObjectLiteralNoContextType", 3633af6ab5fSopenharmony_ci "suggest": "", 3643af6ab5fSopenharmony_ci "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)", 3653af6ab5fSopenharmony_ci "severity": "ERROR" 3663af6ab5fSopenharmony_ci }, 3673af6ab5fSopenharmony_ci { 3683af6ab5fSopenharmony_ci "line": 136, 3693af6ab5fSopenharmony_ci "column": 23, 3703af6ab5fSopenharmony_ci "endLine": 136, 3713af6ab5fSopenharmony_ci "endColumn": 37, 3723af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 3733af6ab5fSopenharmony_ci "suggest": "", 3743af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 3753af6ab5fSopenharmony_ci "severity": "ERROR" 3763af6ab5fSopenharmony_ci }, 3773af6ab5fSopenharmony_ci { 3783af6ab5fSopenharmony_ci "line": 137, 3793af6ab5fSopenharmony_ci "column": 23, 3803af6ab5fSopenharmony_ci "endLine": 137, 3813af6ab5fSopenharmony_ci "endColumn": 37, 3823af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 3833af6ab5fSopenharmony_ci "suggest": "", 3843af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 3853af6ab5fSopenharmony_ci "severity": "ERROR" 3863af6ab5fSopenharmony_ci }, 3873af6ab5fSopenharmony_ci { 3883af6ab5fSopenharmony_ci "line": 138, 3893af6ab5fSopenharmony_ci "column": 23, 3903af6ab5fSopenharmony_ci "endLine": 138, 3913af6ab5fSopenharmony_ci "endColumn": 37, 3923af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 3933af6ab5fSopenharmony_ci "suggest": "", 3943af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 3953af6ab5fSopenharmony_ci "severity": "ERROR" 3963af6ab5fSopenharmony_ci }, 3973af6ab5fSopenharmony_ci { 3983af6ab5fSopenharmony_ci "line": 139, 3993af6ab5fSopenharmony_ci "column": 23, 4003af6ab5fSopenharmony_ci "endLine": 139, 4013af6ab5fSopenharmony_ci "endColumn": 37, 4023af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 4033af6ab5fSopenharmony_ci "suggest": "", 4043af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 4053af6ab5fSopenharmony_ci "severity": "ERROR" 4063af6ab5fSopenharmony_ci }, 4073af6ab5fSopenharmony_ci { 4083af6ab5fSopenharmony_ci "line": 141, 4093af6ab5fSopenharmony_ci "column": 5, 4103af6ab5fSopenharmony_ci "endLine": 141, 4113af6ab5fSopenharmony_ci "endColumn": 21, 4123af6ab5fSopenharmony_ci "problem": "FunctionApplyCall", 4133af6ab5fSopenharmony_ci "suggest": "", 4143af6ab5fSopenharmony_ci "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)", 4153af6ab5fSopenharmony_ci "severity": "ERROR" 4163af6ab5fSopenharmony_ci } 4173af6ab5fSopenharmony_ci ] 4183af6ab5fSopenharmony_ci}