Files
servo/components/script
Euclid Ye 4665363c58 webdriver: Incoporate script execution arm into the rest match block (#39854)
Previously, we had a separate match block for script execution. The
motivation was to avoid runtime error due to persistent RefCell
immutable borrow, caused by mozjs mutation.

This PR merge blocks into one. This avoids wildcard match, helping us
identify arms that were never matched, which normally causes error.

Testing: Manually tested. This is one of two ways to avoid panic.

Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
2025-10-14 12:43:14 +00:00
..
2025-10-02 07:51:19 +00:00
2025-10-02 07:51:19 +00:00
2025-10-02 07:51:19 +00:00