mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
This VERIFY is both incorrect and redundant. The VERIFY at step 2 verifies the status when evaluate is called on m_cycle_root.
3 lines
108 B
JavaScript
3 lines
108 B
JavaScript
import { foo } from "./cyclic-async-module-b.mjs";
|
|
|
|
await new Promise(resolve => setTimeout(resolve, 200));
|