Module Bindings.Function_info

include Function_info
type flags =
| Is_method

is a method.

| Is_constructor

is a constructor.

| Is_getter

is a getter of a Property_info.

| Is_setter

is a setter of a Property_info.

| Wraps_vfunc

represents a virtual function.

| Throws

the function may throw an error.

Flags for a Function_info struct.

val string_of_flag : flags -> string
module Flags = Function_info.Flags