![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/extensions/externalize-string-extension.h"#include "include/v8-template.h"#include "src/api/api-inl.h"#include "src/base/strings.h"#include "src/execution/isolate.h"#include "src/handles/handles.h"#include "src/heap/heap-layout-inl.h"#include "src/objects/heap-object-inl.h"#include "src/objects/objects-inl.h"Go to the source code of this file.
Classes | |
| class | v8::internal::SimpleStringResource< Char, Base > |
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Typedefs | |
| using | v8::internal::SimpleOneByteStringResource |
| using | v8::internal::SimpleTwoByteStringResource |
Variables | |
| static constexpr int | v8::internal::kMinOneByteLength |
| static constexpr int | v8::internal::kMinTwoByteLength |
| static constexpr int | v8::internal::kMinOneByteCachedLength |
| static constexpr int | v8::internal::kMinTwoByteCachedLength |