v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::SnapshotCompression Class Reference

#include <snapshot-compression.h>

Inheritance diagram for v8::internal::SnapshotCompression:
Collaboration diagram for v8::internal::SnapshotCompression:

Static Public Member Functions

static V8_EXPORT_PRIVATE SnapshotData Compress (const SnapshotData *uncompressed_data)
 
static V8_EXPORT_PRIVATE SnapshotData Decompress (base::Vector< const uint8_t > compressed_data)
 

Detailed Description

Definition at line 14 of file snapshot-compression.h.

Member Function Documentation

◆ Compress()

SnapshotData v8::internal::SnapshotCompression::Compress ( const SnapshotData * uncompressed_data)
static

Definition at line 21 of file snapshot-compression.cc.

Here is the call graph for this function:

◆ Decompress()

SnapshotData v8::internal::SnapshotCompression::Decompress ( base::Vector< const uint8_t > compressed_data)
static

Definition at line 66 of file snapshot-compression.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

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