Home
last modified time | relevance | path

Searched defs:CustomSpaceIndex (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/include/cppgc/
Dcustom-space.h15 struct CustomSpaceIndex { struct
16 constexpr CustomSpaceIndex(size_t value) : value(value) {} // NOLINT in CustomSpaceIndex() argument
27 virtual CustomSpaceIndex GetCustomSpaceIndex() const = 0; argument