#include "third_party/blink/renderer/bindings/modules/v8/v8_rtc_peer_connection_ice_error_event_init.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/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"
namespace blink {
namespace {
const std::string_view kOwnPropertyNames[] = …;
}
RTCPeerConnectionIceErrorEventInit* RTCPeerConnectionIceErrorEventInit::Create(v8::Isolate* isolate, v8::Local<v8::Value> v8_value, ExceptionState& exception_state) { … }
RTCPeerConnectionIceErrorEventInit::RTCPeerConnectionIceErrorEventInit() { … }
RTCPeerConnectionIceErrorEventInit::RTCPeerConnectionIceErrorEventInit(v8::Isolate* isolate) : … { … }
String RTCPeerConnectionIceErrorEventInit::getAddressOr(const String& fallback_value) const { … }
String RTCPeerConnectionIceErrorEventInit::getAddressOr(String&& fallback_value) const { … }
void RTCPeerConnectionIceErrorEventInit::setAddress(const String& value) { … }
void RTCPeerConnectionIceErrorEventInit::setAddress(String&& value) { … }
String RTCPeerConnectionIceErrorEventInit::getErrorTextOr(const String& fallback_value) const { … }
String RTCPeerConnectionIceErrorEventInit::getErrorTextOr(String&& fallback_value) const { … }
void RTCPeerConnectionIceErrorEventInit::setErrorText(const String& value) { … }
void RTCPeerConnectionIceErrorEventInit::setErrorText(String&& value) { … }
String RTCPeerConnectionIceErrorEventInit::getHostCandidateOr(const String& fallback_value) const { … }
String RTCPeerConnectionIceErrorEventInit::getHostCandidateOr(String&& fallback_value) const { … }
void RTCPeerConnectionIceErrorEventInit::setHostCandidate(const String& value) { … }
void RTCPeerConnectionIceErrorEventInit::setHostCandidate(String&& value) { … }
String RTCPeerConnectionIceErrorEventInit::getUrlOr(const String& fallback_value) const { … }
String RTCPeerConnectionIceErrorEventInit::getUrlOr(String&& fallback_value) const { … }
void RTCPeerConnectionIceErrorEventInit::setUrl(const String& value) { … }
void RTCPeerConnectionIceErrorEventInit::setUrl(String&& value) { … }
void RTCPeerConnectionIceErrorEventInit::Trace(Visitor* visitor) const { … }
void RTCPeerConnectionIceErrorEventInit::FillTemplateProperties(WTF::Vector<std::string_view>& properties) const { … }
void RTCPeerConnectionIceErrorEventInit::FillValuesImpl(ScriptState* script_state, base::span<v8::MaybeLocal<v8::Value>> values) const { … }
const void* RTCPeerConnectionIceErrorEventInit::TemplateKey() const { … }
v8::Local<v8::Object> RTCPeerConnectionIceErrorEventInit::FillValues(ScriptState* script_state, v8::Local<v8::DictionaryTemplate> dict_template) const { … }
void RTCPeerConnectionIceErrorEventInit::FillMembersFromV8Object(v8::Isolate* isolate, v8::Local<v8::Object> v8_dictionary, ExceptionState& exception_state) { … }
const base::span<const v8::Eternal<v8::Name>> RTCPeerConnectionIceErrorEventInit::GetV8OwnMemberNames(v8::Isolate* isolate) { … }
}