Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Ddictionary.h370 struct EnumIndexComparator { struct
371 explicit EnumIndexComparator(Dictionary dict) : dict(dict) {} in EnumIndexComparator() argument
372 bool operator()(Tagged_t a, Tagged_t b) { in operator()
379 Dictionary dict;