Home
last modified time | relevance | path

Searched refs:re_initialize_regexp_bytecode (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/regexp/
Dre-bytecode.h108 void re_initialize_regexp_bytecode (re_compiler_ctx_t *re_ctx_p);
Dre-compiler.c121 re_initialize_regexp_bytecode (&re_ctx); in re_compile_bytecode()
Dre-bytecode.c34 re_initialize_regexp_bytecode (re_compiler_ctx_t *re_ctx_p) /**< RegExp bytecode context */ in re_initialize_regexp_bytecode() function