Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h121 re_opcode_t re_get_opcode (const uint8_t **bc_p);
Dre-bytecode.c137 re_get_opcode (const uint8_t **bc_p) /**< pointer to bytecode start */ in re_get_opcode() function
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c615 const re_opcode_t op = re_get_opcode (&bc_p); in ecma_regexp_run()