Expand description
Functions to throw JavaScript exceptions from Rust.
Functions§
- throw_
internal_ ⚠error - Throw an
InternalErrorwith the given message. - throw_
range_ ⚠error - Throw a
RangeErrorwith the given message. - throw_
type_ ⚠error - Throw a
TypeErrorwith the given message.