Perform JavaScript less than or equal comparison (<=) of two values.
<=
external bool lessThanOrEqual<T>(Object? first, Object? second);