#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) { … }
}