ladybird/Libraries/LibJS/Heap
Andreas Kling 5706831328 LibJS: Make run_executable() return simple ThrowCompletionOr<Value>
We don't need to return two values; running an executable only ever
produces a throw completion, or a normal completion, i.e a Value.

This necessitated a few minor changes, such as adding a way to check
if a JS::Cell is a GeneratorResult.
2025-10-31 08:56:02 +01:00
..
Cell.cpp LibJS: Don't directly teach the heap about the javascript VM or Realm 2024-11-14 15:38:45 +01:00
Cell.h LibJS: Make run_executable() return simple ThrowCompletionOr<Value> 2025-10-31 08:56:02 +01:00