Home
last modified time | relevance | path

Searched defs:throw_error (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/asio/include/boost/asio/detail/
Dthrow_error.hpp32 inline void throw_error(const boost::system::error_code& err) in throw_error() function
38 inline void throw_error(const boost::system::error_code& err, in throw_error() function
/third_party/boost/boost/asio/detail/
Dthrow_error.hpp32 inline void throw_error(const boost::system::error_code& err) in throw_error() function
38 inline void throw_error(const boost::system::error_code& err, in throw_error() function
/third_party/boost/boost/process/detail/
Dconfig.hpp89 inline void throw_error(const std::error_code& ec) in throw_error() function
95 inline void throw_error(const std::error_code& ec, const char* msg) in throw_error() function
/third_party/jerryscript/tests/jerry/es5.1/
Dobject-literal-fails.js15 function throw_error(snippet) function
/third_party/boost/libs/python/test/
Dexception_translator.cpp15 void throw_error() in throw_error() function
/third_party/jerryscript/tests/jerry/es2015/
Dobject-computed.js127 function throw_error(snippet) function
/third_party/quickjs/
Dquickjs.c42101 static JSRegExp *js_get_regexp(JSContext *ctx, JSValueConst obj, BOOL throw_error) in js_get_regexp()