Home
last modified time | relevance | path

Searched refs:BreakException (Results 1 – 21 of 21) sorted by relevance

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/Readline/
H A DTransient.php14 use Psy\Exception\BreakException; alias
101 * @throws BreakException if user hits Ctrl+D
131 * @throws BreakException if user hits Ctrl+D
142 throw new BreakException('Ctrl+D');
H A DHoaConsole.php17 use Psy\Exception\BreakException; alias
93 * @throws BreakException if user hits Ctrl+D
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/Exception/
H A DBreakException.php17 class BreakException extends \Exception implements Exception class
45 * @throws BreakException
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/CodeCleaner/
H A DExitPass.php18 use Psy\Exception\BreakException; alias
30 return new StaticCall(new FullyQualifiedName(BreakException::class), 'exitShell');
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/Command/
H A DExitCommand.php14 use Psy\Exception\BreakException; alias
50 throw new BreakException('Goodbye');
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/
H A DExecutionLoopClosure.php14 use Psy\Exception\BreakException; alias
82 } catch (BreakException $_e) {
H A DShell.php15 use Psy\Exception\BreakException; alias
375 } catch (BreakException $e) {
475 * @throws BreakException if user hits Ctrl+D
506 throw new BreakException('Ctrl+D');
1126 if ($e instanceof BreakException && $this->nonInteractive) {
1133 if (!$e instanceof BreakException) {
1145 …if (!$e instanceof BreakException && $output->getVerbosity() >= OutputInterface::VERBOSITY_VERBOSE…
/dports/devel/p5-Test-Fatal/Test-Fatal-0.016/t/
H A Dbasic.t53 package BreakException;
60 my $blackguard = bless {}, 'BreakException';
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psy/psysh/src/ExecutionLoop/
H A DProcessForker.php15 use Psy\Exception\BreakException; alias
156 throw new BreakException('Exiting main thread');
/dports/databases/hsqldb/hsqldb-2.3.4/hsqldb/src/org/hsqldb/cmdline/
H A DSqlFile.java1055 } catch (BreakException be) {
1192 public BreakException() {
1196 public BreakException(String s) {
1801 } catch (BreakException be) {
2391 } catch (BreakException be) {
2536 } catch (BreakException be) {
2600 } catch (BreakException be) {
2659 } catch (BreakException be) {
2695 } catch (BreakException be) {
2817 throw new BreakException("file");
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/debug/
H A Ddebug.h43 BreakException = 0, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/debug/
H A Ddebug.h43 BreakException = 0, enumerator
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug.h43 enum ExceptionBreakType { BreakException = 0, BreakUncaughtException = 1 }; enumerator
H A Ddebug-interface.cc263 i::BreakException, type == BreakOnAnyException); in ChangeBreakOnException()
/dports/www/node10/node-v10.24.1/deps/v8/src/debug/
H A Ddebug.h47 BreakException = 0, enumerator
/dports/www/xist/ll-xist-5.34/src/ll/
H A Dul4c.py166 class BreakException(Exception): class
283 except (BreakException, ContinueException, ReturnException):
310 except (BreakException, ContinueException, ReturnException):
2302 except BreakException:
2358 except BreakException:
2375 raise BreakException()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-debug.cc119 debug->ChangeBreakOnException(v8::internal::BreakException, caught); in ChangeBreakOnException()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dapi.cc9185 i::BreakException, type == BreakOnAnyException); in ChangeBreakOnException()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/api/
H A Dapi.cc9476 i::BreakException, type == BreakOnAnyException); in ChangeBreakOnException()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/api/
H A Dapi.cc9564 i::BreakException, type == BreakOnAnyException); in ChangeBreakOnException()
/dports/devel/nuitka/Nuitka-0.6.17/
H A DChangelog.rst11130 - Was handling "BreakException" and "ContinueException" in all loops
15686 - Do not generate code to catch ``BreakException`` or