Lines Matching defs:first
79 Handle<String> first = handle(cons.first(), isolate);
82 if (!StringReplaceOneCharWithString(isolate, first, search, replace, found,
94 if (*found) return isolate->factory()->NewConsString(first, new_second);
101 Handle<String> first = isolate->factory()->NewSubString(subject, 0, index);
104 isolate, cons1, isolate->factory()->NewConsString(first, replace),
237 Object first = fixed_array.get(0);
238 if (first.IsString()) return first;
274 // one-char strings in the cache. Gives up on the first char that is
446 int prev_index = -1; // Start at -1 to avoid special-casing the first match.