#ifndef V8_INTERPRETER_BYTECODE_ARRAY_ITERATOR_H_
#define V8_INTERPRETER_BYTECODE_ARRAY_ITERATOR_H_
#include <memory>
#include "include/v8-callbacks.h"
#include "src/common/globals.h"
#include "src/handles/handles.h"
#include "src/interpreter/bytecode-register.h"
#include "src/interpreter/bytecodes.h"
#include "src/objects/objects.h"
#include "src/objects/smi.h"
#include "src/runtime/runtime.h"
namespace v8 {
namespace internal {
class BytecodeArray;
namespace interpreter {
class BytecodeArrayIterator;
struct V8_EXPORT_PRIVATE JumpTableTargetOffset { … };
class V8_EXPORT_PRIVATE JumpTableTargetOffsets final { … };
class V8_EXPORT_PRIVATE BytecodeArrayIterator { … };
}
}
}
#endif