Make GC handling of HiddenClass more general, support other runtime objects.
Instead of GCKind::HIDDEN_CLASS, use GCKind::RUNTIME and require that the runtime objects have a gc_visit functions by inheriting from GCAllocatedRuntime.
Showing
Please register or sign in to comment