Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
v8::StartupData Class Reference

#include <v8-snapshot.h>

Public Member Functions

bool CanBeRehashed () const
 
bool IsValid () const
 

Public Attributes

const char * data
 
int raw_size
 

Member Function Documentation

◆ CanBeRehashed()

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().

◆ IsValid()

bool v8::StartupData::IsValid ( ) const

Allows embedders to verify whether the data is valid for the current V8 instance.

Member Data Documentation

◆ data

const char* v8::StartupData::data

◆ raw_size

int v8::StartupData::raw_size

The documentation for this class was generated from the following file: