chromium/v8/test/unittests/interpreter/bytecode-node-unittest.cc

// Copyright 2016 the V8 project authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "src/init/v8.h"

#include "src/interpreter/bytecode-node.h"
#include "test/unittests/test-utils.h"

namespace v8 {
namespace internal {
namespace interpreter {

using BytecodeNodeTest = TestWithIsolateAndZone;

TEST_F(BytecodeNodeTest, Constructor1) {}

TEST_F(BytecodeNodeTest, Constructor2) {}

TEST_F(BytecodeNodeTest, Constructor3) {}

TEST_F(BytecodeNodeTest, Constructor4) {}

TEST_F(BytecodeNodeTest, Constructor5) {}

TEST_F(BytecodeNodeTest, Equality) {}

TEST_F(BytecodeNodeTest, EqualityWithSourceInfo) {}

TEST_F(BytecodeNodeTest, NoEqualityWithDifferentSourceInfo) {}

}  // namespace interpreter
}  // namespace internal
}  // namespace v8