Searched refs:uc16_data (Results 1 – 1 of 1) sorted by relevance
1406 Object* uc16_data = arr->get(JSRegExp::kIrregexpUC16CodeIndex); in JSRegExpVerify() local1407 CHECK((uc16_data->IsSmi() && in JSRegExpVerify()1408 Smi::ToInt(uc16_data) == JSRegExp::kUninitializedValue) || in JSRegExpVerify()1409 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray())); in JSRegExpVerify()