Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory-inl.h51 return NewProperSubString(str, begin, end); in NewSubString()
Dfactory.h318 Handle<String> NewProperSubString(Handle<String> str, int begin, int end);
Dfactory.cc980 Handle<String> Factory::NewProperSubString(Handle<String> str, int begin, in NewProperSubString() function in v8::internal::Factory
/third_party/node/deps/v8/src/objects/
Dcall-site-info.cc429 name = isolate->factory()->NewProperSubString(name, 4, name->length()); in GetMethodName()
438 name = isolate->factory()->NewProperSubString(name, index + 1, in GetMethodName()
Dbigint.cc1059 factory->NewProperSubString(str, 0, kMaxRenderedLength); in FromObject()
/third_party/node/deps/v8/src/strings/
Duri.cc371 isolate->factory()->NewProperSubString(string, 0, start_index); in UnescapeSlow()
/third_party/node/deps/v8/src/runtime/
Druntime-regexp.cc862 isolate->factory()->NewProperSubString(subject, part_start, part_end); in RUNTIME_FUNCTION()
1253 match = isolate->factory()->NewProperSubString(subject, match_start, in SearchRegExpMultiple()
/third_party/node/deps/v8/src/execution/
Dmessages.cc753 string = isolate->factory()->NewProperSubString(string, 0, in BuildDefaultCallSite()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc67 i_isolate->factory()->NewProperSubString( in GetBigIntDescription()