Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Duri.h126 isolate->factory()->NewProperSubString(string, 0, start_index); in UnescapeSlow()
Dfactory.h174 Handle<String> NewProperSubString(Handle<String> str,
Dfactory.cc332 Handle<String> Factory::NewProperSubString(Handle<String> str, in NewProperSubString() function in v8::internal::Factory
Druntime.cc4527 isolate->factory()->NewProperSubString(subject, from, to); in RUNTIME_FUNCTION()
4614 match = isolate->factory()->NewProperSubString(subject, in SearchRegExpMultiple()
6657 isolate->factory()->NewProperSubString(subject, part_start, part_end); in RUNTIME_FUNCTION()
/external/v8/src/
Dfactory.h149 Handle<String> NewProperSubString(Handle<String> str,
Dfactory.cc258 Handle<String> Factory::NewProperSubString(Handle<String> str, in NewProperSubString() function in v8::internal::Factory
Druntime.cc3633 NewProperSubString(subject, from, to); in RUNTIME_FUNCTION()
3805 builder->Add(*isolate->factory()->NewProperSubString(subject, in SearchRegExpNoCaptureMultiple()
3897 match = isolate->factory()->NewProperSubString(subject, in SearchRegExpMultiple()
3913 substring = isolate->factory()->NewProperSubString(subject, in SearchRegExpMultiple()
6332 isolate->factory()->NewProperSubString(subject, part_start, part_end); in RUNTIME_FUNCTION()
/external/chromium_org/v8/test/cctest/
Dtest-heap.cc2725 Handle<String> t = factory->NewProperSubString(s, 5, 35); in TEST()