Home
last modified time | relevance | path

Searched refs:JERRY_SNAPSHOT_MAGIC (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.h39 #define JERRY_SNAPSHOT_MAGIC (0x5952524Au) macro
Djerry-snapshot.c791 header.magic = JERRY_SNAPSHOT_MAGIC; in jerry_generate_snapshot_with_args()
932 if (header_p->magic != JERRY_SNAPSHOT_MAGIC in jerry_snapshot_result()
1252 if (header_p->magic != JERRY_SNAPSHOT_MAGIC in jerry_merge_snapshots()
1291 header_p->magic = JERRY_SNAPSHOT_MAGIC; in jerry_merge_snapshots()
1582 || header_p->magic != JERRY_SNAPSHOT_MAGIC in jerry_get_literals_from_snapshot()