chromium/out/Default/gen/third_party/blink/renderer/bindings/modules/v8/v8_url.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// DO NOT EDIT: This file is auto-generated by
// //third_party/blink/renderer/bindings/scripts/generate_bindings.py
//
// Use the GN flag `blink_enable_generated_code_formatting=true` to enable
// formatting of the generated files.

#include "third_party/blink/renderer/bindings/modules/v8/v8_url.h"

#include "third_party/blink/public/mojom/origin_trial_feature/origin_trial_feature.mojom-shared.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_blob.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_set_return_value_for_core.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_url_search_params.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_media_source.h"
#include "third_party/blink/renderer/core/execution_context/execution_context.h"
#include "third_party/blink/renderer/core/fileapi/blob.h"
#include "third_party/blink/renderer/core/fileapi/url_file_api.h"
#include "third_party/blink/renderer/core/url/dom_url.h"
#include "third_party/blink/renderer/core/url/url_search_params.h"
#include "third_party/blink/renderer/modules/mediasource/media_source.h"
#include "third_party/blink/renderer/modules/mediasource/url_media_source.h"
#include "third_party/blink/renderer/platform/bindings/cooperative_scheduling_helpers.h"
#include "third_party/blink/renderer/platform/bindings/exception_messages.h"
#include "third_party/blink/renderer/platform/bindings/idl_member_installer.h"
#include "third_party/blink/renderer/platform/bindings/runtime_call_stats.h"
#include "third_party/blink/renderer/platform/bindings/v8_binding.h"
#include "third_party/blink/renderer/platform/bindings/v8_object_constructor.h"

namespace blink {



void V8URL::Impl::Init() {}

namespace  {

namespace v8_url {

void OriginAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}


void ProtocolAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void ProtocolAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void UsernameAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void UsernameAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void PasswordAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void PasswordAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void HostAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void HostAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void HostnameAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void HostnameAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void PortAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void PortAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void PathnameAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void PathnameAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void SearchAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void SearchAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void SearchParamsAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}


void HashAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void HashAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void HrefAttributeGetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void HrefAttributeSetCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void ConstructorCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void ToJSONOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void CanParseStaticOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void CreateObjectURLStaticOperationOverload1(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void CreateObjectURLStaticOperationOverload2(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void CreateObjectURLStaticOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void ParseStaticOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void RevokeObjectURLStaticOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}

void ToStringOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) {}


}  // namespace v8_url

usingnamespacev8_url;

}  // namespace 

void V8URL::Impl::InstallInterfaceTemplate(v8::Isolate* isolate, const DOMWrapperWorld& world, v8::Local<v8::Template> interface_template) {}

void V8URL::Impl::InstallUnconditionalProperties(v8::Isolate* isolate, const DOMWrapperWorld& world, v8::Local<v8::Template> instance_template, v8::Local<v8::Template> prototype_template, v8::Local<v8::Template> interface_template) {}


void V8URL::Impl::InstallContextDependentProperties(v8::Local<v8::Context> context, const DOMWrapperWorld& world, v8::Local<v8::Object> instance_object, v8::Local<v8::Object> prototype_object, v8::Local<v8::Object> interface_object, v8::Local<v8::Template> interface_template, FeatureSelector feature_selector) {}


}  // namespace blink