Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h74 RE_OP_LAZY_ITERATOR, /**< lazy iterator */ enumerator
Dre-bytecode.c488 case RE_OP_LAZY_ITERATOR: in re_dump_bytecode()
Dre-parser.c140 …ode (re_ctx_p, start_offset, re_ctx_p->token.greedy ? RE_OP_GREEDY_ITERATOR : RE_OP_LAZY_ITERATOR); in re_insert_atom_iterator()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1142 case RE_OP_LAZY_ITERATOR: in ecma_regexp_run()