Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h80 RE_OP_ASSERT_LINE_END, /**< line end assertion */ enumerator
Dre-bytecode.c513 case RE_OP_ASSERT_LINE_END: in re_dump_bytecode()
Dre-parser.c1233 re_append_opcode (re_ctx_p, RE_OP_ASSERT_LINE_END); in re_parse_alternative()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1236 case RE_OP_ASSERT_LINE_END: in ecma_regexp_run()