Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h114 void re_append_value (re_compiler_ctx_t *re_ctx_p, const uint32_t value);
Dre-parser.c116 re_append_value (re_ctx_p, idx); in re_insert_into_group()
117 re_append_value (re_ctx_p, qmin); in re_insert_into_group()
118 re_append_value (re_ctx_p, qmax + RE_QMAX_OFFSET); in re_insert_into_group()
1283 re_append_value (re_ctx_p, backref_idx); in re_parse_alternative()
Dre-bytecode.c231 re_append_value (re_compiler_ctx_t *re_ctx_p, /**< RegExp bytecode context */ in re_append_value() function