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 ();
}