ladybird/Userland/Libraries/LibTest
Matthew Olsson ff00d21d58 Everywhere: Mark a bunch of function parameters as NOESCAPE
This fixes the relevant warnings when running LibJSGCVerifier. Note that
the analysis is only performed over LibJS-adjacent code, but could be
performed over the entire codebase. That will have to wait for a future
commit.
2024-04-09 09:10:44 +02:00
..
Randomized Everywhere: Mark a bunch of function parameters as NOESCAPE 2024-04-09 09:10:44 +02:00
CMakeLists.txt
CrashTest.cpp
CrashTest.h
JavaScriptTestRunner.h
JavaScriptTestRunnerMain.cpp LibFileSystem+Userland: Return ByteString from real_path() 2024-01-16 08:42:34 +00:00
Macros.h
Results.h
TestCase.h
TestMain.cpp LibTest: Return 0 if all test cases pass and 1 otherwise from TEST_MAIN 2024-02-21 22:45:51 +01:00
TestResult.h
TestRunner.h
TestRunnerUtil.h
TestSuite.cpp
TestSuite.h