#include "third_party/blink/renderer/bindings/modules/v8/v8_notification_options.h"
#include "third_party/blink/renderer/bindings/core/v8/generated_code_helper.h"
#include "third_party/blink/renderer/bindings/core/v8/native_value_traits_impl.h"
#include "third_party/blink/renderer/bindings/core/v8/to_v8_traits.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_union_unsignedlong_unsignedlongsequence.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_notification_action.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/modules/notifications/timestamp_trigger.h"
#include "third_party/blink/renderer/platform/bindings/exception_messages.h"
#include "third_party/blink/renderer/platform/bindings/exception_state.h"
#include "third_party/blink/renderer/platform/bindings/v8_per_isolate_data.h"
#include "third_party/blink/renderer/platform/runtime_enabled_features.h"
namespace blink {
namespace {
const std::string_view kOwnPropertyNames[] = …;
}
NotificationOptions* NotificationOptions::Create(v8::Isolate* isolate, v8::Local<v8::Value> v8_value, ExceptionState& exception_state) { … }
NotificationOptions::NotificationOptions(v8::Isolate* isolate) : … { … }
void NotificationOptions::setActions(const HeapVector<Member<NotificationAction>>& value) { … }
void NotificationOptions::setActions(HeapVector<Member<NotificationAction>>&& value) { … }
String NotificationOptions::getBadgeOr(const String& fallback_value) const { … }
String NotificationOptions::getBadgeOr(String&& fallback_value) const { … }
void NotificationOptions::setBadge(const String& value) { … }
void NotificationOptions::setBadge(String&& value) { … }
void NotificationOptions::setBody(const String& value) { … }
void NotificationOptions::setBody(String&& value) { … }
String NotificationOptions::getIconOr(const String& fallback_value) const { … }
String NotificationOptions::getIconOr(String&& fallback_value) const { … }
void NotificationOptions::setIcon(const String& value) { … }
void NotificationOptions::setIcon(String&& value) { … }
String NotificationOptions::getImageOr(const String& fallback_value) const { … }
String NotificationOptions::getImageOr(String&& fallback_value) const { … }
void NotificationOptions::setImage(const String& value) { … }
void NotificationOptions::setImage(String&& value) { … }
void NotificationOptions::setLang(const String& value) { … }
void NotificationOptions::setLang(String&& value) { … }
void NotificationOptions::setTag(const String& value) { … }
void NotificationOptions::setTag(String&& value) { … }
void NotificationOptions::Trace(Visitor* visitor) const { … }
void NotificationOptions::FillTemplateProperties(WTF::Vector<std::string_view>& properties) const { … }
void NotificationOptions::FillValuesImpl(ScriptState* script_state, base::span<v8::MaybeLocal<v8::Value>> values) const { … }
const void* NotificationOptions::TemplateKey() const { … }
v8::Local<v8::Object> NotificationOptions::FillValues(ScriptState* script_state, v8::Local<v8::DictionaryTemplate> dict_template) const { … }
void NotificationOptions::FillMembersFromV8Object(v8::Isolate* isolate, v8::Local<v8::Object> v8_dictionary, ExceptionState& exception_state) { … }
const base::span<const v8::Eternal<v8::Name>> NotificationOptions::GetV8OwnMemberNames(v8::Isolate* isolate) { … }
}