Modulesยง
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ยง
Functionsยง
- handle_
unwind_ ๐error
Type Aliasesยง
- Closure
- Closure
Once - Native
Function - Native Function that can be used from JavaScript.
- VarArgs