Home
last modified time | relevance | path

Searched refs:try_catch_ (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/phoenix/statement/
Dtry_catch.hpp398 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()
/third_party/node/src/api/
Dcallback.cc31 try_catch_(env->isolate()) { in CallbackScope()
32 try_catch_.SetVerbose(true); in CallbackScope()
36 if (try_catch_.HasCaught()) in ~CallbackScope()
/third_party/node/src/
Dnode.h1008 v8::TryCatch try_catch_; variable