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 ();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user