chromium/third_party/blink/renderer/core/trustedtypes/trusted_script_url.cc

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

#include "third_party/blink/renderer/core/trustedtypes/trusted_script_url.h"

#include "third_party/blink/renderer/core/trustedtypes/trusted_types_util.h"
#include "third_party/blink/renderer/platform/bindings/exception_state.h"

namespace blink {

TrustedScriptURL::TrustedScriptURL(String url) :{}

const String& TrustedScriptURL::toString() const {}

TrustedScriptURL* TrustedScriptURL::fromLiteral(
    ScriptState* script_state,
    const ScriptValue& templateLiteral,
    ExceptionState& exception_state) {}

}  // namespace blink