Lines Matching full:trycatch
3200 * exceptions act as if they were caught by a C++ TryCatch exception
3201 * handler. If forceful termination is used, any C++ TryCatch
3314 class V8EXPORT TryCatch {
3319 TryCatch();
3324 ~TryCatch();
3336 * TryCatch handler and for which it does not make sense to continue
3347 * Throws the exception caught by this TryCatch in a way that avoids
3348 * it being caught again by this same TryCatch. As with ThrowException
3359 * The returned handle is valid until this TryCatch block has been destroyed.
3373 * The returned handle is valid until this TryCatch block has been
3400 * Set whether or not this TryCatch should capture a Message object