mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Add checks for BigInt/BigUint in getRandomValues (#33485)
Signed-off-by: Daniel Adams <msub2official@gmail.com>
This commit is contained in:
parent
7eda58ea6d
commit
632d832704
2 changed files with 3 additions and 50 deletions
|
@ -83,6 +83,8 @@ fn is_integer_buffer(array_type: Type) -> bool {
|
|||
Type::Uint16 |
|
||||
Type::Int16 |
|
||||
Type::Uint32 |
|
||||
Type::Int32
|
||||
Type::Int32 |
|
||||
Type::BigInt64 |
|
||||
Type::BigUint64
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue