// 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_xr_eye.h" #include "third_party/blink/renderer/bindings/core/v8/generated_code_helper.h" namespace blink { constexpr const char* const V8XREye::string_table_[] = …; V8XREye V8XREye::Create(v8::Isolate* isolate, v8::Local<v8::Value> value, ExceptionState& exception_state) { … } std::optional<V8XREye> V8XREye::Create(const String& value) { … } static_assert …; V8XREye& V8XREye::operator=(const String& str_value) { … } } // namespace blink