Searched defs:replace_arg (Results 1 - 2 of 2) sorted by relevance
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ | ||
| H A D | ecma-builtin-regexp-prototype.c | 643 ecma_builtin_regexp_prototype_symbol_replace(ecma_value_t this_arg, ecma_value_t string_arg, ecma_value_t replace_arg) ecma_builtin_regexp_prototype_symbol_replace() argument |
| /third_party/jerryscript/jerry-core/ecma/operations/ | ||
| H A D | ecma-regexp-object.c | 2503 ecma_regexp_replace_helper_fast(ecma_replace_context_t *ctx_p, const re_compiled_code_t *bc_p, ecma_string_t *string_p, ecma_value_t replace_arg) ecma_regexp_replace_helper_fast() argument 2693 ecma_regexp_replace_helper(ecma_value_t this_arg, ecma_value_t string_arg, ecma_value_t replace_arg) ecma_regexp_replace_helper() argument |
Completed in 5 milliseconds