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.
Function Documentation
◆ load() [1/2]
◆ load() [2/2]
| Value Jerryscript::Snapshot::load | ( | const uint32_t * | snapshot, |
| size_t | snapshotSize | ||
| ) |
1.9.1