mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
tab to spaces js/ipc
This commit is contained in:
parent
965a10e9ce
commit
60e2d4889f
2 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ IdToObjectMap::findPreserveColor(ObjectId id)
|
|||
if (!p)
|
||||
return nullptr;
|
||||
return p->value().unbarrieredGet();
|
||||
}
|
||||
}
|
||||
|
||||
bool
|
||||
IdToObjectMap::add(ObjectId id, JSObject* obj)
|
||||
|
|
|
|||
|
|
@ -96,7 +96,7 @@ class IdToObjectMap
|
|||
|
||||
bool add(ObjectId id, JSObject* obj);
|
||||
JSObject* find(ObjectId id);
|
||||
JSObject* findPreserveColor(ObjectId id);
|
||||
JSObject* findPreserveColor(ObjectId id);
|
||||
void remove(ObjectId id);
|
||||
|
||||
void clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue