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