| /ark/runtime_core/tests/cts-generator/runner/reporters/ |
| D | base_test_reporter.rb | 19 raise NotImplementedError, "#{self.class} does not implement prologue()." 23 raise NotImplementedError, "#{self.class} does not implement epilogue()." 27 raise NotImplementedError, "#{self.class} does not implement log_exclusion()." 31 raise NotImplementedError, "#{self.class} does not implement log_skip_include()." 35 raise NotImplementedError, "#{self.class} does not implement log_skip_bugid()." 39 raise NotImplementedError, "#{self.class} does not implement log_skip_ignore()." 43 raise NotImplementedError, "#{self.class} does not implement log_skip_only_ignore()." 47 raise NotImplementedError, "#{self.class} does not implement log_ignore_ignored()." 51 raise NotImplementedError, "#{self.class} does not implement log_start_command()." 55 raise NotImplementedError, "#{self.class} does not implement log_failed_compilation()." [all …]
|
| /ark/runtime_core/docs/ |
| D | assembly_format.md | 5 …does not describe the bytecode instructions supported by the Panda virtual machine, refer to the [… 12 …ld not be enforced at the assembly language level because a language that does not implement class… 70 As stated above, the current version of Panda Assembly does not favor any language as the platform … 104 | `external` | Marks an externally defined function. Does not require value. | 105 | `native` | Marks an externally defined function. Does not require value. | 106 | `noimpl` | Marks a function without implementation. Does not require value. | 107 | `static` | Marks a function as static. Does not require value. | 126 | `external` | Marks an externally defined record. Does not require value. | 132 | `external` | Marks an externally defined field. Does not require value. | 133 | `static` | Marks an statically defined field. Does not require value. | [all …]
|
| D | rationale-for-bytecode.md | 192 true only when the platform does **not** support multiple languages. 207 There may be another concern: Does a statically-typed bytecode imply statically-typed registers? 208 I.e. does it mean that if `adda reg1, reg2` operates only on 64-bit integers, registers `reg1`
|
| /ark/js_runtime/ecmascript/builtins/ |
| D | builtins_symbol.cpp | 74 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ToString() 138 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ValueOf() 140 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ValueOf() 164 // 4.Assert: GlobalSymbolRegistry does not currently contain an entry for stringKey. in For() 188 // 3.Assert: GlobalSymbolRegistry does not currently contain an entry for sym. in KeyFor() 219 // 4.If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ToPrimitive() 222 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ToPrimitive() 252 // If s does not have a [[SymbolData]] internal slot, throw a TypeError exception. in ThisSymbolValue()
|
| D | builtins_dataview.cpp | 45 // 3. If buffer does not have an [[ArrayBufferData]] internal slot, throw a TypeError exception. in DataViewConstructor() 119 // 3. If O does not have a [[ViewedArrayBuffer]] internal slot, throw a TypeError exception. in GetBuffer() 121 …THROW_TYPE_ERROR_AND_RETURN(thread, "O does not have a [[ViewedArrayBuffer]]", JSTaggedValue::Exce… in GetBuffer() 143 // 3. If O does not have a [[ViewedArrayBuffer]] internal slot, throw a TypeError exception. in GetByteLength() 145 …THROW_TYPE_ERROR_AND_RETURN(thread, "O does not have a [[ViewedArrayBuffer]]", JSTaggedValue::Exce… in GetByteLength() 173 // 3. If O does not have a [[ViewedArrayBuffer]] internal slot, throw a TypeError exception. in GetOffset() 175 …THROW_TYPE_ERROR_AND_RETURN(thread, "O does not have a [[ViewedArrayBuffer]]", JSTaggedValue::Exce… in GetOffset() 312 // 2. If view does not have a [[DataView]] internal slot, throw a TypeError exception. in GetViewValue() 366 // 2. If view does not have a [[DataView]] internal slot, throw a TypeError exception. in SetViewValue()
|
| D | builtins_map.cpp | 134 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in Set() 156 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in Clear() 172 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in Delete() 190 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in Has() 207 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in Get() 224 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in ForEach() 272 // 3.If S does not have a [[MapData]] internal slot, throw a TypeError exception. in GetSize()
|
| D | builtins_set.cpp | 113 // 3.If S does not have a [[SetData]] internal slot, throw a TypeError exception. in Add() 134 // 3.If S does not have a [[SetData]] internal slot, throw a TypeError exception. in Clear() 151 // 3.If S does not have a [[SetData]] internal slot, throw a TypeError exception. in Delete() 170 // 3.If S does not have a [[SetData]] internal slot, throw a TypeError exception. in Has() 187 // 3.If S does not have a [[SetData]] internal slot, throw a TypeError exception. in ForEach() 232 // 3.If S does not have a [[SetData]] internal slot, throw a TypeError exception. in GetSize()
|
| D | builtins_weak_map.cpp | 137 // 3.If S does not have a [[WeakMapData]] internal slot, throw a TypeError exception. in Delete() 159 // 3.If S does not have a [[WeakMapData]] internal slot, throw a TypeError exception. in Has() 180 // 3.If S does not have a [[WeakMapData]] internal slot, throw a TypeError exception. in Get() 201 // 3.If S does not have a [[WeakMapData]] internal slot, throw a TypeError exception. in Set()
|
| D | builtins_weak_set.cpp | 115 // 3.If S does not have a [[WeakSetData]] internal slot, throw a TypeError exception. in Add() 142 // 3.If S does not have a [[WeakSetData]] internal slot, throw a TypeError exception. in Delete() 163 // 3.If S does not have a [[SetData]] internal slot, throw a TypeError exception. in Has()
|
| D | builtins_typedarray.cpp | 328 // 3. If O does not have a [[ViewedArrayBuffer]] internal slot, throw a TypeError exception. in GetBuffer() 330 …THROW_TYPE_ERROR_AND_RETURN(thread, "This value does not have a [[ViewedArrayBuffer]] internal slo… in GetBuffer() 352 // 3. If O does not have a [[ViewedArrayBuffer]] internal slot, throw a TypeError exception. in GetByteLength() 354 …THROW_TYPE_ERROR_AND_RETURN(thread, "This value does not have a [[ViewedArrayBuffer]] internal slo… in GetByteLength() 381 // 3. If O does not have a [[ViewedArrayBuffer]] internal slot, throw a TypeError exception. in GetByteOffset() 383 …THROW_TYPE_ERROR_AND_RETURN(thread, "This value does not have a [[ViewedArrayBuffer]] internal slo… in GetByteOffset() 763 …ASSERT_PRINT(isOneByte == EcmaString::CanBeCompressed(newString), "isOneByte does not match the re… in Join() 810 // 3. If O does not have a [[TypedArrayName]] internal slot, throw a TypeError exception. in GetLength() 812 …THROW_TYPE_ERROR_AND_RETURN(thread, "This value does not have a [[TypedArrayName]] internal slot.", in GetLength() 935 // 4. If target does not have a [[TypedArrayName]] internal slot, throw a TypeError exception. in Set() [all …]
|
| /ark/runtime_core/tests/cts-generator/cts-template/ |
| D | call.yaml | 566 # 1st arg does not match, exit 626 # 1st arg does not match, exit 633 # 1st arg does not match, exit 640 # 1st arg does not match, exit 688 # 1st arg does not match, exit 741 # 1st arg does not match, exit 749 # 1st arg does not match, exit 757 # 1st arg does not match, exit 852 # 1st arg does not match, exit 860 # 1st arg does not match, exit [all …]
|
| D | call.range.yaml | 489 # 1st arg does not match, exit 549 # 1st arg does not match, exit 556 # 1st arg does not match, exit 563 # 1st arg does not match, exit 611 # 1st arg does not match, exit 663 # 1st arg does not match, exit 671 # 1st arg does not match, exit 679 # 1st arg does not match, exit 774 # 1st arg does not match, exit 782 # 1st arg does not match, exit [all …]
|
| /ark/runtime_core/tests/verifier-tests/ |
| D | issue_964.pa | 16 f64toi32 # instruction is invalid because acc value does not match expected type.
|
| /ark/runtime_core/verification/models/ |
| D | README.md | 28 …examples), where supertypes intersection calculation during context merge does not lead to correct…
|
| /ark/ts2abc/testTs/ |
| D | README.md | 4 1. skip_tests.json:avoids code files and does not perform operations on TS files stored in the file.
|
| /ark/runtime_core/cmake/toolchain/ |
| D | common.cmake | 41 # * add_compile_options is not used intentionally as it does not
|
| D | cross-clang-9-x86_64-w64-mingw32-static.cmake | 23 # NB! Do not use "win32" threading model, it does not provide
|
| D | cross-clang-8-x86_64-w64-mingw32-static.cmake | 23 # NB! Do not use "win32" threading model, it does not provide
|
| /ark/runtime_core/tests/cts-generator/generator/ |
| D | test.rb | 41 LOG.error "Test '#{@test_name}' does not have definition of instruction commands"
|
| /ark/js_runtime/ecmascript/ |
| D | ecma_string-inl.h | 179 ASSERT_PRINT(CanBeCompressed(string), "canBeCompresse does not match the real value!"); in FastSubUtf8String() 202 …ASSERT_PRINT(canBeCompressed == CanBeCompressed(string), "canBeCompresse does not match the real v… in FastSubUtf16String()
|
| /ark/runtime_core/dprof/converter/ |
| D | features_manager.h | 48 LOG(ERROR, DPROF) << "Feature does not exist, featureName=" << featureName; in UnregisterFeature()
|
| /ark/runtime_core/cmake/ |
| D | PandaCmakeFunctions.cmake | 45 # so for rapidcheck test binaries panda_test_asan.ld is used which does not require
|
| /ark/js_runtime/docs/ |
| D | overview.md | 50 ECMAScript does not provide concurrency specifications. The Actor concurrency model is used in the …
|
| /ark/runtime_core/verification/ |
| D | verification_options.cpp | 65 Mode.VerifierDoesNotFail = check_option(options, "verifier-does-not-fail"); in Initialize()
|
| /ark/js_runtime/ecmascript/compiler/ |
| D | gate.cpp | 393 … "State input does not match (expected:<General State> actual:" + actualIn.Str() + ")", idx); in CheckStateInput() 398 … "State input does not match (expected:" + expectedIn.Str() + " actual:" + actualIn.Str() + ")", in CheckStateInput() 422 … return std::make_pair("Value input does not match (expected: " + MachineTypeToStr(expectedIn) + in CheckValueInput() 525 … return std::make_pair("Number of depend flows does not match control flows (expected:" + in CheckSelector() 530 … return std::make_pair("Number of data flows does not match control flows (expected:" + in CheckSelector() 538 … "State input does not match (expected:[MERGE|LOOP_BEGIN] actual:" + stateOp.Str() + ")", 0); in CheckSelector() 550 return std::make_pair("State input does not match (" in CheckRelay()
|