Home
last modified time | relevance | path

Searched refs:catchBody (Results 1 – 25 of 76) sorted by relevance

1234

/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/spirit/home/phoenix/statement/detail/
H A Dcatch_eval.hpp52 BOOST_PP_ENUM_BINARY_PARAMS(PHOENIX_ITERATION, CatchBody, catchBody)) in eval() argument
74 BOOST_PP_CAT(catchBody, PHOENIX_ITERATION).eval(env);
H A Dcatch_all_eval.hpp69 BOOST_PP_ENUM_BINARY_PARAMS(PHOENIX_ITERATION, CatchBody, catchBody), in eval() argument
96 BOOST_PP_CAT(catchBody, PHOENIX_ITERATION).eval(env);
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/frontend/
H A DFullParseHandler.h318 ParseNode* catchBody) { in newCatchBlock() argument
320 catchBody); in newCatchBlock()
470 ParseNode* catchBody);
662 ParseNode* catchBody) { in setupCatchScope() argument
666 catchBody); in setupCatchScope()
669 catchBody->pn_pos, catchName, catchBody); in setupCatchScope()
942 ParseNode* catchBody) { in addCatchBlock() argument
943 ParseNode* catchpn = newCatchBlock(catchName, catchGuard, catchBody); in addCatchBlock()
/dports/devel/binaryen/binaryen-version_98/src/
H A Dwasm-builder.h565 Try* makeTry(Expression* body, Expression* catchBody) { in makeTry() argument
568 ret->catchBody = catchBody; in makeTry()
572 Try* makeTry(Expression* body, Expression* catchBody, Type type) { in makeTry() argument
575 ret->catchBody = catchBody; in makeTry()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/parse/bison/
H A Dparsescilab.yy324 %type<t_seq_exp> catchBody
1618 TRY catchBody CATCH catchBody END { $$ =new ast::TryCatchExp(@$, *$2, *$4); print_rules("tryContr…
1619 | TRY catchBody END {
1620 print_rules("tryControl", "TRY catchBody END");
1633 catchBody :
1635 print_rules("catchBody", "expressions");
1641 print_rules("catchBody", "EOL expressions");
1647 print_rules("catchBody", "SEMI expressions");
1653 print_rules("catchBody", "COMMA expressions");
1659 print_rules("catchBody", "EOL");
[all …]
H A Dparsescilab.output429 359 tryControl: "try" catchBody "catch" catchBody "end"
713 catchBody (144)
870 359 tryControl: . "try" catchBody "catch" catchBody "end"
1076 359 tryControl: . "try" catchBody "catch" catchBody "end"
2191 359 tryControl: . "try" catchBody "catch" catchBody "end"
2192 359 | "try" . catchBody "catch" catchBody "end"
2580 359 tryControl: . "try" catchBody "catch" catchBody "end"
5773 359 tryControl: . "try" catchBody "catch" catchBody "end"
5968 359 tryControl: . "try" catchBody "catch" catchBody "end"
6159 359 tryControl: . "try" catchBody "catch" catchBody "end"
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DLower.java356 …final Block catchBody = new Block(token, finish, new ThrowNode(lineNumber, token, finish, new Iden…
357 assert catchBody.isTerminal(); //ends with throw, so terminal
359 …lNode = new CatchNode(lineNumber, token, finish, new IdentNode(exception), null, catchBody, true);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/codegen/
H A DLower.java356 …final Block catchBody = new Block(token, finish, new ThrowNode(lineNumber, token, finish, new Iden…
357 assert catchBody.isTerminal(); //ends with throw, so terminal
359 …lNode = new CatchNode(lineNumber, token, finish, new IdentNode(exception), null, catchBody, true);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/frontend/
H A DFullParseHandler.h793 Node catchBody) { in setupCatchScope() argument
797 new_<BinaryNode>(ParseNodeKind::Catch, catchName, catchBody); in setupCatchScope()
799 catchClause = new_<BinaryNode>(ParseNodeKind::Catch, catchBody->pn_pos, in setupCatchScope()
800 catchName, catchBody); in setupCatchScope()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLower.java439 …final Block catchBody = new Block(token, finish, new ThrowNode(lineNumber, token, finish, new Iden…
440 assert catchBody.isTerminal(); //ends with throw, so terminal
442 …lNode = new CatchNode(lineNumber, token, finish, new IdentNode(exception), null, catchBody, true);
H A DLocalVariableTypesCalculator.java1069 final Block catchBody = catchNode.getBody(); in enterTryNode() local
1074 catchBody.accept(this); in enterTryNode()
1076 jumpToLabel(catchBody, endLabel); in enterTryNode()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLower.java439 …final Block catchBody = new Block(token, finish, new ThrowNode(lineNumber, token, finish, new Iden…
440 assert catchBody.isTerminal(); //ends with throw, so terminal
442 …lNode = new CatchNode(lineNumber, token, finish, new IdentNode(exception), null, catchBody, true);
H A DLocalVariableTypesCalculator.java1069 final Block catchBody = catchNode.getBody(); in enterTryNode() local
1074 catchBody.accept(this); in enterTryNode()
1076 jumpToLabel(catchBody, endLabel); in enterTryNode()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLower.java439 …final Block catchBody = new Block(token, finish, new ThrowNode(lineNumber, token, finish, new Iden…
440 assert catchBody.isTerminal(); //ends with throw, so terminal
442 …lNode = new CatchNode(lineNumber, token, finish, new IdentNode(exception), null, catchBody, true);
H A DLocalVariableTypesCalculator.java1069 final Block catchBody = catchNode.getBody(); in enterTryNode() local
1074 catchBody.accept(this); in enterTryNode()
1076 jumpToLabel(catchBody, endLabel); in enterTryNode()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLower.java439 …final Block catchBody = new Block(token, finish, new ThrowNode(lineNumber, token, finish, new Iden…
440 assert catchBody.isTerminal(); //ends with throw, so terminal
442 …lNode = new CatchNode(lineNumber, token, finish, new IdentNode(exception), null, catchBody, true);
H A DLocalVariableTypesCalculator.java1069 final Block catchBody = catchNode.getBody(); in enterTryNode() local
1074 catchBody.accept(this); in enterTryNode()
1076 jumpToLabel(catchBody, endLabel); in enterTryNode()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DLower.java439 …final Block catchBody = new Block(token, finish, new ThrowNode(lineNumber, token, finish, new Iden…
440 assert catchBody.isTerminal(); //ends with throw, so terminal
442 …lNode = new CatchNode(lineNumber, token, finish, new IdentNode(exception), null, catchBody, true);
H A DLocalVariableTypesCalculator.java1069 final Block catchBody = catchNode.getBody(); in enterTryNode() local
1074 catchBody.accept(this); in enterTryNode()
1076 jumpToLabel(catchBody, endLabel); in enterTryNode()
/dports/www/firefox-esr/firefox-91.8.0/js/src/frontend/
H A DFullParseHandler.h832 Node catchBody) { in setupCatchScope() argument
836 new_<BinaryNode>(ParseNodeKind::Catch, catchName, catchBody); in setupCatchScope()
838 catchClause = new_<BinaryNode>(ParseNodeKind::Catch, catchBody->pn_pos, in setupCatchScope()
839 catchName, catchBody); in setupCatchScope()
/dports/www/firefox/firefox-99.0/js/src/frontend/
H A DFullParseHandler.h859 Node catchBody) { in setupCatchScope() argument
863 new_<BinaryNode>(ParseNodeKind::Catch, catchName, catchBody); in setupCatchScope()
865 catchClause = new_<BinaryNode>(ParseNodeKind::Catch, catchBody->pn_pos, in setupCatchScope()
866 catchName, catchBody); in setupCatchScope()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/frontend/
H A DFullParseHandler.h832 Node catchBody) { in setupCatchScope() argument
836 new_<BinaryNode>(ParseNodeKind::Catch, catchName, catchBody); in setupCatchScope()
838 catchClause = new_<BinaryNode>(ParseNodeKind::Catch, catchBody->pn_pos, in setupCatchScope()
839 catchName, catchBody); in setupCatchScope()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/rewrite/modifying/
H A DASTRewritingModifyingCopyTest.java475 Block catchBody = ast.newBlock(); in test0008() local
476 List catchStatements = catchBody.statements(); in test0008()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/frontend/
H A DFullParseHandler.h662 ParseNode* catchBody);
927 ParseNode* catchName, ParseNode* catchGuard, ParseNode* catchBody) in addCatchBlock() argument
929 ParseNode* catchpn = newTernary(PNK_CATCH, catchName, catchGuard, catchBody); in addCatchBlock()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/frontend/
H A DFullParseHandler.h644 ParseNode* catchName, ParseNode* catchGuard, ParseNode* catchBody);
929 ParseNode* catchName, ParseNode* catchGuard, ParseNode* catchBody) in addCatchBlock() argument
931 ParseNode* catchpn = newTernary(PNK_CATCH, catchName, catchGuard, catchBody); in addCatchBlock()

1234