mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-28 18:28:38 +09:00
Avoid type confusion in ArrayJoinDenseKernel
This commit is contained in:
parent
22d77a3d80
commit
0221618762
1 changed files with 1 additions and 1 deletions
|
|
@ -1048,7 +1048,7 @@ struct StringSeparatorOp
|
|||
|
||||
template <typename SeparatorOp>
|
||||
static bool
|
||||
ArrayJoinDenseKernel(JSContext* cx, SeparatorOp sepOp, HandleNativeObject obj, uint64_t length,
|
||||
ArrayJoinDenseKernel(JSContext* cx, SeparatorOp sepOp, HandleNativeObject obj, uint32_t length,
|
||||
StringBuffer& sb, uint32_t* numProcessed)
|
||||
{
|
||||
// This loop handles all elements up to initializedLength. If
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue