Implement BigInt64 and BigUint64 typedArrays (#4151)
Also implemented ToBigInt conversion method based on ECMA-262 v11, 7.1.13 JerryScript-DCO-1.0-Signed-off-by: Adam Szilagyi aszilagy@inf.u-szeged.hu
This commit is contained in:
@@ -138,7 +138,7 @@ ecma_op_internal_buffer_find (ecma_collection_t *container_p, /**< internal cont
|
||||
{
|
||||
ecma_value_t *entry_p = start_p + i;
|
||||
|
||||
if (ecma_op_same_value_zero (*entry_p, key_arg))
|
||||
if (ecma_op_same_value_zero (*entry_p, key_arg, false))
|
||||
{
|
||||
return entry_p;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user