#include <v8-snapshot.h>
Public Member Functions | |
bool | CanBeRehashed () const |
bool | IsValid () const |
Public Attributes | |
const char * | data |
int | raw_size |
bool v8::StartupData::CanBeRehashed | ( | ) | const |
Whether the data created can be rehashed and and the hash seed can be recomputed when deserialized. Only valid for StartupData returned by SnapshotCreator::CreateBlob().
bool v8::StartupData::IsValid | ( | ) | const |
Allows embedders to verify whether the data is valid for the current V8 instance.
const char* v8::StartupData::data |
int v8::StartupData::raw_size |