ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Kenneth Myhra d5c7959c45 LibWeb: Let queue_a_microtask() take a JS::HeapFunction
This changes the signature of queue_a_microtask() from AK:Function to
JS::HeapFunction to be more clear to the user of the functions that this
is what is used internally.
2024-04-14 17:22:26 +02:00
..
EventLoop.cpp LibWeb: Let queue_a_microtask() take a JS::HeapFunction 2024-04-14 17:22:26 +02:00
EventLoop.h LibWeb: Let queue_a_microtask() take a JS::HeapFunction 2024-04-14 17:22:26 +02:00
Task.cpp LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated 2024-04-05 08:14:19 +02:00
Task.h LibWeb: Make EventLoop, TaskQueue, and Task GC-allocated 2024-04-05 08:14:19 +02:00
TaskQueue.cpp LibWeb: Revert blocking of task by source in EventLoop 2024-04-13 12:07:33 +02:00
TaskQueue.h LibWeb: Add calls to JS_{DECLARE,DEFINE}_ALLOCATOR() 2024-04-09 09:13:06 +02:00