Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h93 RE_OP_CHAR, /**< any code point */ enumerator
Dre-bytecode.c607 case RE_OP_CHAR: in re_dump_bytecode()
Dre-parser.c1365 re_append_opcode (re_ctx_p, RE_OP_CHAR); in re_parse_alternative()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1487 case RE_OP_CHAR: in ecma_regexp_run()