I know that the document
, window
, etc. objects are part of the runtime, and I know that the engine deals with things like JIT compilation, running the actual code, etc.
But where does the event-loop, callback queue, etc. lie? Is it in the runtime? The engine?