Lines Matching full:slice
1125 // Extract the underlying string and the slice offset.1129 SlicedString* slice = SlicedString::cast(*subject_tmp);1130 subject_tmp = Handle<String>(slice->parent());1131 slice_offset = slice->offset();