Step 4 of the specification currently says: > Perform AsyncFunctionStart(promiseCapability, fromAsyncClosure). This is an error. AsyncFunctionStart, which in turn calls [AsyncBlockStart](https://tc39.es/ecma262/#sec-async-functions-abstract-operations-async-function-start), expects its second argument to be a Parse Node. We might want first to call [CreateBuiltinFunction](https://tc39.es/ecma262/#sec-createbuiltinfunction) on fromAsyncClosure or something. This issue was discovered by Aditi Singh of Igalia.