mirror of
https://github.com/RGBCube/serenity
synced 2025-10-28 07:32:35 +00:00
This includes an Error::create overload to create an Error from a UTF-8 StringView. If creating a String from that view fails, the factory will return an OOM InternalError instead. VM::throw_completion can also make use of this overload via its perfect forwarding. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| CrashTest.cpp | ||
| CrashTest.h | ||
| JavaScriptTestRunner.h | ||
| JavaScriptTestRunnerMain.cpp | ||
| Macros.h | ||
| Results.h | ||
| TestCase.h | ||
| TestMain.cpp | ||
| TestRunner.h | ||
| TestRunnerUtil.h | ||
| TestSuite.cpp | ||
| TestSuite.h | ||