#ifndef V8_INTERPRETER_CONSTANT_ARRAY_BUILDER_H_
#define V8_INTERPRETER_CONSTANT_ARRAY_BUILDER_H_
#include "src/ast/ast-value-factory.h"
#include "src/common/globals.h"
#include "src/handles/handles.h"
#include "src/interpreter/bytecode-operands.h"
#include "src/objects/smi.h"
#include "src/zone/zone-containers.h"
namespace v8 {
namespace internal {
class Isolate;
class AstRawString;
class AstValue;
namespace interpreter {
#define SINGLETON_CONSTANT_ENTRY_TYPES(V) …
class V8_EXPORT_PRIVATE ConstantArrayBuilder final { … };
}
}
}
#endif