Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h85 RE_OP_ASSERT_END, /**< end of an assertion */ enumerator
Dre-bytecode.c538 case RE_OP_ASSERT_END: in re_dump_bytecode()
Dre-parser.c154 re_append_opcode (re_ctx_p, RE_OP_ASSERT_END); in re_insert_assertion_lookahead()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c624 case RE_OP_ASSERT_END: in ecma_regexp_run()