mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-20 19:43:13 +00:00
Previously it returned a rejected promise, which is not correct: https://tc39.es/ecma262/#sec-runtime-semantics-evaluateasyncgeneratorbody ``` 1. Perform ? FunctionDeclarationInstantiation(functionObject, argumentsList). ```