Home | History | Annotate | Download | only in ia32

Lines Matching full:slice

1145   // Extract the underlying string and the slice offset.
1149 SlicedString* slice = SlicedString::cast(*subject_tmp);
1150 subject_tmp = Handle<String>(slice->parent());
1151 slice_offset = slice->offset();