Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c632 ecma_object_t *new_regexp_obj_p = ecma_op_regexp_alloc (NULL); in ecma_builtin_string_prototype_object_search() local
634 if (JERRY_UNLIKELY (new_regexp_obj_p == NULL)) in ecma_builtin_string_prototype_object_search()
641 ecma_value_t new_regexp = ecma_op_create_regexp_from_pattern (new_regexp_obj_p, in ecma_builtin_string_prototype_object_search()
649 ecma_deref_object (new_regexp_obj_p); in ecma_builtin_string_prototype_object_search()