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

@ -39,6 +39,7 @@ CppUnitTests([
'TestPair',
'TestRange',
'TestRefPtr',
'TestResult',
'TestRollingMean',
'TestSaturate',
'TestScopeExit',