V8  latest master commit
V8 is Google's open source JavaScript engine
v8::StartupData Class Reference

#include <v8.h>

Public Member Functions

bool CanBeRehashed () const
 

Data Fields

const char * data
 
int raw_size
 

Detailed Description

Definition at line 9494 of file v8.h.

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

Field Documentation

◆ data

const char* v8::StartupData::data

Definition at line 9503 of file v8.h.

◆ raw_size

int v8::StartupData::raw_size

Definition at line 9504 of file v8.h.


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