Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-mem.c371 uint8_t uint8_value) /**< value pushed onto the stack */ in parser_stack_push_uint8() argument
399 page_p->bytes[context_p->stack.last_position++] = uint8_value; in parser_stack_push_uint8()
400 context_p->stack_top_uint8 = uint8_value; in parser_stack_push_uint8()
Djs-parser-internal.h617 void parser_stack_push_uint8 (parser_context_t *context_p, uint8_t uint8_value);
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c1285 uint8_t uint8_value[2]; /**< lower and upper byte of a 16-bit value */ in jerry_debugger_send_configuration() member
1293 if (endian_data.uint8_value[0] == 1) in jerry_debugger_send_configuration()