Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h61 RE_OP_ALTERNATIVE_START, /**< start of alternatives */ enumerator
Dre-bytecode.c387 case RE_OP_ALTERNATIVE_START: in re_dump_bytecode()
Dre-parser.c1219 re_insert_opcode (re_ctx_p, alternative_offset, first_alternative ? RE_OP_ALTERNATIVE_START in re_parse_alternative()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c629 case RE_OP_ALTERNATIVE_START: in ecma_regexp_run()