Home
last modified time | relevance | path

Searched refs:last_exception (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Djs_native_api_v8.h98 if (!last_exception.IsEmpty()) {
99 handle_exception(this, last_exception.Get(this->isolate));
100 last_exception.Reset();
111 v8impl::Persistent<v8::Value> last_exception; member
215 (env)->last_exception.IsEmpty() && (env)->can_call_into_js(), \
361 _env->last_exception.Reset(_env->isolate, Exception()); in ~TryCatch()
Djs_native_api_v8.cc2689 *result = !env->last_exception.IsEmpty(); in napi_is_exception_pending()
2700 if (env->last_exception.IsEmpty()) { in napi_get_and_clear_last_exception()
2704 v8::Local<v8::Value>::New(env->isolate, env->last_exception)); in napi_get_and_clear_last_exception()
2705 env->last_exception.Reset(); in napi_get_and_clear_last_exception()
/third_party/python/Lib/
Dsmtplib.py747 last_exception = e
750 raise last_exception