Searched refs:last_exception (Results 1 – 3 of 3) sorted by relevance
98 if (!last_exception.IsEmpty()) {99 handle_exception(this, last_exception.Get(this->isolate));100 last_exception.Reset();111 v8impl::Persistent<v8::Value> last_exception; member215 (env)->last_exception.IsEmpty() && (env)->can_call_into_js(), \361 _env->last_exception.Reset(_env->isolate, Exception()); in ~TryCatch()
2689 *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()
747 last_exception = e750 raise last_exception