Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c306 ecma_object_t *matcher_method = ecma_get_object_from_value (matcher); in ecma_builtin_string_prototype_object_match() local
307 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()