Home
last modified time | relevance | path

Searched defs:error_type (Results 1 – 25 of 44) sorted by relevance

12

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-exceptions.c44 ecma_standard_error_t error_type; /**< Native error type */ member
79 ecma_new_standard_error (ecma_standard_error_t error_type) /**< native error type */ in ecma_new_standard_error()
200 ecma_new_standard_error_with_message (ecma_standard_error_t error_type, /**< native error type */ in ecma_new_standard_error_with_message()
224 ecma_raise_standard_error (ecma_standard_error_t error_type, /**< error type */ in ecma_raise_standard_error()
254 ecma_raise_standard_error_with_format (ecma_standard_error_t error_type, /**< error type */ in ecma_raise_standard_error_with_format()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers-error.c41 ecma_builtin_helper_error_dispatch_call (ecma_standard_error_t error_type, /**< native error type */ in ecma_builtin_helper_error_dispatch_call()
/third_party/jerryscript/tests/unit-core/
Dtest-api-errortype.c60 jerry_error_t error_type = jerry_get_error_type (test_values[idx]); in main() local
/third_party/glib/glib/
Dgerror.h72 #define G_DEFINE_EXTENDED_ERROR(ErrorType, error_type) \ argument
/third_party/boost/boost/outcome/detail/
Dbasic_result_error_observers.hpp43 using error_type = EC; typedef in detail::basic_result_error_observers
/third_party/boost/boost/outcome/
Dsuccess_failure.hpp91 using error_type = EC; typedef
151 using error_type = EC; typedef
178 using error_type = void; typedef
/third_party/boost/boost/regex/v4/
Derror_type.hpp29 enum error_type{ enum
/third_party/boost/libs/test/test/execution_monitor-ts/
Derrors-handling-test.cpp85 } error_type; variable
/third_party/flutter/engine/flutter/shell/platform/fuchsia/runtime/dart/utils/
Dhandle_exception.cc57 std::string error_type; in BuildException() local
/third_party/boost/boost/callable_traits/detail/
Dutility.hpp27 using error_type = typename std::conditional< typedef
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
Dmain.cpp233 static void print_wgpu_error(WGPUErrorType error_type, const char* message, void*) in print_wgpu_error()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/layer-add-surfaces/src/
Dlayer-add-surfaces.c99 static void shutdownCallbackFunction(t_ilm_shutdown_error_type error_type, in shutdownCallbackFunction()
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/
Dutil.cc89 std::string error_type; in LogWgslError() local
/third_party/jerryscript/jerry-ext/module/
Dmodule.c37 jerryx_module_create_error (jerry_error_t error_type, /**< the type of error to create */ in jerryx_module_create_error()
/third_party/boost/boost/geometry/srs/projections/impl/
Dpj_strerrno.hpp39 enum error_type enum
/third_party/boost/boost/xpressive/
Dregex_constants.hpp189 enum error_type enum
/third_party/boost/boost/outcome/experimental/status-code/
Dresult.hpp108 using error_type = BOOST_OUTCOME_SYSTEM_ERROR2_NAMESPACE::error; typedef in result
/third_party/python/Lib/test/libregrtest/
Druntest_mp.py183 def mp_result_error(self, test_name, error_type, stdout='', stderr='', argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dikev2.h49 u16 error_type; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dikev2.h49 u16 error_type; member
/third_party/libphonenumber/cpp/test/phonenumbers/
Dshortnumberinfo_test.cc39 PhoneNumberUtil::ErrorType error_type = phone_util_.Parse( in ParseNumberForTesting() local
/third_party/python/Modules/_io/
Diobase.c260 PyObject *error_type, *error_value, *error_traceback; in iobase_finalize() local
/third_party/quickjs/
Drun-test262.c1172 const char *error_type, FILE *outfile, int eval_flags, in eval_buf()
1502 char *buf, size_t buf_len, const char* error_type, in run_test_buf()
1566 char *error_type; in run_test() local
/third_party/mksh/
Dexpr.c88 enum error_type { enum
/third_party/python/Objects/
Dobject.c375 PyObject *error_type, *error_value, *error_traceback; in _PyObject_Dump() local
1997 PyObject *error_type, *error_value, *error_traceback; in Py_ReprLeave() local

12