make-generator-function

Returns an arbitrary generator function, or undefined if generator syntax is unsupported.

make-async-function

Function that returns an arbitrary `async function`, or undefined if `async function` syntax is unsupported.

make-arrow-function

Function that returns an arbitrary arrow function, or undefined if arrow function syntax is unsupported.