mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-23 00:47:31 +09:00
Issue #2259 - Add mozilla::Result<V, E> and JS::Result<> for fallible return values
Based-on: m-c 1283562, 1277368/1, 1324828
This commit is contained in:
parent
9914c06168
commit
4c2e378613
20 changed files with 905 additions and 73 deletions
|
|
@ -73,6 +73,7 @@ EXPORTS.mozilla = [
|
|||
'RefCounted.h',
|
||||
'RefCountType.h',
|
||||
'RefPtr.h',
|
||||
'Result.h',
|
||||
'ReverseIterator.h',
|
||||
'RollingMean.h',
|
||||
'Saturate.h',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue