![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <fixed-array.h>
Static Public Member Functions | |
| static Handle< PodArray< T > > | New (Isolate *isolate, int length, AllocationType allocation=AllocationType::kYoung) |
| static Handle< PodArray< T > > | New (LocalIsolate *isolate, int length, AllocationType allocation=AllocationType::kOld) |
Static Public Member Functions inherited from v8::internal::ByteArray | |
| template<class IsolateT > | |
| static Handle< ByteArray > | New (IsolateT *isolate, int capacity, AllocationType allocation=AllocationType::kYoung) |
| static constexpr int | LengthFor (int size_in_bytes) |
Static Public Member Functions inherited from v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | |
| static constexpr int | SizeFor (int length) |
| static constexpr int | OffsetOfElementAt (int index) |
| static Tagged< ByteArray > | FromAddressOfFirstElement (Address address) |
Additional Inherited Members | |
Public Types inherited from v8::internal::ByteArray | |
| using | Shape = ByteArrayShape |
Public Types inherited from v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | |
| using | Shape |
| using | Header |
Public Member Functions inherited from v8::internal::PodArrayBase< T, ByteArray > | |
| void | copy_out (int index, T *result, int length) |
| void | copy_in (int index, const T *buffer, int length) |
| bool | matches (const T *buffer, int length) |
| bool | matches (int offset, const T *buffer, int length) |
| T | get (int index) |
| void | set (int index, const T &value) |
| int | length () const |
Public Member Functions inherited from v8::internal::ByteArray | |
| uint32_t | get_int (int offset) const |
| void | set_int (int offset, uint32_t value) |
Public Member Functions inherited from v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | |
| ElementMemberT | get (int index) const |
| void | set (int index, ElementMemberT value) |
| int | AllocatedSize () const |
| ElementMemberT * | begin () |
| const ElementMemberT * | begin () const |
| ElementMemberT * | end () |
| const ElementMemberT * | end () const |
| int | DataSize () const |
| Handle< D > | Allocate (IsolateT *isolate, int length, std::optional< DisallowGarbageCollection > *no_gc_out, AllocationType allocation) |
Static Public Attributes inherited from v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | |
| static constexpr bool | kElementsAreMaybeObject |
| static constexpr int | kElementSize |
| static constexpr int | kMaxLength |
| static constexpr int | kMaxRegularLength |
Protected Member Functions inherited from v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | |
| bool | IsInBounds (int index) const |
| FLEXIBLE_ARRAY_MEMBER (ElementMemberT, values) | |
Static Protected Member Functions inherited from v8::internal::PrimitiveArrayBase< ByteArray, ByteArrayShape > | |
| static Handle< ByteArray > | Allocate (IsolateT *isolate, int length, std::optional< DisallowGarbageCollection > *no_gc_out, AllocationType allocation=AllocationType::kYoung) |
Definition at line 22 of file preparse-data.h.
|
static |
Definition at line 880 of file fixed-array-inl.h.
|
static |