Home
last modified time | relevance | path

Searched refs:catch_variable (Results 1 – 18 of 18) sorted by relevance

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/js2py/internals/
H A Dopcodes.py631 def __init__(self, try_label, catch_label, catch_variable, finally_label, argument
635 self.catch_variable = catch_variable
655 if errors and self.catch_variable is not None:
658 self.catch_variable:
/dports/devel/py-Js2Py/Js2Py-0.71/js2py/internals/
H A Dopcodes.py631 def __init__(self, try_label, catch_label, catch_variable, finally_label, argument
635 self.catch_variable = catch_variable
655 if errors and self.catch_variable is not None:
658 self.catch_variable:
/dports/www/node10/node-v10.24.1/deps/v8/src/ast/
H A Dprettyprinter.cc985 PrintLiteralWithModeIndented("CATCHVAR", node->scope()->catch_variable(), in VisitTryCatchStatement()
986 node->scope()->catch_variable()->raw_name()); in VisitTryCatchStatement()
H A Dscopes.h393 Variable* catch_variable() const { in NON_EXPORTED_BASE()
/dports/www/node10/node-v10.24.1/deps/v8/src/parsing/
H A Dparser.cc1613 Variable* catch_variable = in RewriteCatchPattern() local
1628 factory()->NewVariableProxy(catch_variable)); in RewriteCatchPattern()
1752 reject_args->Add(factory()->NewVariableProxy(catch_scope->catch_variable()), in ParseAndRewriteAsyncGeneratorFunctionBody()
1955 auto name = catch_scope->catch_variable()->raw_name(); in DesugarBindingInForEachStatement()
2980 factory()->NewVariableProxy(catch_scope->catch_variable()), in BuildRejectPromiseOnException()
3960 args->Add(factory()->NewVariableProxy(catch_scope->catch_variable()), in FinalizeIteratorUse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/ast/
H A Dprettyprinter.cc1049 PrintLiteralWithModeIndented("CATCHVAR", node->scope()->catch_variable(), in VisitTryCatchStatement()
1050 node->scope()->catch_variable()->raw_name()); in VisitTryCatchStatement()
H A Dscopes.h443 Variable* catch_variable() const {
/dports/lang/v8/v8-9.6.180.12/src/ast/
H A Dprettyprinter.cc1053 PrintLiteralWithModeIndented("CATCHVAR", node->scope()->catch_variable(), in VisitTryCatchStatement()
1054 node->scope()->catch_variable()->raw_name()); in VisitTryCatchStatement()
H A Dscopes.h475 Variable* catch_variable() const {
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/ast/
H A Dprettyprinter.cc1050 PrintLiteralWithModeIndented("CATCHVAR", node->scope()->catch_variable(), in VisitTryCatchStatement()
1051 node->scope()->catch_variable()->raw_name()); in VisitTryCatchStatement()
H A Dscopes.h456 Variable* catch_variable() const {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/parsing/
H A Dparser.cc1829 reject_args.Add(factory()->NewVariableProxy(catch_scope->catch_variable())); in ParseAndRewriteAsyncGeneratorFunctionBody()
2695 args.Add(factory()->NewVariableProxy(catch_scope->catch_variable())); in BuildRejectPromiseOnException()
/dports/lang/v8/v8-9.6.180.12/src/parsing/
H A Dparser.cc2006 reject_args.Add(factory()->NewVariableProxy(catch_scope->catch_variable())); in ParseAndRewriteAsyncGeneratorFunctionBody()
2871 args.Add(factory()->NewVariableProxy(catch_scope->catch_variable())); in BuildRejectPromiseOnException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/parsing/
H A Dparser.cc1996 reject_args.Add(factory()->NewVariableProxy(catch_scope->catch_variable())); in ParseAndRewriteAsyncGeneratorFunctionBody()
2862 args.Add(factory()->NewVariableProxy(catch_scope->catch_variable())); in BuildRejectPromiseOnException()
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-generator.cc4693 DCHECK(scope->catch_variable()->IsContextSlot()); in BuildNewLocalCatchContext()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-generator.cc6206 DCHECK(scope->catch_variable()->IsContextSlot()); in BuildNewLocalCatchContext()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-generator.cc6242 DCHECK(scope->catch_variable()->IsContextSlot()); in BuildNewLocalCatchContext()
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-generator.cc6792 DCHECK(scope->catch_variable()->IsContextSlot()); in BuildNewLocalCatchContext()