#include "third_party/blink/renderer/bindings/modules/v8/v8_authentication_extensions_client_inputs_js_on.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/modules/v8/v8_authentication_extensions_large_blob_inputs_js_on.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_authentication_extensions_payment_inputs.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_authentication_extensions_prf_inputs_js_on.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_authentication_extensions_supplemental_pub_keys_inputs.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_remote_desktop_client_override.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[] = …;
}
AuthenticationExtensionsClientInputsJSON* AuthenticationExtensionsClientInputsJSON::Create(v8::Isolate* isolate, v8::Local<v8::Value> v8_value, ExceptionState& exception_state) { … }
AuthenticationExtensionsClientInputsJSON::AuthenticationExtensionsClientInputsJSON() { … }
AuthenticationExtensionsClientInputsJSON::AuthenticationExtensionsClientInputsJSON(v8::Isolate* isolate) { … }
String AuthenticationExtensionsClientInputsJSON::getAppidOr(const String& fallback_value) const { … }
String AuthenticationExtensionsClientInputsJSON::getAppidOr(String&& fallback_value) const { … }
void AuthenticationExtensionsClientInputsJSON::setAppid(const String& value) { … }
void AuthenticationExtensionsClientInputsJSON::setAppid(String&& value) { … }
String AuthenticationExtensionsClientInputsJSON::getAppidExcludeOr(const String& fallback_value) const { … }
String AuthenticationExtensionsClientInputsJSON::getAppidExcludeOr(String&& fallback_value) const { … }
void AuthenticationExtensionsClientInputsJSON::setAppidExclude(const String& value) { … }
void AuthenticationExtensionsClientInputsJSON::setAppidExclude(String&& value) { … }
String AuthenticationExtensionsClientInputsJSON::getCredBlobOr(const String& fallback_value) const { … }
String AuthenticationExtensionsClientInputsJSON::getCredBlobOr(String&& fallback_value) const { … }
void AuthenticationExtensionsClientInputsJSON::setCredBlob(const String& value) { … }
void AuthenticationExtensionsClientInputsJSON::setCredBlob(String&& value) { … }
String AuthenticationExtensionsClientInputsJSON::getCredentialProtectionPolicyOr(const String& fallback_value) const { … }
String AuthenticationExtensionsClientInputsJSON::getCredentialProtectionPolicyOr(String&& fallback_value) const { … }
void AuthenticationExtensionsClientInputsJSON::setCredentialProtectionPolicy(const String& value) { … }
void AuthenticationExtensionsClientInputsJSON::setCredentialProtectionPolicy(String&& value) { … }
void AuthenticationExtensionsClientInputsJSON::Trace(Visitor* visitor) const { … }
void AuthenticationExtensionsClientInputsJSON::FillTemplateProperties(WTF::Vector<std::string_view>& properties) const { … }
void AuthenticationExtensionsClientInputsJSON::FillValuesImpl(ScriptState* script_state, base::span<v8::MaybeLocal<v8::Value>> values) const { … }
const void* AuthenticationExtensionsClientInputsJSON::TemplateKey() const { … }
v8::Local<v8::Object> AuthenticationExtensionsClientInputsJSON::FillValues(ScriptState* script_state, v8::Local<v8::DictionaryTemplate> dict_template) const { … }
void AuthenticationExtensionsClientInputsJSON::FillMembersFromV8Object(v8::Isolate* isolate, v8::Local<v8::Object> v8_dictionary, ExceptionState& exception_state) { … }
const base::span<const v8::Eternal<v8::Name>> AuthenticationExtensionsClientInputsJSON::GetV8OwnMemberNames(v8::Isolate* isolate) { … }
}