Searched refs:ecma_op_is_regexp (Results 1 – 4 of 4) sorted by relevance
72 ecma_value_t regexp_value = ecma_op_is_regexp (pattern_value); in ecma_builtin_regexp_dispatch_helper()
526 ecma_value_t regexp = ecma_op_is_regexp (arg1); in ecma_builtin_helper_string_prototype_object_index_of()
78 ecma_value_t ecma_op_is_regexp (ecma_value_t arg);
2930 ecma_op_is_regexp (ecma_value_t arg) /**< argument */ in ecma_op_is_regexp() function