Searched refs:ascii_saved (Results 1 – 1 of 1) sorted by relevance
760 Object* ascii_saved = arr->get(JSRegExp::kIrregexpASCIICodeSavedIndex); in JSRegExpVerify() local761 CHECK(ascii_saved->IsSmi() || ascii_saved->IsString() || in JSRegExpVerify()762 ascii_saved->IsCode()); in JSRegExpVerify()