It looks from the code in findjsobjects_references_array like findjsobjects -r iterates the whole FixedArray that backs each JSArray. That may include data that's not actually part of the array, which would be a false positive. This is analogous to #100.