Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LibJS: Only run queued promise jobs if there is no embedder
This has no functional difference as run_queued_promise jobs does nothing when LibWeb is used as it has a different implementation of enqueuing and running promise jobs. But this change makes it more obvious that run_queued_promise jobs does nothing when there is an embedder, and adjusts the comment to reflect what the code is actually achieving.
- Loading branch information