![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/strings/string-builder.h"
#include "src/execution/isolate.h"
#include "src/handles/handles-inl.h"
#include "src/objects/string-inl.h"
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 |