Home
last modified time | relevance | path

Searched defs:exception (Results 51 - 75 of 95) sorted by relevance

1234

/third_party/python/Lib/test/test_asyncio/
H A Dtest_futures.py62 def exception(self): member in DuckFuture
[all...]
/third_party/python/Lib/logging/
H A D__init__.py1520 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 Djs_native_api_v8_inspector.cc1032 Local<Value> exception = in ThrowUninitializedInspectorError() local
H A Dnode_file.cc745 Local<Value> exception = UVException(wrap_->env()->isolate(), in Reject() local
H A Dnode_messaging.cc281 Local<Value> exception; in ThrowDataCloneException() local
H A Dnode_wasi.cc128 Local<Value> exception; in WASI() local
/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.cc885 void CallPromiseReject(TNode<JSFunction> reject, TNode<Object> exception, in CallPromiseReject() argument
[all...]
H A Djs-create-lowering.cc1277 Node* exception = NodeProperties::GetValueInput(node, 0); in ReduceJSCreateCatchContext() local
1289 exception); in ReduceJSCreateCatchContext() local
H A Dcode-assembler.cc1711 ScopedExceptionHandler( CodeAssembler* assembler, CodeAssemblerLabel* label, TypedCodeAssemblerVariable<Object>* exception) ScopedExceptionHandler() argument
/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc366 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 Dv8-debugger-agent-impl.cc1786 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 Dinterpreter-generator.cc2532 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 Dparser.h866 V8_INLINE Statement* NewThrowStatement(Expression* exception, int pos) { in NewThrowStatement() argument
/third_party/python/Python/
H A Derrors.c108 _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 Dimport.c1485 PyObject *exception, *value, *base_tb, *tb; in remove_importlib_frames() local
[all...]
H A Dpylifecycle.c2507 PyObject *exception, *v, *tb; in _Py_FatalError_PrintExc() local
[all...]
H A Dpythonrun.c709 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 Dconnection.c856 PyObject *exception, *value, *tb; in final_callback() local
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp2808 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 Dwasm-objects.cc1696 Handle<JSObject> exception = isolate->factory()->NewWasmExceptionError( in New() local
H A Dgraph-builder-interface.cc89 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 Dwasm-js.cc72 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 Dntfsrecover.c4095 BOOL exception(int num) in exception() function
/third_party/node/deps/v8/src/debug/
H A Ddebug.cc2110 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 Dframes.cc1541 SetException( Object exception) SetException() argument

Completed in 88 milliseconds

1234