Home
last modified time | relevance | path

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

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/bindings/
H A Dv8_dom_wrapper.h169 try_catch_(isolate), in V8WrapperInstantiationScope()
186 DCHECK(try_catch_.HasCaught()); in V8WrapperInstantiationScope()
187 try_catch_.ReThrow(); in V8WrapperInstantiationScope()
199 try_catch_.ReThrow(); in ~V8WrapperInstantiationScope()
204 if (access_check_failed_ || !try_catch_.HasCaught()) in ~V8WrapperInstantiationScope()
211 v8::Local<v8::Value> caught_exception = try_catch_.Exception(); in ~V8WrapperInstantiationScope()
212 try_catch_.Reset(); in ~V8WrapperInstantiationScope()
216 try_catch_.ReThrow(); in ~V8WrapperInstantiationScope()
225 v8::TryCatch try_catch_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/bindings/
H A Dv8_dom_wrapper.h167 try_catch_(isolate), in V8WrapperInstantiationScope()
184 DCHECK(try_catch_.HasCaught()); in V8WrapperInstantiationScope()
185 try_catch_.ReThrow(); in V8WrapperInstantiationScope()
197 try_catch_.ReThrow(); in ~V8WrapperInstantiationScope()
202 if (access_check_failed_ || !try_catch_.HasCaught()) in ~V8WrapperInstantiationScope()
209 v8::Local<v8::Value> caught_exception = try_catch_.Exception(); in ~V8WrapperInstantiationScope()
210 try_catch_.Reset(); in ~V8WrapperInstantiationScope()
214 try_catch_.ReThrow(); in ~V8WrapperInstantiationScope()
223 v8::TryCatch try_catch_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gin/
H A Dtry_catch.cc25 : isolate_(isolate), try_catch_(isolate) { in TryCatch()
31 return try_catch_.HasCaught(); in HasCaught()
40 v8::Local<v8::Message> message = try_catch_.Message(); in GetStackTrace()
H A Dtry_catch.h27 v8::TryCatch try_catch_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/gin/
H A Dtry_catch.cc25 : isolate_(isolate), try_catch_(isolate) { in TryCatch()
31 return try_catch_.HasCaught(); in HasCaught()
40 v8::Local<v8::Message> message = try_catch_.Message(); in GetStackTrace()
H A Dtry_catch.h27 v8::TryCatch try_catch_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dpepper_try_catch.cc130 try_catch_(instance_->GetIsolate()), in PepperTryCatchVar()
159 } else if (try_catch_.HasCaught()) { in HasException()
160 v8::Local<v8::Message> message(try_catch_.Message()); in HasException()
163 try_catch_.Message()->Get()); in HasException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dpepper_try_catch.cc130 try_catch_(instance_->GetIsolate()), in PepperTryCatchVar()
159 } else if (try_catch_.HasCaught()) { in HasException()
160 v8::Local<v8::Message> message(try_catch_.Message()); in HasException()
163 try_catch_.Message()->Get()); in HasException()
/dports/www/node10/node-v10.24.1/src/
H A Dcallback_scope.cc21 try_catch_(isolate) { in CallbackScope()
22 try_catch_.SetVerbose(true); in CallbackScope()
26 if (try_catch_.HasCaught()) in ~CallbackScope()
/dports/devel/boost-docs/boost_1_72_0/boost/phoenix/statement/
H A 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()
/dports/devel/R-cran-BH/BH/inst/include/boost/phoenix/statement/
H A 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()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/phoenix/statement/
H A 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()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/phoenix/statement/
H A 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()
/dports/devel/boost-libs/boost_1_72_0/boost/phoenix/statement/
H A 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()
/dports/devel/boost-python-libs/boost_1_72_0/boost/phoenix/statement/
H A 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()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/phoenix/statement/
H A 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()
/dports/devel/hyperscan/boost_1_75_0/boost/phoenix/statement/
H A 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()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/phoenix/statement/
H A Dtry_catch.hpp277 catch_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_gen()
304 catch_all_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_all_gen()
/dports/databases/xtrabackup/boost_1_59_0/boost/phoenix/statement/
H A Dtry_catch.hpp277 catch_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_gen()
304 catch_all_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_all_gen()
/dports/databases/percona57-server/boost_1_59_0/boost/phoenix/statement/
H A Dtry_catch.hpp277 catch_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_gen()
304 catch_all_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_all_gen()
/dports/databases/percona57-client/boost_1_59_0/boost/phoenix/statement/
H A Dtry_catch.hpp277 catch_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_gen()
304 catch_all_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_all_gen()
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/phoenix/statement/
H A Dtry_catch.hpp277 catch_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_gen()
304 catch_all_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_all_gen()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/phoenix/statement/
H A Dtry_catch.hpp277 catch_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_gen()
304 catch_all_gen(TryCatch const& try_catch_) : try_catch(try_catch_) {} in catch_all_gen()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dv8_binding_for_testing.cc32 try_catch_(GetIsolate()) { in V8TestingScope()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dv8_binding_for_testing.cc33 try_catch_(GetIsolate()) { in V8TestingScope()

12