Module function

Module function 

Source

Modulesยง

arguments ๐Ÿ”’
closure ๐Ÿ”’
function ๐Ÿ”’

Structsยง

Accessor
Arguments
Represents Arguments to a JavaScript Function. Wrapper around CallArgs to provide lifetimes and root all arguments.
Clamp
Helper type for integer arguments that clamps.
Enforce
Helper type for integer arguments that enforces the range.
Function
Represents a Function within the JavaScript Runtime. Refer to MDN for more details.
Opt
Helper type for optional arguments.
Rest
Helper type for rest/spread/variable arguments.
Strict
Helper type for strict arguments.
Wrap
Helper type for integer arguments that wraps.

Traitsยง

FromArgument

Functionsยง

handle_unwind_error ๐Ÿ”’

Type Aliasesยง

Closure
ClosureOnce
NativeFunction
Native Function that can be used from JavaScript.
VarArgs