Searched refs:other_array (Results 1 – 1 of 1) sorted by relevance
16196 FixedArray* other_array = FixedArray::cast(other); in IsMatch() local16197 SharedFunctionInfo* shared = SharedFunctionInfo::cast(other_array->get(0)); in IsMatch()16199 int language_unchecked = Smi::ToInt(other_array->get(2)); in IsMatch()16203 int position = Smi::ToInt(other_array->get(3)); in IsMatch()16205 String* source = String::cast(other_array->get(1)); in IsMatch()