Home | History | Annotate | Download | only in src

Lines Matching defs:sliced

334     default:  // Cons or sliced string.  Need to go deeper.
350 default: // Cons or sliced string. Need to go deeper.
546 SlicedString* sliced = SlicedString::cast(string);
547 *offset += sliced->offset();
548 string = sliced->parent();