Home
last modified time | relevance | path

Searched refs:is_c_format (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-main/
Dmain-unix-snapshot.c492 bool is_c_format = false; in process_literal_dump() local
508 is_c_format = true; in process_literal_dump()
512 is_c_format = false; in process_literal_dump()
580 is_c_format); in process_literal_dump()
606 is_c_format); in process_literal_dump()
619 literals_file_name_p = is_c_format ? "literals.h" : "literals.list"; in process_literal_dump()
/third_party/jerryscript/jerry-core/include/
Djerryscript-snapshot.h74 … jerry_char_t *lit_buf_p, size_t lit_buf_size, bool is_c_format);
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1575 bool is_c_format) /**< format-flag */ in jerry_get_literals_from_snapshot() argument
1649 if (is_c_format) in jerry_get_literals_from_snapshot()
1718 if (is_c_format) in jerry_get_literals_from_snapshot()
1726 if (is_c_format) in jerry_get_literals_from_snapshot()
1746 if (is_c_format) in jerry_get_literals_from_snapshot()
1759 JERRY_UNUSED (is_c_format); in jerry_get_literals_from_snapshot()
/third_party/jerryscript/docs/
D02.API-REFERENCE.md7543 bool is_c_format);
7550 - `is_c_format` - the output format would be C-style (true) or a simple list (false).