Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h69 RE_OP_GREEDY_NON_CAPTURING_GROUP_END, /**< end of a greedy non-capturing group */ enumerator
Dre-bytecode.c463 case RE_OP_GREEDY_NON_CAPTURING_GROUP_END: in re_dump_bytecode()
Dre-parser.c69 return RE_OP_GREEDY_NON_CAPTURING_GROUP_END; in re_get_group_end_opcode()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c825 case RE_OP_GREEDY_NON_CAPTURING_GROUP_END: in ecma_regexp_run()