#include <v8_snapshot_writer.h>
Definition at line 68 of file v8_snapshot_writer.h.
◆ Type
Enumerator |
---|
kElement | |
kProperty | |
Definition at line 69 of file v8_snapshot_writer.h.
69 {
70 kElement,
71 kProperty,
enum dart::V8SnapshotProfileWriter::Reference::Type type
◆ Element()
static Reference dart::V8SnapshotProfileWriter::Reference::Element |
( |
intptr_t |
offset | ) |
|
|
inlinestatic |
◆ IsElement()
bool dart::V8SnapshotProfileWriter::Reference::IsElement |
( |
| ) |
const |
|
inline |
◆ Property()
static Reference dart::V8SnapshotProfileWriter::Reference::Property |
( |
const char * |
name | ) |
|
|
inlinestatic |
◆ name
const char* dart::V8SnapshotProfileWriter::Reference::name |
◆ offset
intptr_t dart::V8SnapshotProfileWriter::Reference::offset |
◆ type
The documentation for this struct was generated from the following file: