mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-18 18:00:31 +00:00
Inline JS-to-JS frames no longer live in the raw execution context vector, so LibWeb callers that need to inspect or pop contexts now go through VM helpers instead of peeking into that storage directly. This keeps the execution context bookkeeping encapsulated while preserving existing microtask and realm-entry checks. |
||
|---|---|---|
| .. | ||
| EventLoop.cpp | ||
| EventLoop.h | ||
| Task.cpp | ||
| Task.h | ||
| TaskQueue.cpp | ||
| TaskQueue.h | ||