Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h87 RE_OP_CLASS_ESCAPE, /**< class escape */ enumerator
Dre-bytecode.c553 case RE_OP_CLASS_ESCAPE: in re_dump_bytecode()
Dre-parser.c1296 re_append_opcode (re_ctx_p, RE_OP_CLASS_ESCAPE); in re_parse_alternative()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1365 case RE_OP_CLASS_ESCAPE: in ecma_regexp_run()