v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
string-builder-inl.h File Reference
Include dependency graph for string-builder-inl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Typedefs

using v8::internal::StringBuilderSubstringLength
 
using v8::internal::StringBuilderSubstringPosition
 

Functions

template<typename sinkchar >
void v8::internal::StringBuilderConcatHelper (Tagged< String > special, sinkchar *sink, Tagged< FixedArray > fixed_array, int array_length)
 
int v8::internal::StringBuilderConcatLength (int special_length, Tagged< FixedArray > fixed_array, int array_length, bool *one_byte)
 

Variables

const int v8::internal::kStringBuilderConcatHelperLengthBits = 11
 
const int v8::internal::kStringBuilderConcatHelperPositionBits = 19