Add TypedArray custom dispatcher (#4040)

JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony bella@inf.u-szeged.hu
This commit is contained in:
Daniella Barsony
2020-09-08 10:05:15 +02:00
committed by GitHub
parent 9bffc981cd
commit c013fade26
6 changed files with 421 additions and 687 deletions
@@ -41,7 +41,7 @@ normal_typedarrays.forEach(function(e){
assert (current_item.value[0] === i);
assert (current_item.value[1] === e[i]);
assert (current_item.done === false);
current_item = iterator.next ();
}
-2
View File
@@ -1707,8 +1707,6 @@
<test id="built-ins/TypedArray/prototype/join/get-length-uses-internal-arraylength.js"><reason></reason></test>
<test id="built-ins/TypedArray/prototype/join/return-abrupt-from-separator-symbol.js"><reason></reason></test>
<test id="built-ins/TypedArray/prototype/join/return-abrupt-from-separator.js"><reason></reason></test>
<test id="built-ins/TypedArray/prototype/join/this-is-not-object.js"><reason></reason></test>
<test id="built-ins/TypedArray/prototype/join/this-is-not-typedarray-instance.js"><reason></reason></test>
<test id="built-ins/TypedArray/prototype/keys/BigInt/detached-buffer.js"><reason></reason></test>
<test id="built-ins/TypedArray/prototype/keys/detached-buffer.js"><reason></reason></test>
<test id="built-ins/TypedArray/prototype/lastIndexOf/BigInt/detached-buffer.js"><reason></reason></test>