Home
last modified time | relevance | path

Searched refs:ecma_op_create_regexp_from_bytecode (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h171 ecma_value_t ecma_op_create_regexp_from_bytecode (ecma_object_t *regexp_obj_p, re_compiled_code_t *…
Decma-regexp-object.c352 ecma_op_create_regexp_from_bytecode (ecma_object_t *regexp_obj_p, /**< RegExp object */ in ecma_op_create_regexp_from_bytecode() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp.c168 ret_value = ecma_op_create_regexp_from_bytecode (new_target_obj_p, bc_p); in ecma_builtin_regexp_dispatch_helper()
Decma-builtin-regexp-prototype.c411 return ecma_op_create_regexp_from_bytecode (this_obj_p, bc_p); in ecma_builtin_regexp_prototype_compile()
/third_party/jerryscript/jerry-core/vm/
Dvm.c471 return ecma_op_create_regexp_from_bytecode (regexp_obj_p, (re_compiled_code_t *) bytecode_p);; in vm_construct_literal_object()