Searched full:not (Results 1 – 25 of 8682) sorted by relevance
12345678910>>...348
| /arkcompiler/ets_runtime/test/aottest/tryldglobalbyname_global_object/ |
| D | expect_output.txt | 3 # you may not use this file except in compliance with the License. 16 ReferenceError: Function is not defined 19 ReferenceError: RangeError is not defined 22 ReferenceError: Error is not defined 25 ReferenceError: Object is not defined 28 ReferenceError: SyntaxError is not defined 31 ReferenceError: TypeError is not defined 34 ReferenceError: ReferenceError is not defined 37 ReferenceError: URIError is not defined 40 ReferenceError: Symbol is not defined [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test/ |
| D | sendable_class_interface_property.ts.json | 5 "you may not use this file except in compliance with the License.", 295 …"rule": "Computed property names are not allowed in \"Sendable\" classes and interfaces (arkts-sen… 386 …"rule": "Computed property names are not allowed in \"Sendable\" classes and interfaces (arkts-sen… 393 …"rule": "Computed property names are not allowed in \"Sendable\" classes and interfaces (arkts-sen… 399 …"suggest": "Property 'prop1' has no initializer and is not definitely assigned in the constructor.… 400 … "rule": "Property 'prop1' has no initializer and is not definitely assigned in the constructor." 406 …"suggest": "Property 'prop2' has no initializer and is not definitely assigned in the constructor.… 407 … "rule": "Property 'prop2' has no initializer and is not definitely assigned in the constructor." 413 …"suggest": "Property 'prop3' has no initializer and is not definitely assigned in the constructor.… 414 … "rule": "Property 'prop3' has no initializer and is not definitely assigned in the constructor." [all …]
|
| D | private_identifiers.ts.json | 5 "you may not use this file except in compliance with the License.", 64 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 71 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 78 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 85 … "rule": "Definite assignment assertions are not supported (arkts-no-definite-assignment)" 92 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 99 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 106 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 113 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 120 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" [all …]
|
| D | structural_identity.ts.json | 5 "you may not use this file except in compliance with the License.", 22 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 29 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 36 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 43 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 50 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 57 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 64 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 71 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 78 "rule": "Structural typing is not supported (arkts-no-structural-typing)" [all …]
|
| D | sendable_no_structural_typing.ts.json | 5 "you may not use this file except in compliance with the License.", 22 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 29 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 36 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 43 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 71 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 78 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 85 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 92 "rule": "Structural typing is not supported (arkts-no-structural-typing)" 99 "rule": "Structural typing is not supported (arkts-no-structural-typing)" [all …]
|
| D | functions.ts.json | 5 "you may not use this file except in compliance with the License.", 22 "rule": "Nested functions are not supported (arkts-no-nested-funcs)" 43 "rule": "Generator functions are not supported (arkts-no-generators)" 50 "rule": "Generator functions are not supported (arkts-no-generators)" 78 … "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)" 84 … "suggest": "Property 'c' has no initializer and is not definitely assigned in the constructor.", 85 … "rule": "Property 'c' has no initializer and is not definitely assigned in the constructor." 91 "suggest": "Argument of type 'null' is not assignable to parameter of type 'string'.", 92 "rule": "Argument of type 'null' is not assignable to parameter of type 'string'." 98 "suggest": "Argument of type 'null' is not assignable to parameter of type 'string'.", [all …]
|
| D | literals_as_prop_names.ts.json | 5 "you may not use this file except in compliance with the License.", 22 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 31 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 38 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 45 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 52 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 68 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 75 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 82 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 98 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… [all …]
|
| D | null_check_calls.ts.json | 5 "you may not use this file except in compliance with the License.", 28 "suggest": "Argument of type 'null' is not assignable to parameter of type 'number[]'.", 29 "rule": "Argument of type 'null' is not assignable to parameter of type 'number[]'." 35 "suggest": "Argument of type 'null' is not assignable to parameter of type 'number'.", 36 "rule": "Argument of type 'null' is not assignable to parameter of type 'number'." 42 …est": "Argument of type 'number | null' is not assignable to parameter of type 'number'.\n Type '… 43 …ule": "Argument of type 'number | null' is not assignable to parameter of type 'number'.\n Type '… 49 …est": "Argument of type 'number | null' is not assignable to parameter of type 'number'.\n Type '… 50 …ule": "Argument of type 'number | null' is not assignable to parameter of type 'number'.\n Type '… 56 "suggest": "Type 'null' is not assignable to type 'Object'.", [all …]
|
| D | symbol_api.ts.json | 5 "you may not use this file except in compliance with the License.", 22 "rule": "\"Symbol()\" API is not supported (arkts-no-symbol)" 29 "rule": "\"Symbol()\" API is not supported (arkts-no-symbol)" 36 "rule": "\"Symbol()\" API is not supported (arkts-no-symbol)" 43 "rule": "\"Symbol()\" API is not supported (arkts-no-symbol)" 50 "rule": "\"Symbol()\" API is not supported (arkts-no-symbol)" 57 "rule": "\"Symbol()\" API is not supported (arkts-no-symbol)" 64 "rule": "\"Symbol()\" API is not supported (arkts-no-symbol)" 71 "rule": "\"Symbol()\" API is not supported (arkts-no-symbol)" 78 "rule": "\"Symbol()\" API is not supported (arkts-no-symbol)" [all …]
|
| D | literals_as_prop_names.ts.autofix.json | 5 "you may not use this file except in compliance with the License.", 39 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 63 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 77 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 101 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 125 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 151 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 158 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 165 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 203 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… [all …]
|
| D | interface_literal_prop_name.ts.json | 5 "you may not use this file except in compliance with the License.", 24 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 33 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 42 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 49 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 58 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 67 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers…
|
| D | utility_types.ts.json | 5 "you may not use this file except in compliance with the License.", 22 "rule": "Some of utility types are not supported (arkts-no-utility-types)" 29 "rule": "Some of utility types are not supported (arkts-no-utility-types)" 36 "rule": "Some of utility types are not supported (arkts-no-utility-types)" 43 "rule": "Some of utility types are not supported (arkts-no-utility-types)" 57 "rule": "Some of utility types are not supported (arkts-no-utility-types)" 71 "rule": "Some of utility types are not supported (arkts-no-utility-types)" 85 "rule": "Some of utility types are not supported (arkts-no-utility-types)" 92 "rule": "Some of utility types are not supported (arkts-no-utility-types)" 99 "rule": "Some of utility types are not supported (arkts-no-utility-types)" [all …]
|
| D | function_object_methods.ts.json | 5 "you may not use this file except in compliance with the License.", 22 "rule": "Reassigning object methods is not supported (arkts-no-method-reassignment)" 29 "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)" 36 "rule": "Reassigning object methods is not supported (arkts-no-method-reassignment)" 43 "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)" 50 "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)" 57 "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)" 70 … "rule": "\"Function.apply\", \"Function.call\" are not supported (arkts-no-func-apply-call)" 84 "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)" 91 "rule": "\"Function.bind\" is not supported (arkts-no-func-bind)" [all …]
|
| D | prototype_assignment.ts.json | 5 "you may not use this file except in compliance with the License.", 22 … "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)" 36 … "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)" 50 "rule": "Prototype assignment is not supported (arkts-no-prototype-assignment)" 57 "rule": "Prototype assignment is not supported (arkts-no-prototype-assignment)" 71 … "rule": "Using \"this\" inside stand-alone functions is not supported (arkts-no-standalone-this)" 85 "rule": "Nested functions are not supported (arkts-no-nested-funcs)" 92 "rule": "Prototype assignment is not supported (arkts-no-prototype-assignment)" 99 "rule": "Prototype assignment is not supported (arkts-no-prototype-assignment)" 106 "rule": "Prototype assignment is not supported (arkts-no-prototype-assignment)" [all …]
|
| D | private_identifiers.ts.autofix.json | 5 "you may not use this file except in compliance with the License.", 83 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 91 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 111 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 119 … "rule": "Definite assignment assertions are not supported (arkts-no-definite-assignment)" 139 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 159 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 179 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 199 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" 219 "rule": "Private '#' identifiers are not supported (arkts-no-private-identifiers)" [all …]
|
| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/ |
| D | base_test_reporter.rb | 3 # you may not use this file except in compliance with the License. 18 raise NotImplementedError, "#{self.class} does not implement prologue()." 22 raise NotImplementedError, "#{self.class} does not implement epilogue()." 26 raise NotImplementedError, "#{self.class} does not implement log_exclusion()." 30 raise NotImplementedError, "#{self.class} does not implement log_skip_include()." 34 raise NotImplementedError, "#{self.class} does not implement log_skip_bugid()." 38 raise NotImplementedError, "#{self.class} does not implement log_skip_ignore()." 42 raise NotImplementedError, "#{self.class} does not implement log_skip_only_ignore()." 46 raise NotImplementedError, "#{self.class} does not implement log_ignore_ignored()." 50 raise NotImplementedError, "#{self.class} does not implement log_start_command()." [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | base_test_reporter.rb | 3 # you may not use this file except in compliance with the License. 18 raise NotImplementedError, "#{self.class} does not implement prologue()." 22 raise NotImplementedError, "#{self.class} does not implement epilogue()." 26 raise NotImplementedError, "#{self.class} does not implement log_exclusion()." 30 raise NotImplementedError, "#{self.class} does not implement log_skip_include()." 34 raise NotImplementedError, "#{self.class} does not implement log_skip_bugid()." 38 raise NotImplementedError, "#{self.class} does not implement log_skip_ignore()." 42 raise NotImplementedError, "#{self.class} does not implement log_skip_only_ignore()." 46 raise NotImplementedError, "#{self.class} does not implement log_ignore_ignored()." 50 raise NotImplementedError, "#{self.class} does not implement log_start_command()." [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule145.ts.json | 5 "you may not use this file except in compliance with the License.", 21 … "suggest": "Property 'n' has no initializer and is not definitely assigned in the constructor.", 22 … "rule": "Property 'n' has no initializer and is not definitely assigned in the constructor." 28 … "suggest": "Property 's' has no initializer and is not definitely assigned in the constructor.", 29 … "rule": "Property 's' has no initializer and is not definitely assigned in the constructor." 35 … "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 36 … "rule": "Function lacks ending return statement and return type does not include 'undefined'." 42 "suggest": "Type 'null' is not assignable to type 'number'.", 43 "rule": "Type 'null' is not assignable to type 'number'." 49 … "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", [all …]
|
| D | rule92.ts.json | 5 "you may not use this file except in compliance with the License.", 22 "rule": "Nested functions are not supported (arkts-no-nested-funcs)" 29 "rule": "Nested functions are not supported (arkts-no-nested-funcs)" 36 "rule": "Nested functions are not supported (arkts-no-nested-funcs)" 43 "rule": "Nested functions are not supported (arkts-no-nested-funcs)" 50 "rule": "Nested functions are not supported (arkts-no-nested-funcs)" 57 "rule": "Nested functions are not supported (arkts-no-nested-funcs)" 64 "rule": "Nested functions are not supported (arkts-no-nested-funcs)" 71 "rule": "Nested functions are not supported (arkts-no-nested-funcs)" 78 "rule": "Nested functions are not supported (arkts-no-nested-funcs)" [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/13.chaining_operator/ |
| D | chop1.sts | 4 * you may not use this file except in compliance with the License. 48 test(boo("not undefined")?.fldB?.fldA === "abc") 49 test(boo("not undefined")?.fldB?.fldAn === undefined) 50 test(boo("not undefined")?.fldB?.metA("xyz") === "xyz") 51 test(boo("not undefined")?.fldB?.metA("undefined") === undefined) 53 test(boo("not undefined")?.metB("not undefined")?.fldA === "abc") 54 test(boo("not undefined")?.metB("not undefined")?.fldAn === undefined) 55 test(boo("not undefined")?.metB("not undefined")?.metA("xyz") === "xyz") 56 test(boo("not undefined")?.metB("not undefined")?.metA("undefined") === undefined) 58 test(boo("not undefined")?.fldBn?.fldA === undefined) [all …]
|
| D | chop0.sts | 4 * you may not use this file except in compliance with the License. 49 test(boo("not null")?.fldB?.fldA === "abc") 50 test(boo("not null")?.fldB?.fldAn === null) 51 test(boo("not null")?.fldB?.metA("xyz") === "xyz") 52 test(boo("not null")?.fldB?.metA("null") === null) 54 test(boo("not null")?.metB("not null")?.fldA === "abc") 55 test(boo("not null")?.metB("not null")?.fldAn === null) 56 test(boo("not null")?.metB("not null")?.metA("xyz") === "xyz") 57 test(boo("not null")?.metB("not null")?.metA("null") === null) 59 test(boo("not null")?.fldBn?.fldA === undefined) [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/lib/ |
| D | CookBookMsg.ts | 4 * you may not use this file except in compliance with the License. 24 …'Objects with property names that are not identifiers are not supported (arkts-identifiers-as-prop… 25 cookBookTag[2] = '"Symbol()" API is not supported (arkts-no-symbol)'; 26 cookBookTag[3] = 'Private \'#\' identifiers are not supported (arkts-no-private-identifiers)'; 40 cookBookTag[17] = 'Indexed signatures are not supported (arkts-no-indexed-signatures)'; 46 cookBookTag[22] = 'Conditional types are not supported (arkts-no-conditional-types)'; 49 cookBookTag[25] = 'Declaring fields in "constructor" is not supported (arkts-no-ctor-prop-decls)'; 51 cookBookTag[27] = 'Construct signatures are not supported in interfaces (arkts-no-ctor-signatures-i… 52 cookBookTag[28] = 'Indexed access types are not supported (arkts-no-aliases-by-index)'; 53 cookBookTag[29] = 'Indexed access is not supported for fields (arkts-no-props-by-index)'; [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_extended_features/ |
| D | indexable_collections_array.ets.json | 5 "you may not use this file except in compliance with the License.", 22 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 29 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 36 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 43 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 50 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 57 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 64 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 71 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" 78 "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)" [all …]
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/cmake/ |
| D | LLVMInlineModules.cmake | 3 # you may not use this file except in compliance with the License. 14 if (NOT PANDA_LLVM_IRTOC) 18 if (NOT DEFINED PANDA_LLVM_INTERPRETER_INLINING) 22 if (NOT PANDA_LLVM_INTERPRETER_INLINING) 27 AND NOT CMAKE_CXX_COMPILER_ID STREQUAL "Clang" 28 …# HostTools build, compiler does not matter. Parent project built bitcode files for inlining, and … 32 …message(STATUS "LLVM IR inlining disabled because compiler is not 'Clang' but = '${CMAKE_CXX_COMPI… 41 if (NOT "${IRTOC_INT_LLVM_INL_MODULE_FILES_LIST}" STREQUAL "") 49 elseif (NOT PANDA_LLVM_INTERPRETER_INLINING) 76 if (NOT PANDA_LLVM_INTERPRETER_INLINING) [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_regression/ |
| D | 14953.ts.json | 5 "you may not use this file except in compliance with the License.", 29 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 36 …"rule": "Objects with property names that are not identifiers are not supported (arkts-identifiers… 42 …"suggest": "Property '['b']' has no initializer and is not definitely assigned in the constructor.… 43 … "rule": "Property '['b']' has no initializer and is not definitely assigned in the constructor." 49 …"suggest": "Property '[T.A]' has no initializer and is not definitely assigned in the constructor.… 50 … "rule": "Property '[T.A]' has no initializer and is not definitely assigned in the constructor." 56 …"suggest": "Property '[T.B]' has no initializer and is not definitely assigned in the constructor.… 57 … "rule": "Property '[T.B]' has no initializer and is not definitely assigned in the constructor." 63 …"suggest": "Property '[str1]' has no initializer and is not definitely assigned in the constructor… [all …]
|
12345678910>>...348