Home | History | Annotate | Download | only in src

Lines Matching full:one_byte_data

805       Object* one_byte_data = arr->get(JSRegExp::kIrregexpLatin1CodeIndex);
810 one_byte_data->IsSmi() ||
811 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray()));