Home
last modified time | relevance | path

Searched refs:NewProperSubString (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/
Dfactory.h211 Handle<String> NewProperSubString(Handle<String> str,
218 return NewProperSubString(str, begin, end); in NewSubString()
Duri.cc354 isolate->factory()->NewProperSubString(string, 0, start_index); in UnescapeSlow()
Dmessages.cc271 name = isolate_->factory()->NewProperSubString(name_string, 4, in GetMethodName()
Dfactory.cc598 Handle<String> Factory::NewProperSubString(Handle<String> str, in NewProperSubString() function in v8::internal::Factory
/external/v8/src/runtime/
Druntime-regexp.cc750 isolate->factory()->NewProperSubString(subject, part_start, part_end); in RUNTIME_FUNCTION()
909 match = isolate->factory()->NewProperSubString(subject, match_start, in SearchRegExpMultiple()
Druntime-strings.cc373 isolate->factory()->NewProperSubString(subject, from, to); in RUNTIME_FUNCTION()