Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser.c1565 context_p->total_byte_code_size += (uint32_t) length; in parser_post_processing()
2083 context.total_byte_code_size = 0; in parser_parse_source()
2226 (int) context.total_byte_code_size); in parser_parse_source()
Djs-parser-internal.h562 uint32_t total_byte_code_size; /**< total byte code size */ member