Home
last modified time | relevance | path

Searched full:throws (Results 1 – 25 of 39) sorted by relevance

12

/arkcompiler/ets_frontend/test262/
Dintl_tests.txt11 intl402/BigInt/prototype/toLocaleString/throws-same-exceptions-as-NumberFormat.js
79 intl402/Date/prototype/throws-same-exceptions-as-DateTimeFormat.js
125 intl402/DateTimeFormat/prototype/formatRangeToParts/this-is-not-object-throws.js
130 intl402/DateTimeFormat/prototype/formatRangeToParts/date-x-greater-than-y-throws.js
131 intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-nan-throws.js
132 intl402/DateTimeFormat/prototype/formatRangeToParts/argument-tonumber-throws.js
135 intl402/DateTimeFormat/prototype/formatRangeToParts/date-is-infinity-throws.js
136 intl402/DateTimeFormat/prototype/formatRangeToParts/date-undefined-throws.js
142 intl402/DateTimeFormat/prototype/formatRange/this-is-not-object-throws.js
146 intl402/DateTimeFormat/prototype/formatRange/date-x-greater-than-y-throws.js
[all …]
Des2015_tests.txt19 built-ins/Array/from/items-is-null-throws.js
37 built-ins/Array/from/mapfn-is-symbol-throws.js
38 built-ins/Array/from/mapfn-throws-exception.js
141 built-ins/Array/prototype/concat/Array.prototype.concat_array-like-length-to-string-throws.js
142 built-ins/Array/prototype/concat/Array.prototype.concat_array-like-length-value-of-throws.js
146 built-ins/Array/prototype/concat/Array.prototype.concat_array-like-to-length-throws.js
149 built-ins/Array/prototype/concat/Array.prototype.concat_length-throws.js
153 built-ins/Array/prototype/concat/Array.prototype.concat_sloppy-arguments-throws.js
158 built-ins/Array/prototype/concat/Array.prototype.concat_spreadable-getter-throws.js
739 built-ins/Array/prototype/find/predicate-is-not-callable-throws.js
[all …]
Dskip_tests.json356 "language/expressions/instanceof/prototype-getter-with-object-throws.js",
850 …lt-ins/TypedArray/prototype/set/BigInt/array-arg-targetbuffer-detached-on-get-src-value-throws.js",
851 …ins/TypedArray/prototype/set/BigInt/array-arg-targetbuffer-detached-on-tointeger-offset-throws.js",
852 "built-ins/TypedArray/prototype/set/BigInt/array-arg-targetbuffer-detached-throws.js",
856 …pedArray/prototype/set/BigInt/typedarray-arg-srcbuffer-detached-during-tointeger-offset-throws.js",
857 …Array/prototype/set/BigInt/typedarray-arg-targetbuffer-detached-during-tointeger-offset-throws.js",
858 … "built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-get-src-value-throws.js",
859 …"built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-on-tointeger-offset-throws.js",
860 "built-ins/TypedArray/prototype/set/array-arg-targetbuffer-detached-throws.js",
861 "built-ins/TypedArray/prototype/set/src-typedarray-big-throws.js",
[all …]
Dintl_skip_tests.json15 "intl402/DisplayNames/ctor-custom-get-prototype-poison-throws.js",
30 "intl402/String/prototype/localeCompare/throws-same-exceptions-as-Collator.js",
DCI_tests.txt114 built-ins/Promise/all/ctx-ctor-throws.js
134 built-ins/Promise/race/ctx-ctor-throws.js
148 built-ins/Promise/reject/ctx-ctor-throws.js
157 built-ins/Promise/resolve/ctx-ctor-throws.js
174 built-ins/Promise/prototype/then/ctor-throws.js
202 built-ins/Reflect/set/target-is-not-object-throws.js
204 built-ins/Reflect/set/target-is-symbol-throws.js
205 built-ins/Reflect/setPrototypeOf/proto-is-symbol-throws.js
206 built-ins/Reflect/setPrototypeOf/proto-is-not-object-and-not-null-throws.js
213 built-ins/Reflect/get/target-is-symbol-throws.js
[all …]
Des2021_tests.txt41 built-ins/String/prototype/matchAll/regexp-get-matchAll-throws.js
43 built-ins/String/prototype/matchAll/flags-undefined-throws.js
44 built-ins/String/prototype/matchAll/flags-nonglobal-throws.js
52 built-ins/String/prototype/matchAll/regexp-matchAll-throws.js
54 built-ins/String/prototype/matchAll/regexp-prototype-get-matchAll-throws.js
58 built-ins/String/prototype/matchAll/regexp-prototype-matchAll-throws.js
182 built-ins/Promise/allSettled/capability-resolve-throws-reject.js
184 built-ins/Promise/allSettled/capability-resolve-throws-no-close.js
185 built-ins/Promise/allSettled/ctx-ctor-throws.js
281 built-ins/Promise/any/capability-resolve-throws-no-close.js
[all …]
/arkcompiler/ets_frontend/es2panda/test/
Dtest262skiplist.txt35 built-ins/Atomics/wait/bigint/cannot-suspend-throws.js
50 built-ins/Atomics/wait/bigint/non-bigint64-typedarray-throws.js
51 built-ins/Atomics/wait/bigint/non-shared-bufferdata-throws.js
70 built-ins/Atomics/waitAsync/bigint/non-shared-bufferdata-throws.js
71 built-ins/Atomics/waitAsync/bigint/not-a-typedarray-throws.js
76 built-ins/Atomics/waitAsync/bigint/poisoned-object-for-timeout-throws-agent.js
77 built-ins/Atomics/waitAsync/bigint/poisoned-object-for-timeout-throws.js
78 built-ins/Atomics/waitAsync/bigint/symbol-for-index-throws-agent.js
79 built-ins/Atomics/waitAsync/bigint/symbol-for-timeout-throws-agent.js
80 built-ins/Atomics/waitAsync/bigint/symbol-for-timeout-throws.js
[all …]
Dtest262skiplist-long.txt93 intl402/Locale/invalid-tag-throws.js
/arkcompiler/runtime_core/docs/bc_verification/
Dabsint_checks.md33 …ontrol-flow in code, so verifier can detect such situations (when code always throws an exception).
/arkcompiler/runtime_core/isa/
Disa.yaml158 description: Bytecode throws NullPointerException in case of null reference as a source.
160 … description: Bytecode throws ArrayIndexOutOfBoundsException if index is out of bounds of an array.
162 description: Bytecode throws NegativeArraySizeException if index is less than zero.
164 …description: Bytecode throws ArrayStoreException if element isn't instance of array's element type.
166 description: Bytecode throws AbstractMethodError if resolved method has no implementation.
168 description: Bytecode throws ArithmeticException if the divisor is 0.
170 description: Bytecode throws ClassCastException if type cast failed.
172 description: Bytecode throws NoClassDefFoundError if type cast failed.
174 description: Bytecode throws OutOfMemoryError if failed to allocate object.
176 …description: Bytecode throws ExceptionInInitializerError if unexpected exception occurred in a sta…
/arkcompiler/runtime_core/runtime/include/
Dexceptions.h31 // a native function which throws an exception. In this case there is no need to
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dlenarr.yaml188 …description: Check 'lenarr' throws NPE when null is passed as argument with Panda Assembly context.
226 … description: Check 'lenarr' throws NPE when null is passed as argument with PandaAssembly context.
Dmodi.yaml215 description: Check `modi` throws ArithmeticException when divides by zero.
Ddivi.yaml215 description: Check `divi` throws ArithmeticException when divides by zero.
Dmod2.64.yaml332 description: Check `mod2.64` throws ArithmeticException when divides by zero.
Dmodu2.64.yaml338 description: Check `modu2.64` throws ArithmeticException when divides by zero.
Ddivu2.64.yaml338 description: Check `divu2.64` throws ArithmeticException when divides by zero.
Ddiv2.yaml364 description: Check `div2` throws ArithmeticException when divides by zero.
Ddivu2.yaml338 description: Check `divu2` throws ArithmeticException when divides by zero.
Dmod2.yaml362 description: Check `mod2` throws ArithmeticException when divides by zero.
Dmodu2.yaml338 description: Check `modu2` throws ArithmeticException when divides by zero.
Ddiv.yaml231 description: Check `div` throws ArithmeticException when divides by zero.
Dmod.yaml231 description: Check `mod` throws ArithmeticException when divides by zero.
Ddiv2.64.yaml333 description: Check `div2.64` throws ArithmeticException when divides by zero.
/arkcompiler/ets_frontend/testTs/expect/types/objectTypeLiteral/propertySignatures/
DpropertyNamesOfReservedWords.txt1 …}, {'t': 25, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'throws'}, {'t': 25, 'v': …
3 …}, {'t': 25, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'throws'}, {'t': 25, 'v': …
4 …: 25, 'v': 0}, {'t': 5, 'v': 'throw'}, {'t': 25, 'v': 0}, {'t': 5, 'v': 'throws'}, {'t': 25, 'v': …

12