Searched refs:limit_arg (Results 1 – 3 of 3) sorted by relevance
678 ecma_value_t limit_arg) /**< limit */ in ecma_builtin_regexp_prototype_symbol_split() argument680 return ecma_regexp_split_helper (this_arg, string_arg, limit_arg); in ecma_builtin_regexp_prototype_symbol_split()
166 … ecma_regexp_split_helper (ecma_value_t this_arg, ecma_value_t string_arg, ecma_value_t limit_arg);
2008 ecma_value_t limit_arg) /**< limit value */ in ecma_regexp_split_helper() argument2114 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()