Home
last modified time | relevance | path

Searched refs:try_catch_stmt (Results 1 – 11 of 11) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ast/
H A Dsource-range-ast-visitor.cc114 TryCatchStatement* try_catch_stmt) { in MaybeRemoveContinuationRangeOfAsyncReturn() argument
119 if (try_catch_stmt->is_try_catch_for_async()) { in MaybeRemoveContinuationRangeOfAsyncReturn()
121 FindLastNonSyntheticReturn(try_catch_stmt->try_block()->statements()); in MaybeRemoveContinuationRangeOfAsyncReturn()
/dports/lang/v8/v8-9.6.180.12/src/ast/
H A Dsource-range-ast-visitor.cc116 TryCatchStatement* try_catch_stmt) { in MaybeRemoveContinuationRangeOfAsyncReturn() argument
121 if (try_catch_stmt->is_try_catch_for_async()) { in MaybeRemoveContinuationRangeOfAsyncReturn()
123 FindLastNonSyntheticStatement(try_catch_stmt->try_block()->statements()); in MaybeRemoveContinuationRangeOfAsyncReturn()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ast/
H A Dsource-range-ast-visitor.cc116 TryCatchStatement* try_catch_stmt) { in MaybeRemoveContinuationRangeOfAsyncReturn() argument
121 if (try_catch_stmt->is_try_catch_for_async()) { in MaybeRemoveContinuationRangeOfAsyncReturn()
123 FindLastNonSyntheticStatement(try_catch_stmt->try_block()->statements()); in MaybeRemoveContinuationRangeOfAsyncReturn()
/dports/editors/poke/poke-1.0/libpoke/
H A Dpkl-ast.h1672 #define PKL_AST_TRY_CATCH_STMT_CODE(AST) ((AST)->try_catch_stmt.code)
1673 #define PKL_AST_TRY_CATCH_STMT_HANDLER(AST) ((AST)->try_catch_stmt.handler)
1674 #define PKL_AST_TRY_CATCH_STMT_ARG(AST) ((AST)->try_catch_stmt.arg)
1675 #define PKL_AST_TRY_CATCH_STMT_EXP(AST) ((AST)->try_catch_stmt.exp)
1898 struct pkl_ast_try_catch_stmt try_catch_stmt; member
H A Dpkl-ast.c1803 pkl_ast_node try_catch_stmt = pkl_ast_make_node (ast, in pkl_ast_make_try_catch_stmt() local
1809 PKL_AST_TRY_CATCH_STMT_CODE (try_catch_stmt) = ASTREF (code); in pkl_ast_make_try_catch_stmt()
1810 PKL_AST_TRY_CATCH_STMT_HANDLER (try_catch_stmt) = ASTREF (handler); in pkl_ast_make_try_catch_stmt()
1812 PKL_AST_TRY_CATCH_STMT_ARG (try_catch_stmt) = ASTREF (arg); in pkl_ast_make_try_catch_stmt()
1814 PKL_AST_TRY_CATCH_STMT_EXP (try_catch_stmt) = ASTREF (exp); in pkl_ast_make_try_catch_stmt()
1816 return try_catch_stmt; in pkl_ast_make_try_catch_stmt()
H A Dpkl-gen.c1496 pkl_ast_node try_catch_stmt = PKL_PASS_NODE; in PKL_PHASE_BEGIN_HANDLER() local
1497 pkl_ast_node code = PKL_AST_TRY_CATCH_STMT_CODE (try_catch_stmt); in PKL_PHASE_BEGIN_HANDLER()
1498 pkl_ast_node handler = PKL_AST_TRY_CATCH_STMT_HANDLER (try_catch_stmt); in PKL_PHASE_BEGIN_HANDLER()
1499 pkl_ast_node catch_arg = PKL_AST_TRY_CATCH_STMT_ARG (try_catch_stmt); in PKL_PHASE_BEGIN_HANDLER()
1500 pkl_ast_node catch_exp = PKL_AST_TRY_CATCH_STMT_EXP (try_catch_stmt); in PKL_PHASE_BEGIN_HANDLER()
H A Dpkl-typify.c2344 pkl_ast_node try_catch_stmt = PKL_PASS_NODE; in PKL_PHASE_BEGIN_HANDLER() local
2345 pkl_ast_node try_catch_stmt_arg = PKL_AST_TRY_CATCH_STMT_ARG (try_catch_stmt); in PKL_PHASE_BEGIN_HANDLER()
2346 pkl_ast_node try_catch_stmt_exp = PKL_AST_TRY_CATCH_STMT_EXP (try_catch_stmt); in PKL_PHASE_BEGIN_HANDLER()
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ming-src/actioncompiler/
H A Dswf5compiler.y147 %type <action> try_catch_stmt throw_stmt
239 | try_catch_stmt ';'
319 try_catch_stmt
/dports/graphics/ming/libming-ming-0_4_8/src/actioncompiler/
H A Dswf5compiler.y149 %type <action> try_catch_stmt throw_stmt
241 | try_catch_stmt ';'
326 try_catch_stmt
/dports/graphics/p5-ming/libming-ming-0_4_8/src/actioncompiler/
H A Dswf5compiler.y149 %type <action> try_catch_stmt throw_stmt
241 | try_catch_stmt ';'
326 try_catch_stmt
/dports/graphics/py-ming/libming-ming-0_4_8/src/actioncompiler/
H A Dswf5compiler.y149 %type <action> try_catch_stmt throw_stmt
241 | try_catch_stmt ';'
326 try_catch_stmt