Java |
Member name | Value | Description |
---|---|---|
None | 0 | Indicates that no attributes are present. |
Shared | 1 | Indicates that the object is an ArrayBuffer, DataView, or typed array whose contents reside in shared memory. |
Async | 2 | Indicates that the object is an async function or async iterator. |
Generator | 4 | Indicates that the object is a generator function or async generator function. |