Lines Matching full:slice
1210 // Extract the underlying string and the slice offset.1214 SlicedString* slice = SlicedString::cast(*subject_tmp);1215 subject_tmp = Handle<String>(slice->parent());1216 slice_offset = slice->offset();