Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h122 uint8_t re_get_byte (const uint8_t **bc_p);
Dre-bytecode.c105 re_get_byte (const uint8_t **bc_p) /**< pointer to bytecode start */ in re_get_byte() function
139 return (re_opcode_t) re_get_byte (bc_p); in re_get_opcode()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1280 const uint8_t qmin = re_get_byte (&bc_p); in ecma_regexp_run()
1332 const uint8_t qmin = re_get_byte (&bc_p); in ecma_regexp_run()
1374 const ecma_class_escape_t escape = (ecma_class_escape_t) re_get_byte (&bc_p); in ecma_regexp_run()
1389 uint8_t flags = re_get_byte (&bc_p); in ecma_regexp_run()
1399 const ecma_class_escape_t escape = re_get_byte (&bc_p); in ecma_regexp_run()