Home
last modified time | relevance | path

Searched defs:string_arg (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c644 ecma_value_t string_arg, /**< source string */ in ecma_builtin_regexp_prototype_symbol_replace()
661 ecma_value_t string_arg) /**< string argument */ in ecma_builtin_regexp_prototype_symbol_search()
677 ecma_value_t string_arg, /**< source string */ in ecma_builtin_regexp_prototype_symbol_split()
694 ecma_value_t string_arg) /**< source string */ in ecma_builtin_regexp_prototype_symbol_match()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c1925 ecma_value_t string_arg) /**< string argument */ in ecma_regexp_search_helper()
2007 ecma_value_t string_arg, /**< string value */ in ecma_regexp_split_helper()
2694 ecma_value_t string_arg, /**< source string */ in ecma_regexp_replace_helper()
3218 ecma_value_t string_arg) /**< source string */ in ecma_regexp_match_helper()
/third_party/quickjs/
Dquickjs-libc.c161 const char *string_arg; in js_printf_internal() local