Lines Matching defs:first
40 // TurboFan can create cons strings with empty first parts.
41 while (cons->first().length() == 0) {
656 // basically the same logic as the way we access the heap in the first place.
691 // Flatten {subject} string first.
761 string = cons.first(cage_base);
884 String first = cons_string.first(cage_base);
885 int boundary = first.length();
891 WriteToFlat(first, sink, start, first_length, cage_base,
893 if (start == 0 && cons_string.second(cage_base) == first) {
925 source = first;
1056 // We know the strings are both non-empty. Compare the first chars
1114 // We know the strings are both non-empty. Compare the first chars
1647 string = ConsString::cast(string).first(cage_base);
1773 String left = first(cage_base);
1782 String left = cons_string.first();
1874 String string = cons_string.first();
1953 string = cons_string.first();
1976 subject = ConsString::cast(subject).first(cage_base);