Searched refs:ecma_op_create_regexp_from_bytecode (Results 1 – 5 of 5) sorted by relevance
171 ecma_value_t ecma_op_create_regexp_from_bytecode (ecma_object_t *regexp_obj_p, re_compiled_code_t *…
352 ecma_op_create_regexp_from_bytecode (ecma_object_t *regexp_obj_p, /**< RegExp object */ in ecma_op_create_regexp_from_bytecode() function
168 ret_value = ecma_op_create_regexp_from_bytecode (new_target_obj_p, bc_p); in ecma_builtin_regexp_dispatch_helper()
411 return ecma_op_create_regexp_from_bytecode (this_obj_p, bc_p); in ecma_builtin_regexp_prototype_compile()
471 return ecma_op_create_regexp_from_bytecode (regexp_obj_p, (re_compiled_code_t *) bytecode_p);; in vm_construct_literal_object()