v8
10.1.124 (node 18.2.0)
V8 is Google's open source JavaScript engine
|
#include <v8-snapshot.h>
Public Member Functions | |
bool | CanBeRehashed () const |
bool | IsValid () const |
Data Fields | |
const char * | data |
int | raw_size |
Definition at line 16 of file v8-snapshot.h.
bool 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 IsValid | ( | ) | const |
Allows embedders to verify whether the data is valid for the current V8 instance.
const char* data |
Definition at line 30 of file v8-snapshot.h.
int raw_size |
Definition at line 31 of file v8-snapshot.h.