Searched refs:is_regexp (Results 1 – 1 of 1) sorted by relevance
2937 ecma_value_t is_regexp = ecma_op_object_get_by_symbol_id (ecma_get_object_from_value (arg), in ecma_op_is_regexp() local2940 if (ECMA_IS_VALUE_ERROR (is_regexp)) in ecma_op_is_regexp()2942 return is_regexp; in ecma_op_is_regexp()2945 if (!ecma_is_value_undefined (is_regexp)) in ecma_op_is_regexp()2947 const bool to_bool = ecma_op_to_boolean (is_regexp); in ecma_op_is_regexp()2948 ecma_free_value (is_regexp); in ecma_op_is_regexp()