Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-regexp-prototype.c678 ecma_value_t limit_arg) /**< limit */ in ecma_builtin_regexp_prototype_symbol_split() argument
680 return ecma_regexp_split_helper (this_arg, string_arg, limit_arg); in ecma_builtin_regexp_prototype_symbol_split()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.h166 … ecma_regexp_split_helper (ecma_value_t this_arg, ecma_value_t string_arg, ecma_value_t limit_arg);
Decma-regexp-object.c2008 ecma_value_t limit_arg) /**< limit value */ in ecma_regexp_split_helper() argument
2114 if (!ecma_is_value_undefined (limit_arg)) in ecma_regexp_split_helper()
2116 if (ECMA_IS_VALUE_ERROR (ecma_op_to_length (limit_arg, &limit))) in ecma_regexp_split_helper()
2326 if (!ecma_is_value_undefined (limit_arg)) in ecma_regexp_split_helper()
2328 if (ECMA_IS_VALUE_ERROR (ecma_op_to_length (limit_arg, &limit))) in ecma_regexp_split_helper()