V8 Project
string-builder.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  v8::internal::FixedArrayBuilder
 
class  v8::internal::ReplacementStringBuilder
 

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

Typedefs

typedef BitField< int, 0, kStringBuilderConcatHelperLengthBits > v8::internal::StringBuilderSubstringLength
 
typedef BitField< int, kStringBuilderConcatHelperLengthBits, kStringBuilderConcatHelperPositionBits > v8::internal::StringBuilderSubstringPosition
 

Functions

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

Variables

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