![]() |
v8
3.14.5(node0.10.28)
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 2900 of file v8.h.
Referenced by V8::GetCompressedStartupData().
| const char* data |
Definition at line 2899 of file v8.h.
Referenced by StartupDataDecompressor::Decompress(), and V8::GetCompressedStartupData().
| int raw_size |
Definition at line 2901 of file v8.h.
Referenced by StartupDataDecompressor::Decompress(), and V8::GetCompressedStartupData().