Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string-prototype.c670 ecma_object_t *search_method_p = ecma_get_object_from_value (search_symbol); in ecma_builtin_string_prototype_object_search() local
672 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()