1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:48:12 +00:00
serenity/Userland/Libraries/LibTest
Linus Groh 275dea9d98 LibJS: Remove {Bytecode::,}Interpreter::global_object()
The basic idea is that a global object cannot just come out of nowhere,
it must be associated to a realm - so get it from there, if needed.

This is to enforce the changes from all the previous commits by not
handing out global objects unless you actually have an initialized
realm (either stored somewhere, or the VM's current realm).
2022-08-23 13:58:30 +01:00
..
CMakeLists.txt Meta/LibTest: Build object libraries for test main files 2021-07-29 21:46:25 +01:00
CrashTest.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
CrashTest.h LibTest: Add EXPECT_CRASH_WITH_SIGNAL 2021-12-19 14:22:06 -08:00
JavaScriptTestRunner.h LibJS: Remove {Bytecode::,}Interpreter::global_object() 2022-08-23 13:58:30 +01:00
JavaScriptTestRunnerMain.cpp LibCore: Replace the ArgsParser option argument setting with an enum 2022-07-14 00:24:24 +01:00
Macros.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Results.h LibTest: Provide detailed per-file JSON output with --per-file 2022-03-16 15:44:52 +00:00
TestCase.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TestMain.cpp AK+Userland: Move AK/TestSuite.h into LibTest and rework Tests' CMake 2021-04-25 09:36:49 +02:00
TestRunner.h Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
TestSuite.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
TestSuite.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00