Searched refs:is_to_string (Results 1 – 2 of 2) sorted by relevance
149 bool is_to_string) /**< true - perform the 'toString' routine steps in ecma_symbol_to_string_helper() argument154 … return is_to_string ? ecma_get_symbol_descriptive_string (this_arg) : ecma_copy_value (this_arg); in ecma_symbol_to_string_helper()167 … return (is_to_string ? ecma_get_symbol_descriptive_string (ext_object_p->u.class_prop.u.value) in ecma_symbol_to_string_helper()
42 ecma_symbol_to_string_helper (ecma_value_t this_arg, bool is_to_string);