mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
d4f1c1faed
3 changed files with 27 additions and 8 deletions
|
|
@ -1700,6 +1700,8 @@ JSStructuredCloneWriter::write(HandleValue v)
|
|||
return false;
|
||||
|
||||
if (cls == ESClass::Map) {
|
||||
if (!counts.back())
|
||||
return false;
|
||||
counts.back()--;
|
||||
RootedValue val(context(), entries.back());
|
||||
entries.popBack();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue