| /arkcompiler/runtime_core/static_core/tests/cts-generator/runner/reporters/ |
| D | base_test_reporter.rb | 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()." 54 raise NotImplementedError, "#{self.class} does not implement log_failed_compilation()." [all …]
|
| /arkcompiler/runtime_core/tests/cts-generator/runner/reporters/ |
| D | base_test_reporter.rb | 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()." 54 raise NotImplementedError, "#{self.class} does not implement log_failed_compilation()." [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/test_rules/ |
| D | rule145.ts.json | 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'." 49 … "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 50 … "rule": "Function lacks ending return statement and return type does not include 'undefined'." 56 … "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 57 … "rule": "Function lacks ending return statement and return type does not include 'undefined'." 63 … "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 64 … "rule": "Function lacks ending return statement and return type does not include 'undefined'." 70 … "suggest": "Function lacks ending return statement and return type does not include 'undefined'.", 71 … "rule": "Function lacks ending return statement and return type does not include 'undefined'."
|
| /arkcompiler/ets_frontend/test262/ |
| D | es2abc_skip_tests.json | 37 … "language/expressions/dynamic-import/catch/nested-async-gen-await-file-does-not-exist.js", 39 … "language/expressions/dynamic-import/catch/nested-async-gen-return-await-file-does-not-exist.js" 53 …"language/expressions/dynamic-import/catch/nested-async-function-return-await-file-does-not-exist.… 54 … "language/expressions/dynamic-import/catch/top-level-import-catch-file-does-not-exist.js", 55 … "language/expressions/dynamic-import/catch/nested-if-import-catch-file-does-not-exist.js", 56 … "language/expressions/dynamic-import/catch/nested-arrow-import-catch-file-does-not-exist.js", 57 … "language/expressions/dynamic-import/catch/nested-async-function-file-does-not-exist.js", 58 "language/expressions/dynamic-import/catch/nested-block-labeled-file-does-not-exist.js", 59 … "language/expressions/dynamic-import/catch/nested-else-import-catch-file-does-not-exist.js", 60 … "language/expressions/dynamic-import/catch/nested-async-function-await-file-does-not-exist.js", [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/std/core/ |
| D | GC.sts | 67 * current GC does not support requested cause 84 * current GC does not support requested cause 85 * @throws UnsupportedOperationException if current GC does not support requested cause 117 * current GC does not support requested cause 167 * @throws UnsupportedOperationException if used GC does not support pinning 195 * @throws UnsupportedOperationException if used GC does not support pinning 212 * @throws UnsupportedOperationException if used GC does not support pinning 229 * @throws UnsupportedOperationException if used GC does not support pinning 246 * @throws UnsupportedOperationException if used GC does not support pinning 263 * @throws UnsupportedOperationException if used GC does not support pinning [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ets-templates/07.expressions/09.field_access_expressions/01.accessing_current_object_fields/ |
| D | incorrect_class_field_access.params.yaml | 19 …- { init: "let c: A = new A();", check: "c.b1 = 1;", text: "does not name an accessible member fie… 20 …- { init: "let c: A = new A();", check: "c.pb2 = 1;", text: "does not name an accessible member fi… 21 …- { init: "let c: B = new B();", check: "c.pb2 = 1;", text: "does not name an accessible member fi… 22 …- { init: "let c: B = new B();", check: "c.pa3 = 1;", text: "does not name an accessible member fi…
|
| /arkcompiler/runtime_core/static_core/docs/ |
| D | assembly_format.md | 5 …does not describe bytecode instructions supported by the Panda virtual machine, refer to the [Byte… 12 … at the assembly language level because we might support a language which does not implement class… 70 As stated above, current version of Panda assembly does not favor any language as the platform is d… 98 | `static` | Marks a function as static. Does not require value. | 100 | `final` | Marks a function as final. Does not require value. | 108 | `external` | Marks an externally defined function. Does not require value. | 109 | `native` | Marks an externally defined function. Does not require value. | 110 | `noimpl` | Marks a function without implementation. Does not require value. | 113 | `static` | Marks a function as static. Does not require value. | 123 | `final` | Marks a record as final. Does not require value. | [all …]
|
| /arkcompiler/ets_frontend/ets2panda/linter/docs/rules/ |
| D | recipe143.md | 7 ArkTS does not support import assertions because in the language import is a 9 in runtime does not make sense for the statically typed language. Use ordinary
|
| D | recipe142.md | 7 ArkTS does not support ``as const`` assertions because in the standard TypeScript 9 does not support literal types.
|
| D | recipe120.md | 7 ArkTS does not support ``import default as ...`` syntax.
|
| D | recipe149.md | 7 ArkTS does not support using classes as objects (assigning them to variables,
|
| D | recipe46.md | 7 ArkTS does not support function expressions. Use arrow functions instead
|
| D | recipe104.md | 7 ArkTS does not support interfaces that extend classes. Interfaces can extend
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/ets/ |
| D | FakeNativeTest.sts | 36 …throw new Error("ERROR: nativeFake method was successfully called, but does not have a definition"… 49 …throw new Error("ERROR: nativeFakeCritical method was successfully called, but does not have a def…
|
| /arkcompiler/ets_frontend/ets2panda/linter/cookbook_convertor/res/ |
| D | recipes.rst | 23 |LANG| does not support Objects with name properties that are numbers or 78 |LANG| does not support ``Symbol()`` API. 96 |LANG| does not support ``Symbol()`` API because its most popular use cases 119 |LANG| does not private identifiers started with ``#`` symbol, use ``private`` keyword instead. 175 |LANG| does not support ``var``, always use ``let`` instead. 234 |LANG| does not support ``any``, ``undefined``, and ``unknown`` types. 384 |LANG| does not support call signatures in object types. Use classes instead. 434 |LANG| does not support constructor signatures in object types. Use classes 481 |LANG| does not allow to have sevaral static block for class initialization, combine static blocks … 523 |LANG| does not allow indexed signatures, use arrays instead. [all …]
|
| /arkcompiler/ets_frontend/es2panda/ir/expressions/ |
| D | memberExpression.cpp | 80 pg->ThrowTypeErrorIfFalse(this, "Object does not have private property"); in Compile() 132 … {"Property ", property_->AsIdentifier()->Name(), " does not exist on this type."}, in Check() 137 … {"Property ", property_->AsNumberLiteral()->Str(), " does not exist on this type."}, in Check() 142 … {"Property ", property_->AsStringLiteral()->Str(), " does not exist on this type."}, in Check() 175 …checker->ThrowTypeError({"Property ", property_->AsIdentifier()->Name(), " does not exist on this … in Check()
|
| /arkcompiler/ets_runtime/test/jsperftest/ |
| D | run_js_perf_test.sh | 109 echo_fatal "${D8_DEVICE_DIR}: directory with v8 libs for device does not exist" 113 echo_fatal "${D8_DEVICE_DIR}/d8 is required, but does not exist" 117 echo_fatal "${D8_DEVICE_DIR}/snapshot_blob.bin is required, but does not exist" 121 echo_fatal "${D8_DEVICE_DIR}/icudtl.dat is required, but does not exist" 132 echo_fatal "Executable file does not exist: ${HDC_PATH}" 138 echo_fatal "Executable file does not exist: ${D8_BINARY_PATH}" 142 echo_fatal "Config file does not exist: ${CONFIG_PATH}" 157 echo_fatal "Path to openharmony root dir does not exist: ${OPENHARMONY_ROOT_PATH}"
|
| /arkcompiler/runtime_core/docs/ |
| D | assembly_format.md | 5 …does not describe bytecode instructions supported by the Panda virtual machine, refer to the [Byte… 12 … at the assembly language level because we might support a language which does not implement class… 70 As stated above, current version of Panda assembly does not favor any language as the platform is d… 103 | `external` | Marks an externally defined function. Does not require value. | 104 | `native` | Marks an externally defined function. Does not require value. | 105 | `noimpl` | Marks a function without implementation. Does not require value. | 106 | `static` | Marks a function as static. Does not require value. | 125 | `external` | Marks an externally defined record. Does not require value. | 131 | `external` | Marks an externally defined field. Does not require value. | 132 | `static` | Marks an statically defined field. Does not require value. | [all …]
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/ |
| D | ets_atomic_flag.h | 74 // GCC does not support maybe_ununused attribute on class members in SetValue() 81 // GCC does not support maybe_ununused attribute on class members in GetValue()
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test_override7-expected.txt | 1 SyntaxError: This member cannot have an 'override' modifier because its containing class does not e…
|
| D | test_override-expected.txt | 1 SyntaxError: This member cannot have an 'override' modifier because its containing class does not e…
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/inline_ir/ |
| D | patch_return_handler_stack_adjustment.cpp | 43 * LLVM does not know about our rets 45 * We use stack pointer in inline assemblies assuming that llvm does not touch sp itself. 46 * For example, we assume that llvm does not spill any register value onto the stack
|
| /arkcompiler/ets_frontend/ets2panda/test/test-lists/astchecker/ |
| D | astchecker-ets-ignored.txt | 1 # Skipped until #16329 is done. It is not properly checked and does not cause a CTE when using name…
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_symbol.cpp | 78 // 3.If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ToString() 136 // 3.If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ValueOf() 155 // 4.Assert: GlobalSymbolRegistry does not currently contain an entry for stringKey. in For() 179 // 3.Assert: GlobalSymbolRegistry does not currently contain an entry for sym. in KeyFor() 213 // 3.If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ToPrimitive() 237 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ThisSymbolValue()
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/plugins/hooks/ |
| D | fix_arktsconfig.py | 67 raise RuntimeError(f'PANDA_BUILD "{ark_root}" does not exist!') 78 log.warning('%s does not exist! Creating it "manually"!', config)
|