Lines Matching full:slice
1073 // Extract the underlying string and the slice offset.1077 SlicedString* slice = SlicedString::cast(*subject_tmp);1078 subject_tmp = Handle<String>(slice->parent());1079 slice_offset = slice->offset();