Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h83 RE_OP_ASSERT_LOOKAHEAD_POS, /**< positive lookahead assertion */ enumerator
Dre-bytecode.c518 case RE_OP_ASSERT_LOOKAHEAD_POS: in re_dump_bytecode()
Dre-parser.c168 const re_opcode_t opcode = (negative) ? RE_OP_ASSERT_LOOKAHEAD_NEG : RE_OP_ASSERT_LOOKAHEAD_POS; in re_insert_assertion_lookahead()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1278 case RE_OP_ASSERT_LOOKAHEAD_POS: in ecma_regexp_run()