Jerryscript::Snapshot Namespace Reference
Snapshot management functions. More...
Functions | |
Load a snapshot into the virtual machine and execute it | |
| Value | load (const uint32_t *snapshot, size_t snapshotSize) |
| Load from memory buffer. More... | |
| Value | load (const String &snapshot) |
| Load snapshot from String and execute it. More... | |
| Value | loadFromFile (const String &fileName) |
| Load a snapshot from file and execute it. More... | |
Detailed Description
Snapshot management functions.
1.8.13