Searched refs:matcher_method (Results 1 – 1 of 1) sorted by relevance
306 ecma_object_t *matcher_method = ecma_get_object_from_value (matcher); in ecma_builtin_string_prototype_object_match() local307 ecma_value_t result = ecma_op_function_call (matcher_method, regexp_arg, &this_argument, 1); in ecma_builtin_string_prototype_object_match()308 ecma_deref_object (matcher_method); in ecma_builtin_string_prototype_object_match()