Searched refs:try_catch_ (Results 1 – 3 of 3) sorted by relevance
398 catch_gen(TryCatch const& try_catch_, Capture const& capture) in catch_gen()399 : try_catch(try_catch_) in catch_gen()428 catch_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_gen()455 catch_all_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_all_gen()
31 try_catch_(env->isolate()) { in CallbackScope()32 try_catch_.SetVerbose(true); in CallbackScope()36 if (try_catch_.HasCaught()) in ~CallbackScope()
1008 v8::TryCatch try_catch_; variable