#include "third_party/blink/renderer/bindings/modules/v8/v8_dev_tools_host.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_document.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_show_context_menu_item.h"
#include "third_party/blink/renderer/bindings/modules/v8/v8_dom_file_system.h"
#include "third_party/blink/renderer/core/dom/document.h"
#include "third_party/blink/renderer/core/inspector/dev_tools_host.h"
#include "third_party/blink/renderer/modules/filesystem/dev_tools_host_file_system.h"
#include "third_party/blink/renderer/modules/filesystem/dom_file_system.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"
namespace blink {
void V8DevToolsHost::Impl::Init() { … }
namespace {
namespace v8_dev_tools_host {
void CopyTextOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void IsHostedModeOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void IsolatedFileSystemOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void PlatformOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void SendMessageToEmbedderOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void ShowContextMenuAtPointOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void UpgradeDraggedFileSystemPermissionsOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
void ZoomFactorOperationCallback(const v8::FunctionCallbackInfo<v8::Value>& info) { … }
}
usingnamespacev8_dev_tools_host;
}
void V8DevToolsHost::Impl::InstallInterfaceTemplate(v8::Isolate* isolate, const DOMWrapperWorld& world, v8::Local<v8::Template> interface_template) { … }
void V8DevToolsHost::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 V8DevToolsHost::Impl::InstallContextIndependentProperties(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 V8DevToolsHost::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) { … }
}