#ifndef V8_OBJECTS_SCOPE_INFO_H_
#define V8_OBJECTS_SCOPE_INFO_H_
#include "src/common/globals.h"
#include "src/objects/fixed-array.h"
#include "src/objects/function-kind.h"
#include "src/objects/objects.h"
#include "src/utils/utils.h"
#include "testing/gtest/include/gtest/gtest_prod.h"
#include "torque-generated/bit-fields.h"
#include "src/objects/object-macros.h"
namespace v8 {
namespace internal {
class NameToIndexHashTable;
#include "torque-generated/src/objects/scope-info-tq.inc"
class SourceTextModuleInfo;
class StringSet;
class Zone;
struct VariableLookupResult { … };
class ScopeInfo : public TorqueGeneratedScopeInfo<ScopeInfo, HeapObject> { … };
std::ostream& operator<<(std::ostream& os, VariableAllocationInfo var);
}
}
#include "src/objects/object-macros-undef.h"
#endif