Home
last modified time | relevance | path

Searched refs:parser_stack_push_uint16 (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-expr.c383 parser_stack_push_uint16 (context_p, item_index); in parser_append_object_literal_item()
2427 parser_stack_push_uint16 (context_p, literal_index); in parser_append_binary_single_assignment_token()
2440 parser_stack_push_uint16 (context_p, context_p->last_cbc.literal_index); in parser_append_binary_single_assignment_token()
2459 parser_stack_push_uint16 (context_p, context_p->last_cbc.literal_index); in parser_append_binary_single_assignment_token()
Djs-parser-mem.c443 parser_stack_push_uint16 (parser_context_t *context_p, /**< context */ in parser_stack_push_uint16() function
Djs-parser-internal.h619 void parser_stack_push_uint16 (parser_context_t *context_p, uint16_t uint16_value);