/third_party/python/Lib/test/test_asyncio/ |
H A D | test_futures.py | 62 def exception(self): member in DuckFuture [all...] |
/third_party/python/Lib/logging/ |
H A D | __init__.py | 1520 def exception(self, msg, *args, exc_info=True, **kwargs): global() member in Logger 1868 def exception(self, msg, *args, exc_info=True, **kwargs): global() member in LoggerAdapter 2117 def exception(msg, *args, exc_info=True, **kwargs): global() function [all...] |
/third_party/node/src/ |
H A D | js_native_api_v8_inspector.cc | 1032 Local<Value> exception = in ThrowUninitializedInspectorError() local
|
H A D | node_file.cc | 745 Local<Value> exception = UVException(wrap_->env()->isolate(), in Reject() local
|
H A D | node_messaging.cc | 281 Local<Value> exception; in ThrowDataCloneException() local
|
H A D | node_wasi.cc | 128 Local<Value> exception; in WASI() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-call-reducer.cc | 885 void CallPromiseReject(TNode<JSFunction> reject, TNode<Object> exception, in CallPromiseReject() argument [all...] |
H A D | js-create-lowering.cc | 1277 Node* exception = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateCatchContext() local 1289 exception); in ReduceJSCreateCatchContext() local
|
H A D | code-assembler.cc | 1711 ScopedExceptionHandler( CodeAssembler* assembler, CodeAssemblerLabel* label, TypedCodeAssemblerVariable<Object>* exception) ScopedExceptionHandler() argument
|
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger.cc | 366 handleProgramBreak( v8::Local<v8::Context> pausedContext, v8::Local<v8::Value> exception, const std::vector<v8::debug::BreakpointId>& breakpointIds, v8::debug::BreakReasons breakReasons, v8::debug::ExceptionType exceptionType, bool isUncaught) handleProgramBreak() argument 545 ExceptionThrown(v8::Local<v8::Context> pausedContext, v8::Local<v8::Value> exception, v8::Local<v8::Value> promise, bool isUncaught, v8::debug::ExceptionType exceptionType) ExceptionThrown() argument
|
H A D | v8-debugger-agent-impl.cc | 1786 didPause( int contextId, v8::Local<v8::Value> exception, const std::vector<v8::debug::BreakpointId>& hitBreakpoints, v8::debug::ExceptionType exceptionType, bool isUncaught, v8::debug::BreakReasons breakReasons) didPause() argument
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | interpreter-generator.cc | 2532 TNode<Object> exception = LoadRegisterAtOperandIndex(0); in IGNITION_HANDLER() local 2660 TNode<Object> exception = GetAccumulator(); in IGNITION_HANDLER() local 2672 TNode<Object> exception = GetAccumulator(); in IGNITION_HANDLER() local [all...] |
/third_party/node/deps/v8/src/parsing/ |
H A D | parser.h | 866 V8_INLINE Statement* NewThrowStatement(Expression* exception, int pos) { in NewThrowStatement() argument
|
/third_party/python/Python/ |
H A D | errors.c | 108 _PyErr_SetObject(PyThreadState *tstate, PyObject *exception, PyObject *value) in _PyErr_SetObject() argument 186 PyErr_SetObject(PyObject *exception, PyObject *value) PyErr_SetObject() argument 209 _PyErr_SetNone(PyThreadState *tstate, PyObject *exception) _PyErr_SetNone() argument 216 PyErr_SetNone(PyObject *exception) PyErr_SetNone() argument 224 _PyErr_SetString(PyThreadState *tstate, PyObject *exception, const char *string) _PyErr_SetString() argument 233 PyErr_SetString(PyObject *exception, const char *string) PyErr_SetString() argument 659 _PyErr_FormatVFromCause(PyThreadState *tstate, PyObject *exception, const char *format, va_list vargs) _PyErr_FormatVFromCause() argument 687 _PyErr_FormatFromCauseTstate(PyThreadState *tstate, PyObject *exception, const char *format, ...) _PyErr_FormatFromCauseTstate() argument 702 _PyErr_FormatFromCause(PyObject *exception, const char *format, ...) _PyErr_FormatFromCause() argument 987 PyErr_SetImportErrorSubclass(PyObject *exception, PyObject *msg, PyObject *name, PyObject *path) PyErr_SetImportErrorSubclass() argument 1069 _PyErr_FormatV(PyThreadState *tstate, PyObject *exception, const char *format, va_list vargs) _PyErr_FormatV() argument 1087 PyErr_FormatV(PyObject *exception, const char *format, va_list vargs) PyErr_FormatV() argument 1095 _PyErr_Format(PyThreadState *tstate, PyObject *exception, const char *format, ...) _PyErr_Format() argument 1111 PyErr_Format(PyObject *exception, const char *format, ...) PyErr_Format() argument [all...] |
H A D | import.c | 1485 PyObject *exception, *value, *base_tb, *tb; in remove_importlib_frames() local [all...] |
H A D | pylifecycle.c | 2507 PyObject *exception, *v, *tb; in _Py_FatalError_PrintExc() local [all...] |
H A D | pythonrun.c | 709 PyObject *exception, *value, *tb; in _Py_HandleSystemExit() local 779 PyObject *exception, *v, *tb, *hook; in _PyErr_PrintEx() local 1524 _PyErr_Display(PyObject *file, PyObject *exception, PyObject *value, PyObject *tb) _PyErr_Display() argument 1571 PyErr_Display(PyObject *exception, PyObject *value, PyObject *tb) PyErr_Display() argument [all...] |
/third_party/python/Modules/_sqlite/ |
H A D | connection.c | 856 PyObject *exception, *value, *tb; in final_callback() local
|
/third_party/json/tests/abi/include/nlohmann/ |
H A D | json_v3_10_5.hpp | 2808 class exception : public std::exception global() class 2822 exception(int id_, const char* what_arg) : id(id_), m(what_arg) {} // NOLINT(bugprone-throw-keyword-missing) exception() function in nlohmann::detail::exception [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.cc | 1696 Handle<JSObject> exception = isolate->factory()->NewWasmExceptionError( in New() local
|
H A D | graph-builder-interface.cc | 89 TFNode* exception = nullptr; member 862 TFNode* exception = block->try_info->exception; in Rethrow() local 880 TFNode* exception = block->try_info->exception; in CatchException() local [all...] |
H A D | wasm-js.cc | 72 void Abort(MaybeLocal<Value> exception) { in Abort() argument 128 void WasmStreaming::Abort(MaybeLocal<Value> exception) { in Abort() argument [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.c | 4095 BOOL exception(int num) in exception() function
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug.cc | 2110 base::Optional<Object> Debug::OnThrow(Handle<Object> exception) { in OnThrow() argument 2178 void Debug::OnException(Handle<Object> exception, Handl argument [all...] |
/third_party/node/deps/v8/src/execution/ |
H A D | frames.cc | 1541 SetException( Object exception) SetException() argument
|