Searched refs:new_regexp (Results 1 – 1 of 1) sorted by relevance
331 …ecma_value_t new_regexp = ecma_op_create_regexp_from_pattern (regexp_obj_p, regexp_arg, ECMA_VALUE… in ecma_builtin_string_prototype_object_match() local334 if (ECMA_IS_VALUE_ERROR (new_regexp)) in ecma_builtin_string_prototype_object_match()339 return new_regexp; in ecma_builtin_string_prototype_object_match()344 …ecma_value_t ret_value = ecma_op_invoke_by_symbol_id (new_regexp, LIT_GLOBAL_SYMBOL_MATCH, &this_s… in ecma_builtin_string_prototype_object_match()347 ecma_free_value (new_regexp); in ecma_builtin_string_prototype_object_match()364 …ecma_value_t new_regexp = ecma_op_create_regexp_from_pattern (regexp_obj_p, regexp_arg, ECMA_VALUE… in ecma_builtin_string_prototype_object_match()366 if (ECMA_IS_VALUE_ERROR (new_regexp)) in ecma_builtin_string_prototype_object_match()369 return new_regexp; in ecma_builtin_string_prototype_object_match()372 ecma_value_t result = ecma_regexp_match_helper (new_regexp, this_argument); in ecma_builtin_string_prototype_object_match()374 ecma_free_value (new_regexp); in ecma_builtin_string_prototype_object_match()[all …]