Home | History | Annotate | Download | only in ia32

Lines Matching full:slice

1103   // Extract the underlying string and the slice offset.
1107 SlicedString* slice = SlicedString::cast(*subject_tmp);
1108 subject_tmp = Handle<String>(slice->parent());
1109 slice_offset = slice->offset();