![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include "src/base/memory.h"#include "src/common/assert-scope.h"#include "src/common/globals.h"#include "src/objects/tagged-field.h"#include "src/sandbox/external-pointer-table.h"#include "src/sandbox/external-pointer.h"#include "src/sandbox/indirect-pointer-tag.h"#include "src/sandbox/isolate.h"Go to the source code of this file.
Namespaces | |
| namespace | v8 |
| namespace | v8::internal |
Typedefs | |
| using | v8::internal::TaggedBase = TaggedImpl<HeapObjectReferenceType::STRONG, Address> |
Functions | |
| void | v8::internal::CopyTagged (Address dst, const Address src, size_t num_tagged) |
| void | v8::internal::MemsetTagged (Tagged_t *start, Tagged< MaybeObject > value, size_t counter) |
| template<typename T > | |
| void | v8::internal::MemsetTagged (SlotBase< T, Tagged_t > start, Tagged< MaybeObject > value, size_t counter) |