Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h71 RE_OP_LAZY_NON_CAPTURING_GROUP_END, /**< end of a lazy non-capturing group */ enumerator
Dre-bytecode.c471 case RE_OP_LAZY_NON_CAPTURING_GROUP_END: in re_dump_bytecode()
Dre-parser.c72 return RE_OP_LAZY_NON_CAPTURING_GROUP_END; in re_get_group_end_opcode()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c995 case RE_OP_LAZY_NON_CAPTURING_GROUP_END: in ecma_regexp_run()