A propriedade AsyncFunction.prototype
representa o objecto prototype AsyncFunction
.
Description
Os objectos AsyncFunction
são herdados de AsyncFunction.prototype
e não podem ser modificados.
Propriedades
AsyncFunction.constructor
- O valor inicial é
AsyncFunction
. AsyncFunction.prototype[@@toStringTag]
- Retorna "AsyncFunction".
Especificações
Specification | Status | Comment |
---|---|---|
ECMAScript (ECMA-262) The definition of 'AsyncFunction.prototype' in that specification. |
Living Standard | Definição inicial ES2017. |