Searched refs:maybe_exception (Results 1 – 4 of 4) sorted by relevance
159 MaybeHandle<Object> maybe_exception; in RunMicrotasks() local174 &maybe_exception); in RunMicrotasks()183 if (maybe_result.is_null() && maybe_exception.is_null()) { in RunMicrotasks()
1803 base::Optional<Object> maybe_exception = debug()->OnThrow(exception); in ThrowInternal() local1804 if (maybe_exception.has_value()) { in ThrowInternal()1805 return *maybe_exception; in ThrowInternal()
399 v8::MaybeLocal<v8::Value> maybe_exception = m_arguments[0]->Get(isolate); in getAssociatedExceptionData() local401 if (!maybe_exception.ToLocal(&exception)) return nullptr; in getAssociatedExceptionData()
1625 i::Isolate* isolate, i::Handle<i::Object> maybe_exception) { in GetProperException() argument1626 if (maybe_exception->IsJSReceiver()) { in GetProperException()1627 return i::Handle<i::JSReceiver>::cast(maybe_exception); in GetProperException()1630 i::Object::ToString(isolate, maybe_exception); in GetProperException()2162 i::Handle<i::Object> maybe_exception(isolate->pending_exception(), in make() local2165 store, GetProperException(isolate, maybe_exception)); in make()