Home
last modified time | relevance | path

Searched refs:JERRY_SNAPSHOT_SAVE (Results 1 - 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/
H A 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
513 #endif /* !defined (JERRY_SNAPSHOT_SAVE) */
769 #if !defined (JERRY_SNAPSHOT_SAVE) \
770 || ((JERRY_SNAPSHOT_SAVE != 0) && (JERRY_SNAPSHOT_SAVE !
[all...]
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-literal-storage.h30 #if ENABLED (JERRY_SNAPSHOT_SAVE)
39 #endif /* ENABLED (JERRY_SNAPSHOT_SAVE) */
46 #if ENABLED (JERRY_SNAPSHOT_SAVE)
53 #endif /* ENABLED (JERRY_SNAPSHOT_SAVE) */
55 #if ENABLED (JERRY_SNAPSHOT_EXEC) || ENABLED (JERRY_SNAPSHOT_SAVE)
58 #endif /* ENABLED (JERRY_SNAPSHOT_EXEC) || ENABLED (JERRY_SNAPSHOT_SAVE) */
H A Decma-literal-storage.c328 #if ENABLED (JERRY_SNAPSHOT_SAVE)
553 #endif /* ENABLED (JERRY_SNAPSHOT_SAVE) */
555 #if ENABLED (JERRY_SNAPSHOT_EXEC) || ENABLED (JERRY_SNAPSHOT_SAVE)
582 #endif /* ENABLED (JERRY_SNAPSHOT_EXEC) || ENABLED (JERRY_SNAPSHOT_SAVE) */
/third_party/jerryscript/jerry-core/api/
H A Djerry-snapshot.c29 #if ENABLED (JERRY_SNAPSHOT_SAVE) || ENABLED (JERRY_SNAPSHOT_EXEC)
73 #endif /* ENABLED (JERRY_SNAPSHOT_SAVE) || ENABLED (JERRY_SNAPSHOT_EXEC) */
75 #if ENABLED (JERRY_SNAPSHOT_SAVE)
534 #endif /* ENABLED (JERRY_SNAPSHOT_SAVE) */
721 #if ENABLED (JERRY_SNAPSHOT_SAVE)
728 * and snapshot support is enabled in current configuration through JERRY_SNAPSHOT_SAVE),
843 #endif /* ENABLED (JERRY_SNAPSHOT_SAVE) */
850 * and snapshot support is enabled in current configuration through JERRY_SNAPSHOT_SAVE),
862 #if ENABLED (JERRY_SNAPSHOT_SAVE) in jerry_generate_snapshot()
880 #else /* !ENABLED (JERRY_SNAPSHOT_SAVE) */ in jerry_generate_snapshot()
[all...]
H A Djerry.c1000 #if ENABLED (JERRY_SNAPSHOT_SAVE) in jerry_is_feature_enabled()
1002 #endif /* ENABLED (JERRY_SNAPSHOT_SAVE) */ in jerry_is_feature_enabled()
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser.c915 #if ENABLED (JERRY_SNAPSHOT_SAVE) in parser_post_processing()
917 #endif /* ENABLED (JERRY_SNAPSHOT_SAVE) */ in parser_post_processing()
1215 #if ENABLED (JERRY_SNAPSHOT_SAVE) in parser_post_processing()
1217 #endif /* ENABLED (JERRY_SNAPSHOT_SAVE) */ in parser_post_processing()
1222 #if ENABLED (JERRY_SNAPSHOT_SAVE) in parser_post_processing()
1228 #endif /* ENABLED (JERRY_SNAPSHOT_SAVE) */ in parser_post_processing()

Completed in 12 milliseconds