Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-util.c452 JERRY_ASSERT (value > 0 && value <= CBC_PUSH_NUMBER_BYTE_RANGE_END); in parser_emit_cbc_push_number()
Dbyte-code.h738 #define CBC_PUSH_NUMBER_BYTE_RANGE_END 256 macro
Djs-parser-expr.c1692 JERRY_ASSERT (context_p->lit_object.index <= CBC_PUSH_NUMBER_BYTE_RANGE_END); in parser_parse_unary_expression()
Djs-lexer.c2501 && int_num <= CBC_PUSH_NUMBER_BYTE_RANGE_END in lexer_construct_number_object()