Support BigInt64/BigUint64 typedarray creation from API (#4170)

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik frobert@inf.u-szeged.hu
This commit is contained in:
Robert Fancsik
2020-08-28 13:14:40 +02:00
committed by GitHub
parent 9589771f7a
commit cd1c06510e
4 changed files with 92 additions and 13 deletions
+2
View File
@@ -739,6 +739,8 @@ typedef enum
JERRY_TYPEDARRAY_INT32,
JERRY_TYPEDARRAY_FLOAT32,
JERRY_TYPEDARRAY_FLOAT64,
JERRY_TYPEDARRAY_BIGINT64,
JERRY_TYPEDARRAY_BIGUINT64,
} jerry_typedarray_type_t;
/**