1 comment of 2

[ 2.0 ms ] story [ 13.1 ms ] thread

  if (stack.has(obj)) {
    writer.writeByte(CIRCULAR)
    return
  }
Does this mean that if a nested object holds a reference to itself, it will produce the same hash as if it held a reference to any of the objects it is nested in?