Home
last modified time | relevance | path

Searched refs:TryCatch (Results 1 – 25 of 44) sorted by relevance

12

/third_party/boost/boost/phoenix/statement/detail/preprocessed/
Dcatch_push_back_50.hpp15 template <typename TryCatch, typename Exception, typename Capture, typename Expr>
16 struct catch_push_back<TryCatch, Exception, Capture, Expr, 2>
28 …typename proto::result_of::child_c<TryCatch, 0>::type , typename proto::result_of::child_c<TryCatc…
33 TryCatch const& try_catch in make()
48 template <typename TryCatch, typename Exception, typename Expr>
49 struct catch_push_back<TryCatch, Exception, void, Expr, 2>
60 …typename proto::result_of::child_c<TryCatch, 0>::type , typename proto::result_of::child_c<TryCatc…
65 TryCatch const& try_catch in make()
79 template <typename TryCatch, typename Expr>
80 struct catch_all_push_back<TryCatch, Expr, 2>
[all …]
Dcatch_push_back_30.hpp15 template <typename TryCatch, typename Exception, typename Capture, typename Expr>
16 struct catch_push_back<TryCatch, Exception, Capture, Expr, 2>
28 …typename proto::result_of::child_c<TryCatch, 0>::type , typename proto::result_of::child_c<TryCatc…
33 TryCatch const& try_catch in make()
48 template <typename TryCatch, typename Exception, typename Expr>
49 struct catch_push_back<TryCatch, Exception, void, Expr, 2>
60 …typename proto::result_of::child_c<TryCatch, 0>::type , typename proto::result_of::child_c<TryCatc…
65 TryCatch const& try_catch in make()
79 template <typename TryCatch, typename Expr>
80 struct catch_all_push_back<TryCatch, Expr, 2>
[all …]
Dcatch_push_back_40.hpp15 template <typename TryCatch, typename Exception, typename Capture, typename Expr>
16 struct catch_push_back<TryCatch, Exception, Capture, Expr, 2>
28 …typename proto::result_of::child_c<TryCatch, 0>::type , typename proto::result_of::child_c<TryCatc…
33 TryCatch const& try_catch in make()
48 template <typename TryCatch, typename Exception, typename Expr>
49 struct catch_push_back<TryCatch, Exception, void, Expr, 2>
60 …typename proto::result_of::child_c<TryCatch, 0>::type , typename proto::result_of::child_c<TryCatc…
65 TryCatch const& try_catch in make()
79 template <typename TryCatch, typename Expr>
80 struct catch_all_push_back<TryCatch, Expr, 2>
[all …]
Dcatch_push_back_20.hpp15 template <typename TryCatch, typename Exception, typename Capture, typename Expr>
16 struct catch_push_back<TryCatch, Exception, Capture, Expr, 2>
28 …typename proto::result_of::child_c<TryCatch, 0>::type , typename proto::result_of::child_c<TryCatc…
33 TryCatch const& try_catch in make()
48 template <typename TryCatch, typename Exception, typename Expr>
49 struct catch_push_back<TryCatch, Exception, void, Expr, 2>
60 …typename proto::result_of::child_c<TryCatch, 0>::type , typename proto::result_of::child_c<TryCatc…
65 TryCatch const& try_catch in make()
79 template <typename TryCatch, typename Expr>
80 struct catch_all_push_back<TryCatch, Expr, 2>
[all …]
Dcatch_push_back_10.hpp15 template <typename TryCatch, typename Exception, typename Capture, typename Expr>
16 struct catch_push_back<TryCatch, Exception, Capture, Expr, 2>
28 …typename proto::result_of::child_c<TryCatch, 0>::type , typename proto::result_of::child_c<TryCatc…
33 TryCatch const& try_catch in make()
48 template <typename TryCatch, typename Exception, typename Expr>
49 struct catch_push_back<TryCatch, Exception, void, Expr, 2>
60 …typename proto::result_of::child_c<TryCatch, 0>::type , typename proto::result_of::child_c<TryCatc…
65 TryCatch const& try_catch in make()
79 template <typename TryCatch, typename Expr>
80 struct catch_all_push_back<TryCatch, Expr, 2>
[all …]
/third_party/boost/boost/phoenix/statement/
Dtry_catch.hpp268 typename TryCatch
272 , long Arity = proto::arity_of<TryCatch>::value
276 template <typename TryCatch, typename Exception, typename Capture, typename Expr>
277 struct catch_push_back<TryCatch, Exception, Capture, Expr, 1>
291 TryCatch
297 … static type make(TryCatch const & try_catch, Capture const & capture, Expr const & catch_) in make()
310 template <typename TryCatch, typename Exception, typename Expr>
311 struct catch_push_back<TryCatch, Exception, void, Expr, 1>
324 TryCatch
330 static type make(TryCatch const & try_catch, Expr const & catch_) in make()
[all …]
/third_party/boost/boost/phoenix/statement/detail/
Dcatch_push_back.hpp33 typename proto::result_of::child_c<TryCatch, N>::type \
57 template <typename TryCatch, typename Exception, typename Capture, typename Expr>
58 struct catch_push_back<TryCatch, Exception, Capture, Expr, BOOST_PHOENIX_ITERATION>
77 TryCatch const& try_catch in make()
97 template <typename TryCatch, typename Exception, typename Expr>
98 struct catch_push_back<TryCatch, Exception, void, Expr, BOOST_PHOENIX_ITERATION>
116 TryCatch const& try_catch in make()
135 template <typename TryCatch, typename Expr>
136 struct catch_all_push_back<TryCatch, Expr, BOOST_PHOENIX_ITERATION>
153 TryCatch const& try_catch in make()
/third_party/node/src/
Djs_native_api_v8.h218 v8impl::TryCatch try_catch((env))
354 class TryCatch : public v8::TryCatch {
356 explicit TryCatch(napi_env env) in TryCatch() function
357 : v8::TryCatch(env->isolate), _env(env) {} in TryCatch()
359 ~TryCatch() { in ~TryCatch()
Dnode_errors.h196 class TryCatchScope : public v8::TryCatch {
201 : v8::TryCatch(env->isolate()), env_(env), mode_(mode) {}
222 const v8::TryCatch& try_catch);
Dnode_credentials.cc25 using v8::TryCatch;
45 TryCatch ignore_errors(env->isolate()); in SafeGetenv()
Dnode_report.cc48 using v8::TryCatch;
482 TryCatch try_catch(isolate); in PrintJavaScriptErrorProperties()
517 TryCatch try_catch(isolate); in PrintJavaScriptErrorStack()
Dnode_errors.cc202 const v8::TryCatch& try_catch) { in PrintCaughtException()
1005 void TriggerUncaughtException(Isolate* isolate, const v8::TryCatch& try_catch) { in TriggerUncaughtException()
/third_party/typescript/tests/baselines/reference/
DparserRealSource3.types278 TryCatch,
279 >TryCatch : NodeType.TryCatch
DparserRealSource3.symbols278 TryCatch,
279 >TryCatch : Symbol(NodeType.TryCatch, Decl(parserRealSource3.ts, 95, 12))
DparserRealSource3.errors.txt103 TryCatch,
DparserRealSource3.js98 TryCatch,
DparserRealSource11.js2144 export class TryCatch extends Statement {
2146 super(NodeType.TryCatch);
4444 var TryCatch = /** @class */ (function (_super) { class
4445 __extends(TryCatch, _super);
4446 function TryCatch(tryNode, catchNode) { class in anonymousFunction1f2ad09c0600.TryCatch
4447 var _this = _super.call(this, NodeType.TryCatch) || this;
4452 TryCatch.prototype.isCompoundStatement = function () { return true; }; class
4453 TryCatch.prototype.emit = function (emitter, tokenId, startLine) {
4461 TryCatch.prototype.addToControlFlow = function (context) {
4486 TryCatch.prototype.typeCheck = function (typeFlow) {
[all …]
DparserRealSource11.symbols6469 export class TryCatch extends Statement {
6470 >TryCatch : Symbol(TryCatch, Decl(parserRealSource11.ts, 2140, 5))
6474 >tryNode : Symbol(TryCatch.tryNode, Decl(parserRealSource11.ts, 2143, 21))
6476 >catchNode : Symbol(TryCatch.catchNode, Decl(parserRealSource11.ts, 2143, 41))
6479 super(NodeType.TryCatch);
6484 >isCompoundStatement : Symbol(TryCatch.isCompoundStatement, Decl(parserRealSource11.ts, 2145, 9))
6487 >emit : Symbol(TryCatch.emit, Decl(parserRealSource11.ts, 2147, 53))
6494 >this : Symbol(TryCatch, Decl(parserRealSource11.ts, 2140, 5))
6498 >this : Symbol(TryCatch, Decl(parserRealSource11.ts, 2140, 5))
6502 >this.tryNode : Symbol(TryCatch.tryNode, Decl(parserRealSource11.ts, 2143, 21))
[all …]
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource3.ts97 TryCatch, enumerator
DparserRealSource12.ts182 this.childrenWalkers[NodeType.TryCatch] = ChildrenWalkers.walkTryCatchChildren;
417 … export function walkTryCatchChildren(preAst: TryCatch, parent: AST, walker: IAstWalker): void {
/third_party/cef/libcef/renderer/
Dblink_glue.h71 v8::TryCatch& tryCatch);
Dv8_impl.cc1089 v8::TryCatch try_catch(isolate); in Eval()
1902 v8::TryCatch try_catch(isolate); in DeleteValue()
1928 v8::TryCatch try_catch(isolate); in DeleteValue()
1949 v8::TryCatch try_catch(isolate); in GetValue()
1979 v8::TryCatch try_catch(isolate); in GetValue()
2008 v8::TryCatch try_catch(isolate); in SetValue()
2052 v8::TryCatch try_catch(isolate); in SetValue()
2095 v8::TryCatch try_catch(isolate); in SetValue()
2428 v8::TryCatch try_catch(isolate); in ExecuteFunctionWithContext()
2447 v8::TryCatch& try_catch) { in HasCaught()
Dblink_glue.cc188 v8::TryCatch& tryCatch) { in ExecuteV8ScriptAndReturnValue()
/third_party/node/test/addons/async-hello-world/
Dbinding.cc43 v8::TryCatch try_catch(isolate); in AfterAsync()
/third_party/node/src/api/
Dexceptions.cc242 void FatalException(Isolate* isolate, const v8::TryCatch& try_catch) { in FatalException()

12