Add TypedArray custom dispatcher (#4040)
JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony bella@inf.u-szeged.hu
This commit is contained in:
+1
-1
@@ -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 ();
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user