Lines Matching full:slice
1234 // Extract the underlying string and the slice offset.1238 SlicedString* slice = SlicedString::cast(*subject_tmp);1239 subject_tmp = Handle<String>(slice->parent());1240 slice_offset = slice->offset();