Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h63 RE_OP_NO_ALTERNATIVE, /**< no alternative */ enumerator
Dre-bytecode.c401 case RE_OP_NO_ALTERNATIVE: in re_dump_bytecode()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c652 case RE_OP_NO_ALTERNATIVE: in ecma_regexp_run()