![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/strings.h"#include "src/execution/isolate-inl.h"#include "src/objects/fixed-array-inl.h"#include "src/objects/js-array-inl.h"#include "src/strings/string-builder-inl.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Functions | |
| template<typename sinkchar > | |
| void | v8::internal::StringBuilderConcatHelper (Tagged< String > special, sinkchar *sink, Tagged< FixedArray > fixed_array, int array_length) |
| template void | v8::internal::StringBuilderConcatHelper< uint8_t > (Tagged< String > special, uint8_t *sink, Tagged< FixedArray > fixed_array, int array_length) |
| template void | v8::internal::StringBuilderConcatHelper< base::uc16 > (Tagged< String > special, base::uc16 *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) |