JSVoid typedef

JSVoid = void

The type of JSUndefined when returned from functions. Unlike pure JS, no actual object will be returned.

Implementation

// TODO(srujzs): Should we just remove this? There are no performance costs from
// using `void`, and we'll likely provide a different way to box `undefined`.
typedef JSVoid = JSVoidRepType;