Home
last modified time | relevance | path

Searched full:does (Results 1 – 25 of 105) sorted by relevance

12345

/ark/runtime_core/tests/cts-generator/runner/reporters/
Dbase_test_reporter.rb19 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/
Dassembly_format.md5does 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 …]
Drationale-for-bytecode.md192 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/
Dbuiltins_symbol.cpp74 // 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()
Dbuiltins_dataview.cpp45 // 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()
Dbuiltins_map.cpp134 // 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()
Dbuiltins_set.cpp113 // 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()
Dbuiltins_weak_map.cpp137 // 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()
Dbuiltins_weak_set.cpp115 // 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()
Dbuiltins_typedarray.cpp328 // 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/
Dcall.yaml566 # 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 …]
Dcall.range.yaml489 # 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/
Dissue_964.pa16 f64toi32 # instruction is invalid because acc value does not match expected type.
/ark/runtime_core/verification/models/
DREADME.md28 …examples), where supertypes intersection calculation during context merge does not lead to correct…
/ark/ts2abc/testTs/
DREADME.md4 1. skip_tests.json:avoids code files and does not perform operations on TS files stored in the file.
/ark/runtime_core/cmake/toolchain/
Dcommon.cmake41 # * add_compile_options is not used intentionally as it does not
Dcross-clang-9-x86_64-w64-mingw32-static.cmake23 # NB! Do not use "win32" threading model, it does not provide
Dcross-clang-8-x86_64-w64-mingw32-static.cmake23 # NB! Do not use "win32" threading model, it does not provide
/ark/runtime_core/tests/cts-generator/generator/
Dtest.rb41 LOG.error "Test '#{@test_name}' does not have definition of instruction commands"
/ark/js_runtime/ecmascript/
Decma_string-inl.h179 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/
Dfeatures_manager.h48 LOG(ERROR, DPROF) << "Feature does not exist, featureName=" << featureName; in UnregisterFeature()
/ark/runtime_core/cmake/
DPandaCmakeFunctions.cmake45 # so for rapidcheck test binaries panda_test_asan.ld is used which does not require
/ark/js_runtime/docs/
Doverview.md50 ECMAScript does not provide concurrency specifications. The Actor concurrency model is used in the …
/ark/runtime_core/verification/
Dverification_options.cpp65 Mode.VerifierDoesNotFail = check_option(options, "verifier-does-not-fail"); in Initialize()
/ark/js_runtime/ecmascript/compiler/
Dgate.cpp393 … "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()

12345