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:
Martok 2023-06-17 16:05:46 +02:00 committed by roytam1
commit 4c2e378613
20 changed files with 905 additions and 73 deletions

View file

@ -73,6 +73,7 @@ EXPORTS.mozilla = [
'RefCounted.h',
'RefCountType.h',
'RefPtr.h',
'Result.h',
'ReverseIterator.h',
'RollingMean.h',
'Saturate.h',