Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-util.c466 bool flush_cbc) /**< flush last byte code */ in parser_emit_line_info() argument
473 if (flush_cbc && context_p->last_cbc_opcode != PARSER_CBC_UNAVAILABLE) in parser_emit_line_info()
Djs-parser-internal.h845 void parser_emit_line_info (parser_context_t *context_p, uint32_t line, bool flush_cbc);