Expand description
validategraylist — validate every node in a GC gray list.
C++ source: VM/src/lgcdebug.cpp:218
Walks the singly-linked gray list starting at o; asserts each node is
still gray and follows the per-type gclist pointer to the next node.
Returns immediately if the GC invariant is not active (sweep phase etc.).