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