#ifndef V8_OBJECTS_STRING_SET_INL_H_
#define V8_OBJECTS_STRING_SET_INL_H_
#include "src/objects/string-inl.h"
#include "src/objects/string-set.h"
#include "src/objects/object-macros.h"
namespace v8 {
namespace internal {
StringSet::StringSet(Address ptr) : … { … }
bool StringSetShape::IsMatch(Tagged<String> key, Tagged<Object> value) { … }
uint32_t StringSetShape::Hash(ReadOnlyRoots roots, Tagged<String> key) { … }
uint32_t StringSetShape::HashForObject(ReadOnlyRoots roots,
Tagged<Object> object) { … }
}
}
#include "src/objects/object-macros-undef.h"
#endif