mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Add newline at end of files js/src
This commit is contained in:
parent
0e23aedfcd
commit
41693aa70f
3 changed files with 3 additions and 3 deletions
|
|
@ -7114,4 +7114,4 @@ js::gc::detail::CellIsMarkedGrayIfKnown(const Cell* cell)
|
|||
}
|
||||
|
||||
return detail::CellIsMarkedGray(tc);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1510,4 +1510,4 @@ UninlinedIsInsideNursery(const gc::Cell* cell);
|
|||
|
||||
} /* namespace js */
|
||||
|
||||
#endif /* jsgc_h */
|
||||
#endif /* jsgc_h */
|
||||
|
|
|
|||
|
|
@ -243,4 +243,4 @@ WatchpointMap::trace(WeakMapTracer* trc)
|
|||
JS::GCCellPtr(entry.key().object.get()),
|
||||
JS::GCCellPtr(entry.value().closure.get()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue