returnType property

RuntimeCompletionExpressionType? returnType
getter/setter pair

If the type is a function type, the return type of the function. Omitted if the type is not a function type.

Implementation

RuntimeCompletionExpressionType? returnType;