| /arkcompiler/ets_frontend/test262/ |
| D | eshost.patch | 142 + // Syntax errors don't have nice error messages... 144 + let errors = str.match(/[(](\d+),(\d+)[)]: (.*)/gm); 146 + if (errors && errors.length) { 149 + message: errors[0], 153 + const stack = parseSyntaxError(errors[0]); 166 + errors = str.match(errorRe2); 167 + if (errors && errors.length >3) { 169 + name: errors[2], 170 + message: errors[0],
|
| D | ts2abc_skip_tests.json | 143 …"language/expressions/optional-chaining/early-errors-tail-position-null-optchain-template-string-e… 144 …"language/expressions/optional-chaining/early-errors-tail-position-null-optchain-template-string.j… 145 …"language/expressions/optional-chaining/early-errors-tail-position-null-op-template-string-esi.js", 146 … "language/expressions/optional-chaining/early-errors-tail-position-null-op-template-string.js", 147 …"language/expressions/optional-chaining/early-errors-tail-position-optchain-template-string-esi.js… 148 … "language/expressions/optional-chaining/early-errors-tail-position-optchain-template-string.js", 149 … "language/expressions/optional-chaining/early-errors-tail-position-op-template-string-esi.js", 150 … "language/expressions/optional-chaining/early-errors-tail-position-op-template-string.js",
|
| /arkcompiler/ets_frontend/es2panda/test/ |
| D | runner.py | 165 self.output = out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore") 177 self.error = err.decode("utf-8", errors="ignore") 239 out = output_res.decode("utf-8", errors="ignore") 240 err = err.decode("utf-8", errors="ignore") 284 self.error = err.decode("utf-8", errors="ignore") 321 out = out.decode("utf-8", errors="ignore") 322 err = err.decode("utf-8", errors="ignore") 383 self.output = out.decode("utf-8", errors="ignore") 388 self.error = err.decode("utf-8", errors="ignore") 756 test_name + ".errors.txt")) [all …]
|
| /arkcompiler/runtime_core/runtime/include/tooling/ |
| D | debug_interface.h | 419 * @return Error if any errors occur 425 * @return Error if any errors occur 431 * @return Error if any errors occur 437 * @return Error if any errors occur 446 * @return Error if any errors occur 453 * @return Error if any errors occur 460 * @return Error if any errors occur 467 * @return Frame object that implements PtFrame or Error if any errors occur 476 * @return Error if any errors occur 484 * @return Error if any errors occur [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_errors.cpp | 127 JSHandle<JSTaggedValue> errors = BuiltinsBase::GetCallArg(argv, 0); in AggregateErrorConstructor() local 146 // 4. Let errorsList be ? IterableToList(errors). in AggregateErrorConstructor() 147 JSHandle<JSTaggedValue> errorsList = JSObject::IterableToList(thread, errors); in AggregateErrorConstructor() 149 // 5. Perform ! DefinePropertyOrThrow(O, "errors", PropertyDescriptor { [[Configurable]]: true, in AggregateErrorConstructor()
|
| D | builtins_promise.cpp | 712 // 1. Let errors be a new empty List. in PerformPromiseAny() 713 JSHandle<PromiseRecord> errors = factory->NewPromiseRecord(); in PerformPromiseAny() local 715 errors->SetValue(thread, emptyArray); in PerformPromiseAny() 745 …// 2. Perform ! DefinePropertyOrThrow(error, "errors", PropertyDescriptor { [[Configurable]]: true, in PerformPromiseAny() 746 … // [[Enumerable]]: false, [[Writable]]: true, [[Value]]: ! CreateArrayFromList(errors) }). in PerformPromiseAny() 749 … JSHandle<TaggedArray>::Cast(JSHandle<JSTaggedValue>(thread, errors->GetValue())); in PerformPromiseAny() 775 // h. Append undefined to errors. in PerformPromiseAny() 776 JSHandle<JSTaggedValue> errorsHandle(thread, errors->GetValue()); in PerformPromiseAny() 780 errors->SetValue(thread, errorsArray); in PerformPromiseAny() 798 // [[Index]], [[Errors]], [[Capability]], [[RemainingElements]] »). in PerformPromiseAny() [all …]
|
| D | builtins_promise_handler.cpp | 516 // 5. Let errors be F.[[Errors]]. in AnyRejectElementFunction() 517 [[maybe_unused]] JSHandle<PromiseRecord> errors = in AnyRejectElementFunction() local 525 // 8. Set errors[index] to x. in AnyRejectElementFunction() 528 JSHandle<TaggedArray>::Cast(JSHandle<JSTaggedValue>(thread, errors->GetValue())); in AnyRejectElementFunction() 536 …// b. Perform ! DefinePropertyOrThrow(error, "errors", PropertyDescriptor { [[Configurable]]: true, in AnyRejectElementFunction() 537 … // [[Enumerable]]: false, [[Writable]]: true, [[Value]]: ! CreateArrayFromList(errors) }). in AnyRejectElementFunction()
|
| /arkcompiler/ets_runtime/ecmascript/debugger/ |
| D | js_debugger_interface.h | 113 * @return Error if any errors occur 120 * @return Error if any errors occur
|
| /arkcompiler/runtime_core/verification/util/ |
| D | saturated_enum.h | 29 pros: more safety and robustness to programmer errors, cons: more code, more complexity, etc 31 pros: simplicity, cons: less robust, does not help to detect logic errors in program
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | mem.h | 48 * @return Error object if any errors occur 56 * @return Error object if any errors occur 64 * @return Error object if any errors occur 72 * @return Error object if any errors occur 80 * @return Error object if any errors occur
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/benchmark/ |
| D | compare.py | 132 flog = {"Errors on baseline tests": failed_log_old, 133 "Errors on compared tests": failed_log_new}
|
| /arkcompiler/runtime_core/docs/bc_verification/ |
| D | absint_checks.md | 45 These checks help in some cases detect out-of-bounds access type of errors in static.
|
| /arkcompiler/runtime_core/compiler/cmake/ |
| D | coverage.cmake | 42 …COMMAND genhtml -o compiler_coverage_report compiler_coverage.info --ignore-errors source ${ADD_CO…
|
| /arkcompiler/runtime_core/libpandabase/cmake/ |
| D | mm_coverage.cmake | 47 … COMMAND genhtml -o mm_coverage_report mm_coverage.info --ignore-errors source ${ADD_COV_FLAGS}
|
| /arkcompiler/runtime_core/bytecode_optimizer/cmake/ |
| D | coverage.cmake | 49 … COMMAND genhtml -o bo_coverage_report bo_coverage.info --ignore-errors source ${ADD_COV_FLAGS}
|
| /arkcompiler/runtime_core/verification/gen/templates/ |
| D | abs_int_inl_compat_checks.h.erb | 39 % checks.results.ok.to_h.merge(checks.results.warnings.to_h).merge(checks.results.errors.to_h).each…
|
| /arkcompiler/toolchain/tooling/ |
| D | dispatcher.h | 37 // Json parse errors
|
| /arkcompiler/runtime_core/tests/cts-generator/generator/ |
| D | parser.rb | 49 puts "Template '#{file_name}' contains several errors:"
|
| /arkcompiler/runtime_core/tests/cts-generator/ |
| D | generate-cts.rb | 102 puts "Template '#{template_path}' contains several errors:"
|
| /arkcompiler/ets_frontend/testTs/ |
| D | run_testTs.py | 307 output = out.decode("utf-8", errors="ignore") + err.decode("utf-8", errors="ignore")
|
| /arkcompiler/runtime_core/tests/cts-generator/cts-template/ |
| D | movi.64.yaml | 168 description: Check mov.64 instruction with syntax errors.
|
| /arkcompiler/runtime_core/verification/ |
| D | verification.yaml | 18 errors:
|
| /arkcompiler/runtime_core/verification/models/typesystem/ |
| D | ark_subtyping_closure.als | 275 1. Model sizes are sufficient to find algorithm errors 276 2. No errors are found (modulo specific selection of initial typesystems, see comments above)
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/ |
| D | registers_description.h | 140 // NOLINTNEXTLINE(bugprone-branch-clone,-warnings-as-errors) in GetUsedRegsMask()
|
| /arkcompiler/toolchain/build/compile_script/ |
| D | ark.py | 218 …print('\033[31mError!\033[0m', '\033[31mARK_{} compilation finished with errors.\033[0m'.format(ar…
|