Home
last modified time | relevance | path

Searched refs:SlowFlatten (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dstring.tq190 // Corresponds to String::SlowFlatten in the C++ runtime.
196 // String::Flatten only in those cases where String::SlowFlatten is not
Dstring.h623 V8_EXPORT_PRIVATE static Handle<String> SlowFlatten(
Dstring-inl.h660 return SlowFlatten(isolate, handle(cons, isolate), allocation); in Flatten()
Dstring.cc35 Handle<String> String::SlowFlatten(Isolate* isolate, Handle<ConsString> cons, in SlowFlatten() function in v8::internal::String