Home
last modified time | relevance | path

Searched refs:JERRY_FEATURE_SNAPSHOT_SAVE (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h89 JERRY_FEATURE_SNAPSHOT_SAVE, /**< saving snapshot files */ enumerator
/third_party/jerryscript/docs/
D02.API-REFERENCE.md60 - JERRY_FEATURE_SNAPSHOT_SAVE - saving snapshot files
2258 jerry_feature_t feature = JERRY_FEATURE_SNAPSHOT_SAVE;
7165 …the `JERRY_FEATURE_SNAPSHOT_SAVE` feature enum value, see [jerry_is_feature_enabled](#jerry_is_fea…
7254 …the `JERRY_FEATURE_SNAPSHOT_SAVE` feature enum value, see [jerry_is_feature_enabled](#jerry_is_fea…
7532 …the `JERRY_FEATURE_SNAPSHOT_SAVE` feature enum value, see [jerry_is_feature_enabled](#jerry_is_fea…
/third_party/jerryscript/jerry-core/api/
Djerry.c1001 || feature == JERRY_FEATURE_SNAPSHOT_SAVE in jerry_is_feature_enabled()