Home
last modified time | relevance | path

Searched refs:JERRY_SNAPSHOT_SAVE (Results 1 – 13 of 13) sorted by relevance

/third_party/jerryscript/jerry-core/
Dconfig.h72 #ifndef JERRY_SNAPSHOT_SAVE
73 # define JERRY_SNAPSHOT_SAVE 1 macro
123 #ifndef JERRY_SNAPSHOT_SAVE
124 # define JERRY_SNAPSHOT_SAVE 1 macro
511 #ifndef JERRY_SNAPSHOT_SAVE
512 # define JERRY_SNAPSHOT_SAVE 0 macro
769 #if !defined (JERRY_SNAPSHOT_SAVE) \
770 || ((JERRY_SNAPSHOT_SAVE != 0) && (JERRY_SNAPSHOT_SAVE != 1))
DCMakeLists.txt37 set(JERRY_SNAPSHOT_SAVE OFF CACHE BOOL "Enable saving snapshot files?") variable
74 set(JERRY_SNAPSHOT_SAVE ON) variable
101 message(STATUS "JERRY_SNAPSHOT_SAVE " ${JERRY_SNAPSHOT_SAVE} ${JERRY_SNAPSHOT_SAVE_MESSA…
300 #jerry_add_define01(JERRY_SNAPSHOT_SAVE)
DBUILD.gn271 "JERRY_SNAPSHOT_SAVE=${jerryscript_jerry_snapshot_save}",
/third_party/jerryscript/jerry-core/ecma/base/
Decma-literal-storage.h30 #if ENABLED (JERRY_SNAPSHOT_SAVE)
46 #if ENABLED (JERRY_SNAPSHOT_SAVE)
55 #if ENABLED (JERRY_SNAPSHOT_EXEC) || ENABLED (JERRY_SNAPSHOT_SAVE)
Decma-literal-storage.c295 #if ENABLED (JERRY_SNAPSHOT_SAVE)
522 #if ENABLED (JERRY_SNAPSHOT_EXEC) || ENABLED (JERRY_SNAPSHOT_SAVE)
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c29 #if ENABLED (JERRY_SNAPSHOT_SAVE) || ENABLED (JERRY_SNAPSHOT_EXEC)
75 #if ENABLED (JERRY_SNAPSHOT_SAVE)
721 #if ENABLED (JERRY_SNAPSHOT_SAVE)
862 #if ENABLED (JERRY_SNAPSHOT_SAVE) in jerry_generate_snapshot()
1054 #if ENABLED (JERRY_SNAPSHOT_SAVE)
1228 #if ENABLED (JERRY_SNAPSHOT_SAVE) in jerry_merge_snapshots()
1364 #if ENABLED (JERRY_SNAPSHOT_SAVE)
1577 #if ENABLED (JERRY_SNAPSHOT_SAVE) in jerry_get_literals_from_snapshot()
1784 #if ENABLED (JERRY_SNAPSHOT_SAVE) in jerry_generate_function_snapshot()
Djerry.c1000 #if ENABLED (JERRY_SNAPSHOT_SAVE) in jerry_is_feature_enabled()
/third_party/jerryscript/jerry-port/default/
DBUILD.gn65 "JERRY_SNAPSHOT_SAVE=${jerryscript_jerry_snapshot_save}",
/third_party/jerryscript/jerry-ext/
DBUILD.gn80 "JERRY_SNAPSHOT_SAVE=${jerryscript_jerry_snapshot_save}",
/third_party/jerryscript/tests/unit-core/
DBUILD.gn91 "JERRY_SNAPSHOT_SAVE=1",
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c915 #if ENABLED (JERRY_SNAPSHOT_SAVE) in parser_post_processing()
1215 #if ENABLED (JERRY_SNAPSHOT_SAVE) in parser_post_processing()
1222 #if ENABLED (JERRY_SNAPSHOT_SAVE) in parser_post_processing()
/third_party/jerryscript/
DBUILD.gn38 "JERRY_SNAPSHOT_SAVE=${jerryscript_jerry_snapshot_save}",
/third_party/jerryscript/docs/
D02.API-REFERENCE.md7164 - This API depends on a build option (`JERRY_SNAPSHOT_SAVE`) and can be checked in runtime with
7191 current configuration through JERRY_SNAPSHOT_SAVE)
7253 - This API depends on a build option (`JERRY_SNAPSHOT_SAVE`) and can be checked in runtime with
7284 current configuration through JERRY_SNAPSHOT_SAVE)
7531 - This API depends on a build option (`JERRY_SNAPSHOT_SAVE`) and can be checked in runtime with
7553 and literal-save support is enabled in current configuration through JERRY_SNAPSHOT_SAVE)