[][src]Module neon_runtime::nan::try_catch

Enums

TryCatchControl

Functions

with

Wraps a computation with an RAII-allocated Nan::TryCatch. Invokes a Rust closure with a TryCatch live on the stack. The result value can be assumed to be initialized if and only if this function does not return TryCatchControl::Panicked. The unwind_value value can be assumed to be initialized if and only if this function returns TryCatchControl::Panicked.