mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibWeb: Implement the JS host hooks for promises, job callbacks and more
This overrides the JS host hooks to follow the spec for queuing promises, making/calling job callbacks, unhandled promise rejection handling and FinalizationRegistry queuing. This also allows us to drop the on_call_stack_emptied hook in Document::interpreter().
This commit is contained in:
@@ -284,7 +284,8 @@ void EventLoop::perform_a_microtask_checkpoint()
|
||||
|
||||
// FIXME: 5. Cleanup Indexed Database transactions.
|
||||
|
||||
// FIXME: 6. Perform ClearKeptObjects().
|
||||
// 6. Perform ClearKeptObjects().
|
||||
vm().finish_execution_generation();
|
||||
|
||||
// 7. Set the event loop's performing a microtask checkpoint to false.
|
||||
m_performing_a_microtask_checkpoint = false;
|
||||
|
||||
Reference in New Issue
Block a user