chromium/third_party/blink/renderer/core/streams/test_utils.cc

// Copyright 2018 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/streams/test_utils.h"

#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/bindings/core/v8/script_value.h"
#include "third_party/blink/renderer/bindings/core/v8/v8_binding_for_testing.h"
#include "third_party/blink/renderer/platform/bindings/v8_binding.h"
#include "v8/include/v8.h"

namespace blink {

namespace {

ScriptValue Eval(V8TestingScope* scope, const char* script_as_string) {}

}  // namespace

ScriptValue EvalWithPrintingError(V8TestingScope* scope, const char* script) {}

}  // namespace blink