![]() |
v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
Public Types | |
| enum | CompressionAlgorithm { kUncompressed, kBZip2 } |
Data Fields | |
| const char * | data |
| int | compressed_size |
| int | raw_size |
| enum CompressionAlgorithm |
| int compressed_size |
Definition at line 4444 of file v8.h.
Referenced by V8::GetCompressedStartupData().
| const char* data |
Definition at line 4443 of file v8.h.
Referenced by StartupDataDecompressor::Decompress(), and V8::GetCompressedStartupData().
| int raw_size |
Definition at line 4445 of file v8.h.
Referenced by StartupDataDecompressor::Decompress(), and V8::GetCompressedStartupData().