#include <code-serializer.h>
Definition at line 19 of file code-serializer.h.
◆ AlignedCachedData() [1/2]
v8::internal::AlignedCachedData::AlignedCachedData |
( |
const uint8_t * | data, |
|
|
int | length ) |
◆ ~AlignedCachedData()
v8::internal::AlignedCachedData::~AlignedCachedData |
( |
| ) |
|
|
inline |
◆ AlignedCachedData() [2/2]
◆ AcquireDataOwnership()
void v8::internal::AlignedCachedData::AcquireDataOwnership |
( |
| ) |
|
|
inline |
◆ data()
const uint8_t * v8::internal::AlignedCachedData::data |
( |
| ) |
const |
|
inline |
◆ HasDataOwnership()
bool v8::internal::AlignedCachedData::HasDataOwnership |
( |
| ) |
const |
|
inline |
◆ length()
int v8::internal::AlignedCachedData::length |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ Reject()
void v8::internal::AlignedCachedData::Reject |
( |
| ) |
|
|
inline |
◆ rejected()
bool v8::internal::AlignedCachedData::rejected |
( |
| ) |
const |
|
inline |
◆ ReleaseDataOwnership()
void v8::internal::AlignedCachedData::ReleaseDataOwnership |
( |
| ) |
|
|
inline |
◆ data_
const uint8_t* v8::internal::AlignedCachedData::data_ |
|
private |
◆ length_
int v8::internal::AlignedCachedData::length_ |
|
private |
◆ owns_data_
bool v8::internal::AlignedCachedData::owns_data_ |
|
private |
◆ rejected_
bool v8::internal::AlignedCachedData::rejected_ |
|
private |
The documentation for this class was generated from the following files: