Searched refs:search_method_p (Results 1 – 1 of 1) sorted by relevance
670 ecma_object_t *search_method_p = ecma_get_object_from_value (search_symbol); in ecma_builtin_string_prototype_object_search() local672 result = ecma_op_function_call (search_method_p, new_regexp, arguments, 1); in ecma_builtin_string_prototype_object_search()673 ecma_deref_object (search_method_p); in ecma_builtin_string_prototype_object_search()