| 1 | pub mod console { |
| 2 | #![allow (unused_imports)] |
| 3 | #![allow (clippy::all)] |
| 4 | use super::super::*; |
| 5 | use wasm_bindgen::prelude::*; |
| 6 | #[wasm_bindgen ] |
| 7 | extern "C" { |
| 8 | # [wasm_bindgen (js_namespace = console , js_name = assert)] |
| 9 | #[doc = "The `console.assert()` function." ] |
| 10 | #[doc = "" ] |
| 11 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)" ] |
| 12 | #[doc = "" ] |
| 13 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 14 | pub fn assert(); |
| 15 | # [wasm_bindgen (variadic , js_namespace = console , js_name = assert)] |
| 16 | #[doc = "The `console.assert()` function." ] |
| 17 | #[doc = "" ] |
| 18 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)" ] |
| 19 | #[doc = "" ] |
| 20 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 21 | pub fn assert_with_condition_and_data(condition: bool, data: &::js_sys::Array); |
| 22 | # [wasm_bindgen (js_namespace = console , js_name = assert)] |
| 23 | #[doc = "The `console.assert()` function." ] |
| 24 | #[doc = "" ] |
| 25 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)" ] |
| 26 | #[doc = "" ] |
| 27 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 28 | pub fn assert_with_condition_and_data_0(condition: bool); |
| 29 | # [wasm_bindgen (js_namespace = console , js_name = assert)] |
| 30 | #[doc = "The `console.assert()` function." ] |
| 31 | #[doc = "" ] |
| 32 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)" ] |
| 33 | #[doc = "" ] |
| 34 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 35 | pub fn assert_with_condition_and_data_1(condition: bool, data_1: &::wasm_bindgen::JsValue); |
| 36 | # [wasm_bindgen (js_namespace = console , js_name = assert)] |
| 37 | #[doc = "The `console.assert()` function." ] |
| 38 | #[doc = "" ] |
| 39 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)" ] |
| 40 | #[doc = "" ] |
| 41 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 42 | pub fn assert_with_condition_and_data_2( |
| 43 | condition: bool, |
| 44 | data_1: &::wasm_bindgen::JsValue, |
| 45 | data_2: &::wasm_bindgen::JsValue, |
| 46 | ); |
| 47 | # [wasm_bindgen (js_namespace = console , js_name = assert)] |
| 48 | #[doc = "The `console.assert()` function." ] |
| 49 | #[doc = "" ] |
| 50 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)" ] |
| 51 | #[doc = "" ] |
| 52 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 53 | pub fn assert_with_condition_and_data_3( |
| 54 | condition: bool, |
| 55 | data_1: &::wasm_bindgen::JsValue, |
| 56 | data_2: &::wasm_bindgen::JsValue, |
| 57 | data_3: &::wasm_bindgen::JsValue, |
| 58 | ); |
| 59 | # [wasm_bindgen (js_namespace = console , js_name = assert)] |
| 60 | #[doc = "The `console.assert()` function." ] |
| 61 | #[doc = "" ] |
| 62 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)" ] |
| 63 | #[doc = "" ] |
| 64 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 65 | pub fn assert_with_condition_and_data_4( |
| 66 | condition: bool, |
| 67 | data_1: &::wasm_bindgen::JsValue, |
| 68 | data_2: &::wasm_bindgen::JsValue, |
| 69 | data_3: &::wasm_bindgen::JsValue, |
| 70 | data_4: &::wasm_bindgen::JsValue, |
| 71 | ); |
| 72 | # [wasm_bindgen (js_namespace = console , js_name = assert)] |
| 73 | #[doc = "The `console.assert()` function." ] |
| 74 | #[doc = "" ] |
| 75 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)" ] |
| 76 | #[doc = "" ] |
| 77 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 78 | pub fn assert_with_condition_and_data_5( |
| 79 | condition: bool, |
| 80 | data_1: &::wasm_bindgen::JsValue, |
| 81 | data_2: &::wasm_bindgen::JsValue, |
| 82 | data_3: &::wasm_bindgen::JsValue, |
| 83 | data_4: &::wasm_bindgen::JsValue, |
| 84 | data_5: &::wasm_bindgen::JsValue, |
| 85 | ); |
| 86 | # [wasm_bindgen (js_namespace = console , js_name = assert)] |
| 87 | #[doc = "The `console.assert()` function." ] |
| 88 | #[doc = "" ] |
| 89 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)" ] |
| 90 | #[doc = "" ] |
| 91 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 92 | pub fn assert_with_condition_and_data_6( |
| 93 | condition: bool, |
| 94 | data_1: &::wasm_bindgen::JsValue, |
| 95 | data_2: &::wasm_bindgen::JsValue, |
| 96 | data_3: &::wasm_bindgen::JsValue, |
| 97 | data_4: &::wasm_bindgen::JsValue, |
| 98 | data_5: &::wasm_bindgen::JsValue, |
| 99 | data_6: &::wasm_bindgen::JsValue, |
| 100 | ); |
| 101 | # [wasm_bindgen (js_namespace = console , js_name = assert)] |
| 102 | #[doc = "The `console.assert()` function." ] |
| 103 | #[doc = "" ] |
| 104 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/assert)" ] |
| 105 | #[doc = "" ] |
| 106 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 107 | pub fn assert_with_condition_and_data_7( |
| 108 | condition: bool, |
| 109 | data_1: &::wasm_bindgen::JsValue, |
| 110 | data_2: &::wasm_bindgen::JsValue, |
| 111 | data_3: &::wasm_bindgen::JsValue, |
| 112 | data_4: &::wasm_bindgen::JsValue, |
| 113 | data_5: &::wasm_bindgen::JsValue, |
| 114 | data_6: &::wasm_bindgen::JsValue, |
| 115 | data_7: &::wasm_bindgen::JsValue, |
| 116 | ); |
| 117 | # [wasm_bindgen (js_namespace = console , js_name = clear)] |
| 118 | #[doc = "The `console.clear()` function." ] |
| 119 | #[doc = "" ] |
| 120 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/clear)" ] |
| 121 | #[doc = "" ] |
| 122 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 123 | pub fn clear(); |
| 124 | # [wasm_bindgen (js_namespace = console , js_name = count)] |
| 125 | #[doc = "The `console.count()` function." ] |
| 126 | #[doc = "" ] |
| 127 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/count)" ] |
| 128 | #[doc = "" ] |
| 129 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 130 | pub fn count(); |
| 131 | # [wasm_bindgen (js_namespace = console , js_name = count)] |
| 132 | #[doc = "The `console.count()` function." ] |
| 133 | #[doc = "" ] |
| 134 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/count)" ] |
| 135 | #[doc = "" ] |
| 136 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 137 | pub fn count_with_label(label: &str); |
| 138 | # [wasm_bindgen (js_namespace = console , js_name = countReset)] |
| 139 | #[doc = "The `console.countReset()` function." ] |
| 140 | #[doc = "" ] |
| 141 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/countReset)" ] |
| 142 | #[doc = "" ] |
| 143 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 144 | pub fn count_reset(); |
| 145 | # [wasm_bindgen (js_namespace = console , js_name = countReset)] |
| 146 | #[doc = "The `console.countReset()` function." ] |
| 147 | #[doc = "" ] |
| 148 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/countReset)" ] |
| 149 | #[doc = "" ] |
| 150 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 151 | pub fn count_reset_with_label(label: &str); |
| 152 | # [wasm_bindgen (variadic , js_namespace = console , js_name = debug)] |
| 153 | #[doc = "The `console.debug()` function." ] |
| 154 | #[doc = "" ] |
| 155 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)" ] |
| 156 | #[doc = "" ] |
| 157 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 158 | pub fn debug(data: &::js_sys::Array); |
| 159 | # [wasm_bindgen (js_namespace = console , js_name = debug)] |
| 160 | #[doc = "The `console.debug()` function." ] |
| 161 | #[doc = "" ] |
| 162 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)" ] |
| 163 | #[doc = "" ] |
| 164 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 165 | pub fn debug_0(); |
| 166 | # [wasm_bindgen (js_namespace = console , js_name = debug)] |
| 167 | #[doc = "The `console.debug()` function." ] |
| 168 | #[doc = "" ] |
| 169 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)" ] |
| 170 | #[doc = "" ] |
| 171 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 172 | pub fn debug_1(data_1: &::wasm_bindgen::JsValue); |
| 173 | # [wasm_bindgen (js_namespace = console , js_name = debug)] |
| 174 | #[doc = "The `console.debug()` function." ] |
| 175 | #[doc = "" ] |
| 176 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)" ] |
| 177 | #[doc = "" ] |
| 178 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 179 | pub fn debug_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 180 | # [wasm_bindgen (js_namespace = console , js_name = debug)] |
| 181 | #[doc = "The `console.debug()` function." ] |
| 182 | #[doc = "" ] |
| 183 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)" ] |
| 184 | #[doc = "" ] |
| 185 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 186 | pub fn debug_3( |
| 187 | data_1: &::wasm_bindgen::JsValue, |
| 188 | data_2: &::wasm_bindgen::JsValue, |
| 189 | data_3: &::wasm_bindgen::JsValue, |
| 190 | ); |
| 191 | # [wasm_bindgen (js_namespace = console , js_name = debug)] |
| 192 | #[doc = "The `console.debug()` function." ] |
| 193 | #[doc = "" ] |
| 194 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)" ] |
| 195 | #[doc = "" ] |
| 196 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 197 | pub fn debug_4( |
| 198 | data_1: &::wasm_bindgen::JsValue, |
| 199 | data_2: &::wasm_bindgen::JsValue, |
| 200 | data_3: &::wasm_bindgen::JsValue, |
| 201 | data_4: &::wasm_bindgen::JsValue, |
| 202 | ); |
| 203 | # [wasm_bindgen (js_namespace = console , js_name = debug)] |
| 204 | #[doc = "The `console.debug()` function." ] |
| 205 | #[doc = "" ] |
| 206 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)" ] |
| 207 | #[doc = "" ] |
| 208 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 209 | pub fn debug_5( |
| 210 | data_1: &::wasm_bindgen::JsValue, |
| 211 | data_2: &::wasm_bindgen::JsValue, |
| 212 | data_3: &::wasm_bindgen::JsValue, |
| 213 | data_4: &::wasm_bindgen::JsValue, |
| 214 | data_5: &::wasm_bindgen::JsValue, |
| 215 | ); |
| 216 | # [wasm_bindgen (js_namespace = console , js_name = debug)] |
| 217 | #[doc = "The `console.debug()` function." ] |
| 218 | #[doc = "" ] |
| 219 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)" ] |
| 220 | #[doc = "" ] |
| 221 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 222 | pub fn debug_6( |
| 223 | data_1: &::wasm_bindgen::JsValue, |
| 224 | data_2: &::wasm_bindgen::JsValue, |
| 225 | data_3: &::wasm_bindgen::JsValue, |
| 226 | data_4: &::wasm_bindgen::JsValue, |
| 227 | data_5: &::wasm_bindgen::JsValue, |
| 228 | data_6: &::wasm_bindgen::JsValue, |
| 229 | ); |
| 230 | # [wasm_bindgen (js_namespace = console , js_name = debug)] |
| 231 | #[doc = "The `console.debug()` function." ] |
| 232 | #[doc = "" ] |
| 233 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/debug)" ] |
| 234 | #[doc = "" ] |
| 235 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 236 | pub fn debug_7( |
| 237 | data_1: &::wasm_bindgen::JsValue, |
| 238 | data_2: &::wasm_bindgen::JsValue, |
| 239 | data_3: &::wasm_bindgen::JsValue, |
| 240 | data_4: &::wasm_bindgen::JsValue, |
| 241 | data_5: &::wasm_bindgen::JsValue, |
| 242 | data_6: &::wasm_bindgen::JsValue, |
| 243 | data_7: &::wasm_bindgen::JsValue, |
| 244 | ); |
| 245 | # [wasm_bindgen (variadic , js_namespace = console , js_name = dir)] |
| 246 | #[doc = "The `console.dir()` function." ] |
| 247 | #[doc = "" ] |
| 248 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)" ] |
| 249 | #[doc = "" ] |
| 250 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 251 | pub fn dir(data: &::js_sys::Array); |
| 252 | # [wasm_bindgen (js_namespace = console , js_name = dir)] |
| 253 | #[doc = "The `console.dir()` function." ] |
| 254 | #[doc = "" ] |
| 255 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)" ] |
| 256 | #[doc = "" ] |
| 257 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 258 | pub fn dir_0(); |
| 259 | # [wasm_bindgen (js_namespace = console , js_name = dir)] |
| 260 | #[doc = "The `console.dir()` function." ] |
| 261 | #[doc = "" ] |
| 262 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)" ] |
| 263 | #[doc = "" ] |
| 264 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 265 | pub fn dir_1(data_1: &::wasm_bindgen::JsValue); |
| 266 | # [wasm_bindgen (js_namespace = console , js_name = dir)] |
| 267 | #[doc = "The `console.dir()` function." ] |
| 268 | #[doc = "" ] |
| 269 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)" ] |
| 270 | #[doc = "" ] |
| 271 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 272 | pub fn dir_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 273 | # [wasm_bindgen (js_namespace = console , js_name = dir)] |
| 274 | #[doc = "The `console.dir()` function." ] |
| 275 | #[doc = "" ] |
| 276 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)" ] |
| 277 | #[doc = "" ] |
| 278 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 279 | pub fn dir_3( |
| 280 | data_1: &::wasm_bindgen::JsValue, |
| 281 | data_2: &::wasm_bindgen::JsValue, |
| 282 | data_3: &::wasm_bindgen::JsValue, |
| 283 | ); |
| 284 | # [wasm_bindgen (js_namespace = console , js_name = dir)] |
| 285 | #[doc = "The `console.dir()` function." ] |
| 286 | #[doc = "" ] |
| 287 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)" ] |
| 288 | #[doc = "" ] |
| 289 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 290 | pub fn dir_4( |
| 291 | data_1: &::wasm_bindgen::JsValue, |
| 292 | data_2: &::wasm_bindgen::JsValue, |
| 293 | data_3: &::wasm_bindgen::JsValue, |
| 294 | data_4: &::wasm_bindgen::JsValue, |
| 295 | ); |
| 296 | # [wasm_bindgen (js_namespace = console , js_name = dir)] |
| 297 | #[doc = "The `console.dir()` function." ] |
| 298 | #[doc = "" ] |
| 299 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)" ] |
| 300 | #[doc = "" ] |
| 301 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 302 | pub fn dir_5( |
| 303 | data_1: &::wasm_bindgen::JsValue, |
| 304 | data_2: &::wasm_bindgen::JsValue, |
| 305 | data_3: &::wasm_bindgen::JsValue, |
| 306 | data_4: &::wasm_bindgen::JsValue, |
| 307 | data_5: &::wasm_bindgen::JsValue, |
| 308 | ); |
| 309 | # [wasm_bindgen (js_namespace = console , js_name = dir)] |
| 310 | #[doc = "The `console.dir()` function." ] |
| 311 | #[doc = "" ] |
| 312 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)" ] |
| 313 | #[doc = "" ] |
| 314 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 315 | pub fn dir_6( |
| 316 | data_1: &::wasm_bindgen::JsValue, |
| 317 | data_2: &::wasm_bindgen::JsValue, |
| 318 | data_3: &::wasm_bindgen::JsValue, |
| 319 | data_4: &::wasm_bindgen::JsValue, |
| 320 | data_5: &::wasm_bindgen::JsValue, |
| 321 | data_6: &::wasm_bindgen::JsValue, |
| 322 | ); |
| 323 | # [wasm_bindgen (js_namespace = console , js_name = dir)] |
| 324 | #[doc = "The `console.dir()` function." ] |
| 325 | #[doc = "" ] |
| 326 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dir)" ] |
| 327 | #[doc = "" ] |
| 328 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 329 | pub fn dir_7( |
| 330 | data_1: &::wasm_bindgen::JsValue, |
| 331 | data_2: &::wasm_bindgen::JsValue, |
| 332 | data_3: &::wasm_bindgen::JsValue, |
| 333 | data_4: &::wasm_bindgen::JsValue, |
| 334 | data_5: &::wasm_bindgen::JsValue, |
| 335 | data_6: &::wasm_bindgen::JsValue, |
| 336 | data_7: &::wasm_bindgen::JsValue, |
| 337 | ); |
| 338 | # [wasm_bindgen (variadic , js_namespace = console , js_name = dirxml)] |
| 339 | #[doc = "The `console.dirxml()` function." ] |
| 340 | #[doc = "" ] |
| 341 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)" ] |
| 342 | #[doc = "" ] |
| 343 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 344 | pub fn dirxml(data: &::js_sys::Array); |
| 345 | # [wasm_bindgen (js_namespace = console , js_name = dirxml)] |
| 346 | #[doc = "The `console.dirxml()` function." ] |
| 347 | #[doc = "" ] |
| 348 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)" ] |
| 349 | #[doc = "" ] |
| 350 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 351 | pub fn dirxml_0(); |
| 352 | # [wasm_bindgen (js_namespace = console , js_name = dirxml)] |
| 353 | #[doc = "The `console.dirxml()` function." ] |
| 354 | #[doc = "" ] |
| 355 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)" ] |
| 356 | #[doc = "" ] |
| 357 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 358 | pub fn dirxml_1(data_1: &::wasm_bindgen::JsValue); |
| 359 | # [wasm_bindgen (js_namespace = console , js_name = dirxml)] |
| 360 | #[doc = "The `console.dirxml()` function." ] |
| 361 | #[doc = "" ] |
| 362 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)" ] |
| 363 | #[doc = "" ] |
| 364 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 365 | pub fn dirxml_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 366 | # [wasm_bindgen (js_namespace = console , js_name = dirxml)] |
| 367 | #[doc = "The `console.dirxml()` function." ] |
| 368 | #[doc = "" ] |
| 369 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)" ] |
| 370 | #[doc = "" ] |
| 371 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 372 | pub fn dirxml_3( |
| 373 | data_1: &::wasm_bindgen::JsValue, |
| 374 | data_2: &::wasm_bindgen::JsValue, |
| 375 | data_3: &::wasm_bindgen::JsValue, |
| 376 | ); |
| 377 | # [wasm_bindgen (js_namespace = console , js_name = dirxml)] |
| 378 | #[doc = "The `console.dirxml()` function." ] |
| 379 | #[doc = "" ] |
| 380 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)" ] |
| 381 | #[doc = "" ] |
| 382 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 383 | pub fn dirxml_4( |
| 384 | data_1: &::wasm_bindgen::JsValue, |
| 385 | data_2: &::wasm_bindgen::JsValue, |
| 386 | data_3: &::wasm_bindgen::JsValue, |
| 387 | data_4: &::wasm_bindgen::JsValue, |
| 388 | ); |
| 389 | # [wasm_bindgen (js_namespace = console , js_name = dirxml)] |
| 390 | #[doc = "The `console.dirxml()` function." ] |
| 391 | #[doc = "" ] |
| 392 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)" ] |
| 393 | #[doc = "" ] |
| 394 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 395 | pub fn dirxml_5( |
| 396 | data_1: &::wasm_bindgen::JsValue, |
| 397 | data_2: &::wasm_bindgen::JsValue, |
| 398 | data_3: &::wasm_bindgen::JsValue, |
| 399 | data_4: &::wasm_bindgen::JsValue, |
| 400 | data_5: &::wasm_bindgen::JsValue, |
| 401 | ); |
| 402 | # [wasm_bindgen (js_namespace = console , js_name = dirxml)] |
| 403 | #[doc = "The `console.dirxml()` function." ] |
| 404 | #[doc = "" ] |
| 405 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)" ] |
| 406 | #[doc = "" ] |
| 407 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 408 | pub fn dirxml_6( |
| 409 | data_1: &::wasm_bindgen::JsValue, |
| 410 | data_2: &::wasm_bindgen::JsValue, |
| 411 | data_3: &::wasm_bindgen::JsValue, |
| 412 | data_4: &::wasm_bindgen::JsValue, |
| 413 | data_5: &::wasm_bindgen::JsValue, |
| 414 | data_6: &::wasm_bindgen::JsValue, |
| 415 | ); |
| 416 | # [wasm_bindgen (js_namespace = console , js_name = dirxml)] |
| 417 | #[doc = "The `console.dirxml()` function." ] |
| 418 | #[doc = "" ] |
| 419 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/dirxml)" ] |
| 420 | #[doc = "" ] |
| 421 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 422 | pub fn dirxml_7( |
| 423 | data_1: &::wasm_bindgen::JsValue, |
| 424 | data_2: &::wasm_bindgen::JsValue, |
| 425 | data_3: &::wasm_bindgen::JsValue, |
| 426 | data_4: &::wasm_bindgen::JsValue, |
| 427 | data_5: &::wasm_bindgen::JsValue, |
| 428 | data_6: &::wasm_bindgen::JsValue, |
| 429 | data_7: &::wasm_bindgen::JsValue, |
| 430 | ); |
| 431 | # [wasm_bindgen (variadic , js_namespace = console , js_name = error)] |
| 432 | #[doc = "The `console.error()` function." ] |
| 433 | #[doc = "" ] |
| 434 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)" ] |
| 435 | #[doc = "" ] |
| 436 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 437 | pub fn error(data: &::js_sys::Array); |
| 438 | # [wasm_bindgen (js_namespace = console , js_name = error)] |
| 439 | #[doc = "The `console.error()` function." ] |
| 440 | #[doc = "" ] |
| 441 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)" ] |
| 442 | #[doc = "" ] |
| 443 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 444 | pub fn error_0(); |
| 445 | # [wasm_bindgen (js_namespace = console , js_name = error)] |
| 446 | #[doc = "The `console.error()` function." ] |
| 447 | #[doc = "" ] |
| 448 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)" ] |
| 449 | #[doc = "" ] |
| 450 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 451 | pub fn error_1(data_1: &::wasm_bindgen::JsValue); |
| 452 | # [wasm_bindgen (js_namespace = console , js_name = error)] |
| 453 | #[doc = "The `console.error()` function." ] |
| 454 | #[doc = "" ] |
| 455 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)" ] |
| 456 | #[doc = "" ] |
| 457 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 458 | pub fn error_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 459 | # [wasm_bindgen (js_namespace = console , js_name = error)] |
| 460 | #[doc = "The `console.error()` function." ] |
| 461 | #[doc = "" ] |
| 462 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)" ] |
| 463 | #[doc = "" ] |
| 464 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 465 | pub fn error_3( |
| 466 | data_1: &::wasm_bindgen::JsValue, |
| 467 | data_2: &::wasm_bindgen::JsValue, |
| 468 | data_3: &::wasm_bindgen::JsValue, |
| 469 | ); |
| 470 | # [wasm_bindgen (js_namespace = console , js_name = error)] |
| 471 | #[doc = "The `console.error()` function." ] |
| 472 | #[doc = "" ] |
| 473 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)" ] |
| 474 | #[doc = "" ] |
| 475 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 476 | pub fn error_4( |
| 477 | data_1: &::wasm_bindgen::JsValue, |
| 478 | data_2: &::wasm_bindgen::JsValue, |
| 479 | data_3: &::wasm_bindgen::JsValue, |
| 480 | data_4: &::wasm_bindgen::JsValue, |
| 481 | ); |
| 482 | # [wasm_bindgen (js_namespace = console , js_name = error)] |
| 483 | #[doc = "The `console.error()` function." ] |
| 484 | #[doc = "" ] |
| 485 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)" ] |
| 486 | #[doc = "" ] |
| 487 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 488 | pub fn error_5( |
| 489 | data_1: &::wasm_bindgen::JsValue, |
| 490 | data_2: &::wasm_bindgen::JsValue, |
| 491 | data_3: &::wasm_bindgen::JsValue, |
| 492 | data_4: &::wasm_bindgen::JsValue, |
| 493 | data_5: &::wasm_bindgen::JsValue, |
| 494 | ); |
| 495 | # [wasm_bindgen (js_namespace = console , js_name = error)] |
| 496 | #[doc = "The `console.error()` function." ] |
| 497 | #[doc = "" ] |
| 498 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)" ] |
| 499 | #[doc = "" ] |
| 500 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 501 | pub fn error_6( |
| 502 | data_1: &::wasm_bindgen::JsValue, |
| 503 | data_2: &::wasm_bindgen::JsValue, |
| 504 | data_3: &::wasm_bindgen::JsValue, |
| 505 | data_4: &::wasm_bindgen::JsValue, |
| 506 | data_5: &::wasm_bindgen::JsValue, |
| 507 | data_6: &::wasm_bindgen::JsValue, |
| 508 | ); |
| 509 | # [wasm_bindgen (js_namespace = console , js_name = error)] |
| 510 | #[doc = "The `console.error()` function." ] |
| 511 | #[doc = "" ] |
| 512 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/error)" ] |
| 513 | #[doc = "" ] |
| 514 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 515 | pub fn error_7( |
| 516 | data_1: &::wasm_bindgen::JsValue, |
| 517 | data_2: &::wasm_bindgen::JsValue, |
| 518 | data_3: &::wasm_bindgen::JsValue, |
| 519 | data_4: &::wasm_bindgen::JsValue, |
| 520 | data_5: &::wasm_bindgen::JsValue, |
| 521 | data_6: &::wasm_bindgen::JsValue, |
| 522 | data_7: &::wasm_bindgen::JsValue, |
| 523 | ); |
| 524 | # [wasm_bindgen (variadic , js_namespace = console , js_name = exception)] |
| 525 | #[doc = "The `console.exception()` function." ] |
| 526 | #[doc = "" ] |
| 527 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)" ] |
| 528 | #[doc = "" ] |
| 529 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 530 | pub fn exception(data: &::js_sys::Array); |
| 531 | # [wasm_bindgen (js_namespace = console , js_name = exception)] |
| 532 | #[doc = "The `console.exception()` function." ] |
| 533 | #[doc = "" ] |
| 534 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)" ] |
| 535 | #[doc = "" ] |
| 536 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 537 | pub fn exception_0(); |
| 538 | # [wasm_bindgen (js_namespace = console , js_name = exception)] |
| 539 | #[doc = "The `console.exception()` function." ] |
| 540 | #[doc = "" ] |
| 541 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)" ] |
| 542 | #[doc = "" ] |
| 543 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 544 | pub fn exception_1(data_1: &::wasm_bindgen::JsValue); |
| 545 | # [wasm_bindgen (js_namespace = console , js_name = exception)] |
| 546 | #[doc = "The `console.exception()` function." ] |
| 547 | #[doc = "" ] |
| 548 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)" ] |
| 549 | #[doc = "" ] |
| 550 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 551 | pub fn exception_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 552 | # [wasm_bindgen (js_namespace = console , js_name = exception)] |
| 553 | #[doc = "The `console.exception()` function." ] |
| 554 | #[doc = "" ] |
| 555 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)" ] |
| 556 | #[doc = "" ] |
| 557 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 558 | pub fn exception_3( |
| 559 | data_1: &::wasm_bindgen::JsValue, |
| 560 | data_2: &::wasm_bindgen::JsValue, |
| 561 | data_3: &::wasm_bindgen::JsValue, |
| 562 | ); |
| 563 | # [wasm_bindgen (js_namespace = console , js_name = exception)] |
| 564 | #[doc = "The `console.exception()` function." ] |
| 565 | #[doc = "" ] |
| 566 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)" ] |
| 567 | #[doc = "" ] |
| 568 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 569 | pub fn exception_4( |
| 570 | data_1: &::wasm_bindgen::JsValue, |
| 571 | data_2: &::wasm_bindgen::JsValue, |
| 572 | data_3: &::wasm_bindgen::JsValue, |
| 573 | data_4: &::wasm_bindgen::JsValue, |
| 574 | ); |
| 575 | # [wasm_bindgen (js_namespace = console , js_name = exception)] |
| 576 | #[doc = "The `console.exception()` function." ] |
| 577 | #[doc = "" ] |
| 578 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)" ] |
| 579 | #[doc = "" ] |
| 580 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 581 | pub fn exception_5( |
| 582 | data_1: &::wasm_bindgen::JsValue, |
| 583 | data_2: &::wasm_bindgen::JsValue, |
| 584 | data_3: &::wasm_bindgen::JsValue, |
| 585 | data_4: &::wasm_bindgen::JsValue, |
| 586 | data_5: &::wasm_bindgen::JsValue, |
| 587 | ); |
| 588 | # [wasm_bindgen (js_namespace = console , js_name = exception)] |
| 589 | #[doc = "The `console.exception()` function." ] |
| 590 | #[doc = "" ] |
| 591 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)" ] |
| 592 | #[doc = "" ] |
| 593 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 594 | pub fn exception_6( |
| 595 | data_1: &::wasm_bindgen::JsValue, |
| 596 | data_2: &::wasm_bindgen::JsValue, |
| 597 | data_3: &::wasm_bindgen::JsValue, |
| 598 | data_4: &::wasm_bindgen::JsValue, |
| 599 | data_5: &::wasm_bindgen::JsValue, |
| 600 | data_6: &::wasm_bindgen::JsValue, |
| 601 | ); |
| 602 | # [wasm_bindgen (js_namespace = console , js_name = exception)] |
| 603 | #[doc = "The `console.exception()` function." ] |
| 604 | #[doc = "" ] |
| 605 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/exception)" ] |
| 606 | #[doc = "" ] |
| 607 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 608 | pub fn exception_7( |
| 609 | data_1: &::wasm_bindgen::JsValue, |
| 610 | data_2: &::wasm_bindgen::JsValue, |
| 611 | data_3: &::wasm_bindgen::JsValue, |
| 612 | data_4: &::wasm_bindgen::JsValue, |
| 613 | data_5: &::wasm_bindgen::JsValue, |
| 614 | data_6: &::wasm_bindgen::JsValue, |
| 615 | data_7: &::wasm_bindgen::JsValue, |
| 616 | ); |
| 617 | # [wasm_bindgen (variadic , js_namespace = console , js_name = group)] |
| 618 | #[doc = "The `console.group()` function." ] |
| 619 | #[doc = "" ] |
| 620 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)" ] |
| 621 | #[doc = "" ] |
| 622 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 623 | pub fn group(data: &::js_sys::Array); |
| 624 | # [wasm_bindgen (js_namespace = console , js_name = group)] |
| 625 | #[doc = "The `console.group()` function." ] |
| 626 | #[doc = "" ] |
| 627 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)" ] |
| 628 | #[doc = "" ] |
| 629 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 630 | pub fn group_0(); |
| 631 | # [wasm_bindgen (js_namespace = console , js_name = group)] |
| 632 | #[doc = "The `console.group()` function." ] |
| 633 | #[doc = "" ] |
| 634 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)" ] |
| 635 | #[doc = "" ] |
| 636 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 637 | pub fn group_1(data_1: &::wasm_bindgen::JsValue); |
| 638 | # [wasm_bindgen (js_namespace = console , js_name = group)] |
| 639 | #[doc = "The `console.group()` function." ] |
| 640 | #[doc = "" ] |
| 641 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)" ] |
| 642 | #[doc = "" ] |
| 643 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 644 | pub fn group_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 645 | # [wasm_bindgen (js_namespace = console , js_name = group)] |
| 646 | #[doc = "The `console.group()` function." ] |
| 647 | #[doc = "" ] |
| 648 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)" ] |
| 649 | #[doc = "" ] |
| 650 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 651 | pub fn group_3( |
| 652 | data_1: &::wasm_bindgen::JsValue, |
| 653 | data_2: &::wasm_bindgen::JsValue, |
| 654 | data_3: &::wasm_bindgen::JsValue, |
| 655 | ); |
| 656 | # [wasm_bindgen (js_namespace = console , js_name = group)] |
| 657 | #[doc = "The `console.group()` function." ] |
| 658 | #[doc = "" ] |
| 659 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)" ] |
| 660 | #[doc = "" ] |
| 661 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 662 | pub fn group_4( |
| 663 | data_1: &::wasm_bindgen::JsValue, |
| 664 | data_2: &::wasm_bindgen::JsValue, |
| 665 | data_3: &::wasm_bindgen::JsValue, |
| 666 | data_4: &::wasm_bindgen::JsValue, |
| 667 | ); |
| 668 | # [wasm_bindgen (js_namespace = console , js_name = group)] |
| 669 | #[doc = "The `console.group()` function." ] |
| 670 | #[doc = "" ] |
| 671 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)" ] |
| 672 | #[doc = "" ] |
| 673 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 674 | pub fn group_5( |
| 675 | data_1: &::wasm_bindgen::JsValue, |
| 676 | data_2: &::wasm_bindgen::JsValue, |
| 677 | data_3: &::wasm_bindgen::JsValue, |
| 678 | data_4: &::wasm_bindgen::JsValue, |
| 679 | data_5: &::wasm_bindgen::JsValue, |
| 680 | ); |
| 681 | # [wasm_bindgen (js_namespace = console , js_name = group)] |
| 682 | #[doc = "The `console.group()` function." ] |
| 683 | #[doc = "" ] |
| 684 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)" ] |
| 685 | #[doc = "" ] |
| 686 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 687 | pub fn group_6( |
| 688 | data_1: &::wasm_bindgen::JsValue, |
| 689 | data_2: &::wasm_bindgen::JsValue, |
| 690 | data_3: &::wasm_bindgen::JsValue, |
| 691 | data_4: &::wasm_bindgen::JsValue, |
| 692 | data_5: &::wasm_bindgen::JsValue, |
| 693 | data_6: &::wasm_bindgen::JsValue, |
| 694 | ); |
| 695 | # [wasm_bindgen (js_namespace = console , js_name = group)] |
| 696 | #[doc = "The `console.group()` function." ] |
| 697 | #[doc = "" ] |
| 698 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/group)" ] |
| 699 | #[doc = "" ] |
| 700 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 701 | pub fn group_7( |
| 702 | data_1: &::wasm_bindgen::JsValue, |
| 703 | data_2: &::wasm_bindgen::JsValue, |
| 704 | data_3: &::wasm_bindgen::JsValue, |
| 705 | data_4: &::wasm_bindgen::JsValue, |
| 706 | data_5: &::wasm_bindgen::JsValue, |
| 707 | data_6: &::wasm_bindgen::JsValue, |
| 708 | data_7: &::wasm_bindgen::JsValue, |
| 709 | ); |
| 710 | # [wasm_bindgen (variadic , js_namespace = console , js_name = groupCollapsed)] |
| 711 | #[doc = "The `console.groupCollapsed()` function." ] |
| 712 | #[doc = "" ] |
| 713 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)" ] |
| 714 | #[doc = "" ] |
| 715 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 716 | pub fn group_collapsed(data: &::js_sys::Array); |
| 717 | # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)] |
| 718 | #[doc = "The `console.groupCollapsed()` function." ] |
| 719 | #[doc = "" ] |
| 720 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)" ] |
| 721 | #[doc = "" ] |
| 722 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 723 | pub fn group_collapsed_0(); |
| 724 | # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)] |
| 725 | #[doc = "The `console.groupCollapsed()` function." ] |
| 726 | #[doc = "" ] |
| 727 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)" ] |
| 728 | #[doc = "" ] |
| 729 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 730 | pub fn group_collapsed_1(data_1: &::wasm_bindgen::JsValue); |
| 731 | # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)] |
| 732 | #[doc = "The `console.groupCollapsed()` function." ] |
| 733 | #[doc = "" ] |
| 734 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)" ] |
| 735 | #[doc = "" ] |
| 736 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 737 | pub fn group_collapsed_2( |
| 738 | data_1: &::wasm_bindgen::JsValue, |
| 739 | data_2: &::wasm_bindgen::JsValue, |
| 740 | ); |
| 741 | # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)] |
| 742 | #[doc = "The `console.groupCollapsed()` function." ] |
| 743 | #[doc = "" ] |
| 744 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)" ] |
| 745 | #[doc = "" ] |
| 746 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 747 | pub fn group_collapsed_3( |
| 748 | data_1: &::wasm_bindgen::JsValue, |
| 749 | data_2: &::wasm_bindgen::JsValue, |
| 750 | data_3: &::wasm_bindgen::JsValue, |
| 751 | ); |
| 752 | # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)] |
| 753 | #[doc = "The `console.groupCollapsed()` function." ] |
| 754 | #[doc = "" ] |
| 755 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)" ] |
| 756 | #[doc = "" ] |
| 757 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 758 | pub fn group_collapsed_4( |
| 759 | data_1: &::wasm_bindgen::JsValue, |
| 760 | data_2: &::wasm_bindgen::JsValue, |
| 761 | data_3: &::wasm_bindgen::JsValue, |
| 762 | data_4: &::wasm_bindgen::JsValue, |
| 763 | ); |
| 764 | # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)] |
| 765 | #[doc = "The `console.groupCollapsed()` function." ] |
| 766 | #[doc = "" ] |
| 767 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)" ] |
| 768 | #[doc = "" ] |
| 769 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 770 | pub fn group_collapsed_5( |
| 771 | data_1: &::wasm_bindgen::JsValue, |
| 772 | data_2: &::wasm_bindgen::JsValue, |
| 773 | data_3: &::wasm_bindgen::JsValue, |
| 774 | data_4: &::wasm_bindgen::JsValue, |
| 775 | data_5: &::wasm_bindgen::JsValue, |
| 776 | ); |
| 777 | # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)] |
| 778 | #[doc = "The `console.groupCollapsed()` function." ] |
| 779 | #[doc = "" ] |
| 780 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)" ] |
| 781 | #[doc = "" ] |
| 782 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 783 | pub fn group_collapsed_6( |
| 784 | data_1: &::wasm_bindgen::JsValue, |
| 785 | data_2: &::wasm_bindgen::JsValue, |
| 786 | data_3: &::wasm_bindgen::JsValue, |
| 787 | data_4: &::wasm_bindgen::JsValue, |
| 788 | data_5: &::wasm_bindgen::JsValue, |
| 789 | data_6: &::wasm_bindgen::JsValue, |
| 790 | ); |
| 791 | # [wasm_bindgen (js_namespace = console , js_name = groupCollapsed)] |
| 792 | #[doc = "The `console.groupCollapsed()` function." ] |
| 793 | #[doc = "" ] |
| 794 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupCollapsed)" ] |
| 795 | #[doc = "" ] |
| 796 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 797 | pub fn group_collapsed_7( |
| 798 | data_1: &::wasm_bindgen::JsValue, |
| 799 | data_2: &::wasm_bindgen::JsValue, |
| 800 | data_3: &::wasm_bindgen::JsValue, |
| 801 | data_4: &::wasm_bindgen::JsValue, |
| 802 | data_5: &::wasm_bindgen::JsValue, |
| 803 | data_6: &::wasm_bindgen::JsValue, |
| 804 | data_7: &::wasm_bindgen::JsValue, |
| 805 | ); |
| 806 | # [wasm_bindgen (js_namespace = console , js_name = groupEnd)] |
| 807 | #[doc = "The `console.groupEnd()` function." ] |
| 808 | #[doc = "" ] |
| 809 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/groupEnd)" ] |
| 810 | #[doc = "" ] |
| 811 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 812 | pub fn group_end(); |
| 813 | # [wasm_bindgen (variadic , js_namespace = console , js_name = info)] |
| 814 | #[doc = "The `console.info()` function." ] |
| 815 | #[doc = "" ] |
| 816 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)" ] |
| 817 | #[doc = "" ] |
| 818 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 819 | pub fn info(data: &::js_sys::Array); |
| 820 | # [wasm_bindgen (js_namespace = console , js_name = info)] |
| 821 | #[doc = "The `console.info()` function." ] |
| 822 | #[doc = "" ] |
| 823 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)" ] |
| 824 | #[doc = "" ] |
| 825 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 826 | pub fn info_0(); |
| 827 | # [wasm_bindgen (js_namespace = console , js_name = info)] |
| 828 | #[doc = "The `console.info()` function." ] |
| 829 | #[doc = "" ] |
| 830 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)" ] |
| 831 | #[doc = "" ] |
| 832 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 833 | pub fn info_1(data_1: &::wasm_bindgen::JsValue); |
| 834 | # [wasm_bindgen (js_namespace = console , js_name = info)] |
| 835 | #[doc = "The `console.info()` function." ] |
| 836 | #[doc = "" ] |
| 837 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)" ] |
| 838 | #[doc = "" ] |
| 839 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 840 | pub fn info_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 841 | # [wasm_bindgen (js_namespace = console , js_name = info)] |
| 842 | #[doc = "The `console.info()` function." ] |
| 843 | #[doc = "" ] |
| 844 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)" ] |
| 845 | #[doc = "" ] |
| 846 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 847 | pub fn info_3( |
| 848 | data_1: &::wasm_bindgen::JsValue, |
| 849 | data_2: &::wasm_bindgen::JsValue, |
| 850 | data_3: &::wasm_bindgen::JsValue, |
| 851 | ); |
| 852 | # [wasm_bindgen (js_namespace = console , js_name = info)] |
| 853 | #[doc = "The `console.info()` function." ] |
| 854 | #[doc = "" ] |
| 855 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)" ] |
| 856 | #[doc = "" ] |
| 857 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 858 | pub fn info_4( |
| 859 | data_1: &::wasm_bindgen::JsValue, |
| 860 | data_2: &::wasm_bindgen::JsValue, |
| 861 | data_3: &::wasm_bindgen::JsValue, |
| 862 | data_4: &::wasm_bindgen::JsValue, |
| 863 | ); |
| 864 | # [wasm_bindgen (js_namespace = console , js_name = info)] |
| 865 | #[doc = "The `console.info()` function." ] |
| 866 | #[doc = "" ] |
| 867 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)" ] |
| 868 | #[doc = "" ] |
| 869 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 870 | pub fn info_5( |
| 871 | data_1: &::wasm_bindgen::JsValue, |
| 872 | data_2: &::wasm_bindgen::JsValue, |
| 873 | data_3: &::wasm_bindgen::JsValue, |
| 874 | data_4: &::wasm_bindgen::JsValue, |
| 875 | data_5: &::wasm_bindgen::JsValue, |
| 876 | ); |
| 877 | # [wasm_bindgen (js_namespace = console , js_name = info)] |
| 878 | #[doc = "The `console.info()` function." ] |
| 879 | #[doc = "" ] |
| 880 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)" ] |
| 881 | #[doc = "" ] |
| 882 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 883 | pub fn info_6( |
| 884 | data_1: &::wasm_bindgen::JsValue, |
| 885 | data_2: &::wasm_bindgen::JsValue, |
| 886 | data_3: &::wasm_bindgen::JsValue, |
| 887 | data_4: &::wasm_bindgen::JsValue, |
| 888 | data_5: &::wasm_bindgen::JsValue, |
| 889 | data_6: &::wasm_bindgen::JsValue, |
| 890 | ); |
| 891 | # [wasm_bindgen (js_namespace = console , js_name = info)] |
| 892 | #[doc = "The `console.info()` function." ] |
| 893 | #[doc = "" ] |
| 894 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/info)" ] |
| 895 | #[doc = "" ] |
| 896 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 897 | pub fn info_7( |
| 898 | data_1: &::wasm_bindgen::JsValue, |
| 899 | data_2: &::wasm_bindgen::JsValue, |
| 900 | data_3: &::wasm_bindgen::JsValue, |
| 901 | data_4: &::wasm_bindgen::JsValue, |
| 902 | data_5: &::wasm_bindgen::JsValue, |
| 903 | data_6: &::wasm_bindgen::JsValue, |
| 904 | data_7: &::wasm_bindgen::JsValue, |
| 905 | ); |
| 906 | # [wasm_bindgen (variadic , js_namespace = console , js_name = log)] |
| 907 | #[doc = "The `console.log()` function." ] |
| 908 | #[doc = "" ] |
| 909 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)" ] |
| 910 | #[doc = "" ] |
| 911 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 912 | pub fn log(data: &::js_sys::Array); |
| 913 | # [wasm_bindgen (js_namespace = console , js_name = log)] |
| 914 | #[doc = "The `console.log()` function." ] |
| 915 | #[doc = "" ] |
| 916 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)" ] |
| 917 | #[doc = "" ] |
| 918 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 919 | pub fn log_0(); |
| 920 | # [wasm_bindgen (js_namespace = console , js_name = log)] |
| 921 | #[doc = "The `console.log()` function." ] |
| 922 | #[doc = "" ] |
| 923 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)" ] |
| 924 | #[doc = "" ] |
| 925 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 926 | pub fn log_1(data_1: &::wasm_bindgen::JsValue); |
| 927 | # [wasm_bindgen (js_namespace = console , js_name = log)] |
| 928 | #[doc = "The `console.log()` function." ] |
| 929 | #[doc = "" ] |
| 930 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)" ] |
| 931 | #[doc = "" ] |
| 932 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 933 | pub fn log_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 934 | # [wasm_bindgen (js_namespace = console , js_name = log)] |
| 935 | #[doc = "The `console.log()` function." ] |
| 936 | #[doc = "" ] |
| 937 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)" ] |
| 938 | #[doc = "" ] |
| 939 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 940 | pub fn log_3( |
| 941 | data_1: &::wasm_bindgen::JsValue, |
| 942 | data_2: &::wasm_bindgen::JsValue, |
| 943 | data_3: &::wasm_bindgen::JsValue, |
| 944 | ); |
| 945 | # [wasm_bindgen (js_namespace = console , js_name = log)] |
| 946 | #[doc = "The `console.log()` function." ] |
| 947 | #[doc = "" ] |
| 948 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)" ] |
| 949 | #[doc = "" ] |
| 950 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 951 | pub fn log_4( |
| 952 | data_1: &::wasm_bindgen::JsValue, |
| 953 | data_2: &::wasm_bindgen::JsValue, |
| 954 | data_3: &::wasm_bindgen::JsValue, |
| 955 | data_4: &::wasm_bindgen::JsValue, |
| 956 | ); |
| 957 | # [wasm_bindgen (js_namespace = console , js_name = log)] |
| 958 | #[doc = "The `console.log()` function." ] |
| 959 | #[doc = "" ] |
| 960 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)" ] |
| 961 | #[doc = "" ] |
| 962 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 963 | pub fn log_5( |
| 964 | data_1: &::wasm_bindgen::JsValue, |
| 965 | data_2: &::wasm_bindgen::JsValue, |
| 966 | data_3: &::wasm_bindgen::JsValue, |
| 967 | data_4: &::wasm_bindgen::JsValue, |
| 968 | data_5: &::wasm_bindgen::JsValue, |
| 969 | ); |
| 970 | # [wasm_bindgen (js_namespace = console , js_name = log)] |
| 971 | #[doc = "The `console.log()` function." ] |
| 972 | #[doc = "" ] |
| 973 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)" ] |
| 974 | #[doc = "" ] |
| 975 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 976 | pub fn log_6( |
| 977 | data_1: &::wasm_bindgen::JsValue, |
| 978 | data_2: &::wasm_bindgen::JsValue, |
| 979 | data_3: &::wasm_bindgen::JsValue, |
| 980 | data_4: &::wasm_bindgen::JsValue, |
| 981 | data_5: &::wasm_bindgen::JsValue, |
| 982 | data_6: &::wasm_bindgen::JsValue, |
| 983 | ); |
| 984 | # [wasm_bindgen (js_namespace = console , js_name = log)] |
| 985 | #[doc = "The `console.log()` function." ] |
| 986 | #[doc = "" ] |
| 987 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/log)" ] |
| 988 | #[doc = "" ] |
| 989 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 990 | pub fn log_7( |
| 991 | data_1: &::wasm_bindgen::JsValue, |
| 992 | data_2: &::wasm_bindgen::JsValue, |
| 993 | data_3: &::wasm_bindgen::JsValue, |
| 994 | data_4: &::wasm_bindgen::JsValue, |
| 995 | data_5: &::wasm_bindgen::JsValue, |
| 996 | data_6: &::wasm_bindgen::JsValue, |
| 997 | data_7: &::wasm_bindgen::JsValue, |
| 998 | ); |
| 999 | # [wasm_bindgen (variadic , js_namespace = console , js_name = profile)] |
| 1000 | #[doc = "The `console.profile()` function." ] |
| 1001 | #[doc = "" ] |
| 1002 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)" ] |
| 1003 | #[doc = "" ] |
| 1004 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1005 | pub fn profile(data: &::js_sys::Array); |
| 1006 | # [wasm_bindgen (js_namespace = console , js_name = profile)] |
| 1007 | #[doc = "The `console.profile()` function." ] |
| 1008 | #[doc = "" ] |
| 1009 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)" ] |
| 1010 | #[doc = "" ] |
| 1011 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1012 | pub fn profile_0(); |
| 1013 | # [wasm_bindgen (js_namespace = console , js_name = profile)] |
| 1014 | #[doc = "The `console.profile()` function." ] |
| 1015 | #[doc = "" ] |
| 1016 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)" ] |
| 1017 | #[doc = "" ] |
| 1018 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1019 | pub fn profile_1(data_1: &::wasm_bindgen::JsValue); |
| 1020 | # [wasm_bindgen (js_namespace = console , js_name = profile)] |
| 1021 | #[doc = "The `console.profile()` function." ] |
| 1022 | #[doc = "" ] |
| 1023 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)" ] |
| 1024 | #[doc = "" ] |
| 1025 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1026 | pub fn profile_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 1027 | # [wasm_bindgen (js_namespace = console , js_name = profile)] |
| 1028 | #[doc = "The `console.profile()` function." ] |
| 1029 | #[doc = "" ] |
| 1030 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)" ] |
| 1031 | #[doc = "" ] |
| 1032 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1033 | pub fn profile_3( |
| 1034 | data_1: &::wasm_bindgen::JsValue, |
| 1035 | data_2: &::wasm_bindgen::JsValue, |
| 1036 | data_3: &::wasm_bindgen::JsValue, |
| 1037 | ); |
| 1038 | # [wasm_bindgen (js_namespace = console , js_name = profile)] |
| 1039 | #[doc = "The `console.profile()` function." ] |
| 1040 | #[doc = "" ] |
| 1041 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)" ] |
| 1042 | #[doc = "" ] |
| 1043 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1044 | pub fn profile_4( |
| 1045 | data_1: &::wasm_bindgen::JsValue, |
| 1046 | data_2: &::wasm_bindgen::JsValue, |
| 1047 | data_3: &::wasm_bindgen::JsValue, |
| 1048 | data_4: &::wasm_bindgen::JsValue, |
| 1049 | ); |
| 1050 | # [wasm_bindgen (js_namespace = console , js_name = profile)] |
| 1051 | #[doc = "The `console.profile()` function." ] |
| 1052 | #[doc = "" ] |
| 1053 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)" ] |
| 1054 | #[doc = "" ] |
| 1055 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1056 | pub fn profile_5( |
| 1057 | data_1: &::wasm_bindgen::JsValue, |
| 1058 | data_2: &::wasm_bindgen::JsValue, |
| 1059 | data_3: &::wasm_bindgen::JsValue, |
| 1060 | data_4: &::wasm_bindgen::JsValue, |
| 1061 | data_5: &::wasm_bindgen::JsValue, |
| 1062 | ); |
| 1063 | # [wasm_bindgen (js_namespace = console , js_name = profile)] |
| 1064 | #[doc = "The `console.profile()` function." ] |
| 1065 | #[doc = "" ] |
| 1066 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)" ] |
| 1067 | #[doc = "" ] |
| 1068 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1069 | pub fn profile_6( |
| 1070 | data_1: &::wasm_bindgen::JsValue, |
| 1071 | data_2: &::wasm_bindgen::JsValue, |
| 1072 | data_3: &::wasm_bindgen::JsValue, |
| 1073 | data_4: &::wasm_bindgen::JsValue, |
| 1074 | data_5: &::wasm_bindgen::JsValue, |
| 1075 | data_6: &::wasm_bindgen::JsValue, |
| 1076 | ); |
| 1077 | # [wasm_bindgen (js_namespace = console , js_name = profile)] |
| 1078 | #[doc = "The `console.profile()` function." ] |
| 1079 | #[doc = "" ] |
| 1080 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profile)" ] |
| 1081 | #[doc = "" ] |
| 1082 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1083 | pub fn profile_7( |
| 1084 | data_1: &::wasm_bindgen::JsValue, |
| 1085 | data_2: &::wasm_bindgen::JsValue, |
| 1086 | data_3: &::wasm_bindgen::JsValue, |
| 1087 | data_4: &::wasm_bindgen::JsValue, |
| 1088 | data_5: &::wasm_bindgen::JsValue, |
| 1089 | data_6: &::wasm_bindgen::JsValue, |
| 1090 | data_7: &::wasm_bindgen::JsValue, |
| 1091 | ); |
| 1092 | # [wasm_bindgen (variadic , js_namespace = console , js_name = profileEnd)] |
| 1093 | #[doc = "The `console.profileEnd()` function." ] |
| 1094 | #[doc = "" ] |
| 1095 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)" ] |
| 1096 | #[doc = "" ] |
| 1097 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1098 | pub fn profile_end(data: &::js_sys::Array); |
| 1099 | # [wasm_bindgen (js_namespace = console , js_name = profileEnd)] |
| 1100 | #[doc = "The `console.profileEnd()` function." ] |
| 1101 | #[doc = "" ] |
| 1102 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)" ] |
| 1103 | #[doc = "" ] |
| 1104 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1105 | pub fn profile_end_0(); |
| 1106 | # [wasm_bindgen (js_namespace = console , js_name = profileEnd)] |
| 1107 | #[doc = "The `console.profileEnd()` function." ] |
| 1108 | #[doc = "" ] |
| 1109 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)" ] |
| 1110 | #[doc = "" ] |
| 1111 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1112 | pub fn profile_end_1(data_1: &::wasm_bindgen::JsValue); |
| 1113 | # [wasm_bindgen (js_namespace = console , js_name = profileEnd)] |
| 1114 | #[doc = "The `console.profileEnd()` function." ] |
| 1115 | #[doc = "" ] |
| 1116 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)" ] |
| 1117 | #[doc = "" ] |
| 1118 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1119 | pub fn profile_end_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 1120 | # [wasm_bindgen (js_namespace = console , js_name = profileEnd)] |
| 1121 | #[doc = "The `console.profileEnd()` function." ] |
| 1122 | #[doc = "" ] |
| 1123 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)" ] |
| 1124 | #[doc = "" ] |
| 1125 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1126 | pub fn profile_end_3( |
| 1127 | data_1: &::wasm_bindgen::JsValue, |
| 1128 | data_2: &::wasm_bindgen::JsValue, |
| 1129 | data_3: &::wasm_bindgen::JsValue, |
| 1130 | ); |
| 1131 | # [wasm_bindgen (js_namespace = console , js_name = profileEnd)] |
| 1132 | #[doc = "The `console.profileEnd()` function." ] |
| 1133 | #[doc = "" ] |
| 1134 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)" ] |
| 1135 | #[doc = "" ] |
| 1136 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1137 | pub fn profile_end_4( |
| 1138 | data_1: &::wasm_bindgen::JsValue, |
| 1139 | data_2: &::wasm_bindgen::JsValue, |
| 1140 | data_3: &::wasm_bindgen::JsValue, |
| 1141 | data_4: &::wasm_bindgen::JsValue, |
| 1142 | ); |
| 1143 | # [wasm_bindgen (js_namespace = console , js_name = profileEnd)] |
| 1144 | #[doc = "The `console.profileEnd()` function." ] |
| 1145 | #[doc = "" ] |
| 1146 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)" ] |
| 1147 | #[doc = "" ] |
| 1148 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1149 | pub fn profile_end_5( |
| 1150 | data_1: &::wasm_bindgen::JsValue, |
| 1151 | data_2: &::wasm_bindgen::JsValue, |
| 1152 | data_3: &::wasm_bindgen::JsValue, |
| 1153 | data_4: &::wasm_bindgen::JsValue, |
| 1154 | data_5: &::wasm_bindgen::JsValue, |
| 1155 | ); |
| 1156 | # [wasm_bindgen (js_namespace = console , js_name = profileEnd)] |
| 1157 | #[doc = "The `console.profileEnd()` function." ] |
| 1158 | #[doc = "" ] |
| 1159 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)" ] |
| 1160 | #[doc = "" ] |
| 1161 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1162 | pub fn profile_end_6( |
| 1163 | data_1: &::wasm_bindgen::JsValue, |
| 1164 | data_2: &::wasm_bindgen::JsValue, |
| 1165 | data_3: &::wasm_bindgen::JsValue, |
| 1166 | data_4: &::wasm_bindgen::JsValue, |
| 1167 | data_5: &::wasm_bindgen::JsValue, |
| 1168 | data_6: &::wasm_bindgen::JsValue, |
| 1169 | ); |
| 1170 | # [wasm_bindgen (js_namespace = console , js_name = profileEnd)] |
| 1171 | #[doc = "The `console.profileEnd()` function." ] |
| 1172 | #[doc = "" ] |
| 1173 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/profileEnd)" ] |
| 1174 | #[doc = "" ] |
| 1175 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1176 | pub fn profile_end_7( |
| 1177 | data_1: &::wasm_bindgen::JsValue, |
| 1178 | data_2: &::wasm_bindgen::JsValue, |
| 1179 | data_3: &::wasm_bindgen::JsValue, |
| 1180 | data_4: &::wasm_bindgen::JsValue, |
| 1181 | data_5: &::wasm_bindgen::JsValue, |
| 1182 | data_6: &::wasm_bindgen::JsValue, |
| 1183 | data_7: &::wasm_bindgen::JsValue, |
| 1184 | ); |
| 1185 | # [wasm_bindgen (variadic , js_namespace = console , js_name = table)] |
| 1186 | #[doc = "The `console.table()` function." ] |
| 1187 | #[doc = "" ] |
| 1188 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)" ] |
| 1189 | #[doc = "" ] |
| 1190 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1191 | pub fn table(data: &::js_sys::Array); |
| 1192 | # [wasm_bindgen (js_namespace = console , js_name = table)] |
| 1193 | #[doc = "The `console.table()` function." ] |
| 1194 | #[doc = "" ] |
| 1195 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)" ] |
| 1196 | #[doc = "" ] |
| 1197 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1198 | pub fn table_0(); |
| 1199 | # [wasm_bindgen (js_namespace = console , js_name = table)] |
| 1200 | #[doc = "The `console.table()` function." ] |
| 1201 | #[doc = "" ] |
| 1202 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)" ] |
| 1203 | #[doc = "" ] |
| 1204 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1205 | pub fn table_1(data_1: &::wasm_bindgen::JsValue); |
| 1206 | # [wasm_bindgen (js_namespace = console , js_name = table)] |
| 1207 | #[doc = "The `console.table()` function." ] |
| 1208 | #[doc = "" ] |
| 1209 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)" ] |
| 1210 | #[doc = "" ] |
| 1211 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1212 | pub fn table_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 1213 | # [wasm_bindgen (js_namespace = console , js_name = table)] |
| 1214 | #[doc = "The `console.table()` function." ] |
| 1215 | #[doc = "" ] |
| 1216 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)" ] |
| 1217 | #[doc = "" ] |
| 1218 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1219 | pub fn table_3( |
| 1220 | data_1: &::wasm_bindgen::JsValue, |
| 1221 | data_2: &::wasm_bindgen::JsValue, |
| 1222 | data_3: &::wasm_bindgen::JsValue, |
| 1223 | ); |
| 1224 | # [wasm_bindgen (js_namespace = console , js_name = table)] |
| 1225 | #[doc = "The `console.table()` function." ] |
| 1226 | #[doc = "" ] |
| 1227 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)" ] |
| 1228 | #[doc = "" ] |
| 1229 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1230 | pub fn table_4( |
| 1231 | data_1: &::wasm_bindgen::JsValue, |
| 1232 | data_2: &::wasm_bindgen::JsValue, |
| 1233 | data_3: &::wasm_bindgen::JsValue, |
| 1234 | data_4: &::wasm_bindgen::JsValue, |
| 1235 | ); |
| 1236 | # [wasm_bindgen (js_namespace = console , js_name = table)] |
| 1237 | #[doc = "The `console.table()` function." ] |
| 1238 | #[doc = "" ] |
| 1239 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)" ] |
| 1240 | #[doc = "" ] |
| 1241 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1242 | pub fn table_5( |
| 1243 | data_1: &::wasm_bindgen::JsValue, |
| 1244 | data_2: &::wasm_bindgen::JsValue, |
| 1245 | data_3: &::wasm_bindgen::JsValue, |
| 1246 | data_4: &::wasm_bindgen::JsValue, |
| 1247 | data_5: &::wasm_bindgen::JsValue, |
| 1248 | ); |
| 1249 | # [wasm_bindgen (js_namespace = console , js_name = table)] |
| 1250 | #[doc = "The `console.table()` function." ] |
| 1251 | #[doc = "" ] |
| 1252 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)" ] |
| 1253 | #[doc = "" ] |
| 1254 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1255 | pub fn table_6( |
| 1256 | data_1: &::wasm_bindgen::JsValue, |
| 1257 | data_2: &::wasm_bindgen::JsValue, |
| 1258 | data_3: &::wasm_bindgen::JsValue, |
| 1259 | data_4: &::wasm_bindgen::JsValue, |
| 1260 | data_5: &::wasm_bindgen::JsValue, |
| 1261 | data_6: &::wasm_bindgen::JsValue, |
| 1262 | ); |
| 1263 | # [wasm_bindgen (js_namespace = console , js_name = table)] |
| 1264 | #[doc = "The `console.table()` function." ] |
| 1265 | #[doc = "" ] |
| 1266 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/table)" ] |
| 1267 | #[doc = "" ] |
| 1268 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1269 | pub fn table_7( |
| 1270 | data_1: &::wasm_bindgen::JsValue, |
| 1271 | data_2: &::wasm_bindgen::JsValue, |
| 1272 | data_3: &::wasm_bindgen::JsValue, |
| 1273 | data_4: &::wasm_bindgen::JsValue, |
| 1274 | data_5: &::wasm_bindgen::JsValue, |
| 1275 | data_6: &::wasm_bindgen::JsValue, |
| 1276 | data_7: &::wasm_bindgen::JsValue, |
| 1277 | ); |
| 1278 | # [wasm_bindgen (js_namespace = console , js_name = time)] |
| 1279 | #[doc = "The `console.time()` function." ] |
| 1280 | #[doc = "" ] |
| 1281 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/time)" ] |
| 1282 | #[doc = "" ] |
| 1283 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1284 | pub fn time(); |
| 1285 | # [wasm_bindgen (js_namespace = console , js_name = time)] |
| 1286 | #[doc = "The `console.time()` function." ] |
| 1287 | #[doc = "" ] |
| 1288 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/time)" ] |
| 1289 | #[doc = "" ] |
| 1290 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1291 | pub fn time_with_label(label: &str); |
| 1292 | # [wasm_bindgen (js_namespace = console , js_name = timeEnd)] |
| 1293 | #[doc = "The `console.timeEnd()` function." ] |
| 1294 | #[doc = "" ] |
| 1295 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeEnd)" ] |
| 1296 | #[doc = "" ] |
| 1297 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1298 | pub fn time_end(); |
| 1299 | # [wasm_bindgen (js_namespace = console , js_name = timeEnd)] |
| 1300 | #[doc = "The `console.timeEnd()` function." ] |
| 1301 | #[doc = "" ] |
| 1302 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeEnd)" ] |
| 1303 | #[doc = "" ] |
| 1304 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1305 | pub fn time_end_with_label(label: &str); |
| 1306 | # [wasm_bindgen (js_namespace = console , js_name = timeLog)] |
| 1307 | #[doc = "The `console.timeLog()` function." ] |
| 1308 | #[doc = "" ] |
| 1309 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)" ] |
| 1310 | #[doc = "" ] |
| 1311 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1312 | pub fn time_log(); |
| 1313 | # [wasm_bindgen (variadic , js_namespace = console , js_name = timeLog)] |
| 1314 | #[doc = "The `console.timeLog()` function." ] |
| 1315 | #[doc = "" ] |
| 1316 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)" ] |
| 1317 | #[doc = "" ] |
| 1318 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1319 | pub fn time_log_with_label_and_data(label: &str, data: &::js_sys::Array); |
| 1320 | # [wasm_bindgen (js_namespace = console , js_name = timeLog)] |
| 1321 | #[doc = "The `console.timeLog()` function." ] |
| 1322 | #[doc = "" ] |
| 1323 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)" ] |
| 1324 | #[doc = "" ] |
| 1325 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1326 | pub fn time_log_with_label_and_data_0(label: &str); |
| 1327 | # [wasm_bindgen (js_namespace = console , js_name = timeLog)] |
| 1328 | #[doc = "The `console.timeLog()` function." ] |
| 1329 | #[doc = "" ] |
| 1330 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)" ] |
| 1331 | #[doc = "" ] |
| 1332 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1333 | pub fn time_log_with_label_and_data_1(label: &str, data_1: &::wasm_bindgen::JsValue); |
| 1334 | # [wasm_bindgen (js_namespace = console , js_name = timeLog)] |
| 1335 | #[doc = "The `console.timeLog()` function." ] |
| 1336 | #[doc = "" ] |
| 1337 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)" ] |
| 1338 | #[doc = "" ] |
| 1339 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1340 | pub fn time_log_with_label_and_data_2( |
| 1341 | label: &str, |
| 1342 | data_1: &::wasm_bindgen::JsValue, |
| 1343 | data_2: &::wasm_bindgen::JsValue, |
| 1344 | ); |
| 1345 | # [wasm_bindgen (js_namespace = console , js_name = timeLog)] |
| 1346 | #[doc = "The `console.timeLog()` function." ] |
| 1347 | #[doc = "" ] |
| 1348 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)" ] |
| 1349 | #[doc = "" ] |
| 1350 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1351 | pub fn time_log_with_label_and_data_3( |
| 1352 | label: &str, |
| 1353 | data_1: &::wasm_bindgen::JsValue, |
| 1354 | data_2: &::wasm_bindgen::JsValue, |
| 1355 | data_3: &::wasm_bindgen::JsValue, |
| 1356 | ); |
| 1357 | # [wasm_bindgen (js_namespace = console , js_name = timeLog)] |
| 1358 | #[doc = "The `console.timeLog()` function." ] |
| 1359 | #[doc = "" ] |
| 1360 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)" ] |
| 1361 | #[doc = "" ] |
| 1362 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1363 | pub fn time_log_with_label_and_data_4( |
| 1364 | label: &str, |
| 1365 | data_1: &::wasm_bindgen::JsValue, |
| 1366 | data_2: &::wasm_bindgen::JsValue, |
| 1367 | data_3: &::wasm_bindgen::JsValue, |
| 1368 | data_4: &::wasm_bindgen::JsValue, |
| 1369 | ); |
| 1370 | # [wasm_bindgen (js_namespace = console , js_name = timeLog)] |
| 1371 | #[doc = "The `console.timeLog()` function." ] |
| 1372 | #[doc = "" ] |
| 1373 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)" ] |
| 1374 | #[doc = "" ] |
| 1375 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1376 | pub fn time_log_with_label_and_data_5( |
| 1377 | label: &str, |
| 1378 | data_1: &::wasm_bindgen::JsValue, |
| 1379 | data_2: &::wasm_bindgen::JsValue, |
| 1380 | data_3: &::wasm_bindgen::JsValue, |
| 1381 | data_4: &::wasm_bindgen::JsValue, |
| 1382 | data_5: &::wasm_bindgen::JsValue, |
| 1383 | ); |
| 1384 | # [wasm_bindgen (js_namespace = console , js_name = timeLog)] |
| 1385 | #[doc = "The `console.timeLog()` function." ] |
| 1386 | #[doc = "" ] |
| 1387 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)" ] |
| 1388 | #[doc = "" ] |
| 1389 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1390 | pub fn time_log_with_label_and_data_6( |
| 1391 | label: &str, |
| 1392 | data_1: &::wasm_bindgen::JsValue, |
| 1393 | data_2: &::wasm_bindgen::JsValue, |
| 1394 | data_3: &::wasm_bindgen::JsValue, |
| 1395 | data_4: &::wasm_bindgen::JsValue, |
| 1396 | data_5: &::wasm_bindgen::JsValue, |
| 1397 | data_6: &::wasm_bindgen::JsValue, |
| 1398 | ); |
| 1399 | # [wasm_bindgen (js_namespace = console , js_name = timeLog)] |
| 1400 | #[doc = "The `console.timeLog()` function." ] |
| 1401 | #[doc = "" ] |
| 1402 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeLog)" ] |
| 1403 | #[doc = "" ] |
| 1404 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1405 | pub fn time_log_with_label_and_data_7( |
| 1406 | label: &str, |
| 1407 | data_1: &::wasm_bindgen::JsValue, |
| 1408 | data_2: &::wasm_bindgen::JsValue, |
| 1409 | data_3: &::wasm_bindgen::JsValue, |
| 1410 | data_4: &::wasm_bindgen::JsValue, |
| 1411 | data_5: &::wasm_bindgen::JsValue, |
| 1412 | data_6: &::wasm_bindgen::JsValue, |
| 1413 | data_7: &::wasm_bindgen::JsValue, |
| 1414 | ); |
| 1415 | # [wasm_bindgen (js_namespace = console , js_name = timeStamp)] |
| 1416 | #[doc = "The `console.timeStamp()` function." ] |
| 1417 | #[doc = "" ] |
| 1418 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeStamp)" ] |
| 1419 | #[doc = "" ] |
| 1420 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1421 | pub fn time_stamp(); |
| 1422 | # [wasm_bindgen (js_namespace = console , js_name = timeStamp)] |
| 1423 | #[doc = "The `console.timeStamp()` function." ] |
| 1424 | #[doc = "" ] |
| 1425 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/timeStamp)" ] |
| 1426 | #[doc = "" ] |
| 1427 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1428 | pub fn time_stamp_with_data(data: &::wasm_bindgen::JsValue); |
| 1429 | # [wasm_bindgen (variadic , js_namespace = console , js_name = trace)] |
| 1430 | #[doc = "The `console.trace()` function." ] |
| 1431 | #[doc = "" ] |
| 1432 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)" ] |
| 1433 | #[doc = "" ] |
| 1434 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1435 | pub fn trace(data: &::js_sys::Array); |
| 1436 | # [wasm_bindgen (js_namespace = console , js_name = trace)] |
| 1437 | #[doc = "The `console.trace()` function." ] |
| 1438 | #[doc = "" ] |
| 1439 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)" ] |
| 1440 | #[doc = "" ] |
| 1441 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1442 | pub fn trace_0(); |
| 1443 | # [wasm_bindgen (js_namespace = console , js_name = trace)] |
| 1444 | #[doc = "The `console.trace()` function." ] |
| 1445 | #[doc = "" ] |
| 1446 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)" ] |
| 1447 | #[doc = "" ] |
| 1448 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1449 | pub fn trace_1(data_1: &::wasm_bindgen::JsValue); |
| 1450 | # [wasm_bindgen (js_namespace = console , js_name = trace)] |
| 1451 | #[doc = "The `console.trace()` function." ] |
| 1452 | #[doc = "" ] |
| 1453 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)" ] |
| 1454 | #[doc = "" ] |
| 1455 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1456 | pub fn trace_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 1457 | # [wasm_bindgen (js_namespace = console , js_name = trace)] |
| 1458 | #[doc = "The `console.trace()` function." ] |
| 1459 | #[doc = "" ] |
| 1460 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)" ] |
| 1461 | #[doc = "" ] |
| 1462 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1463 | pub fn trace_3( |
| 1464 | data_1: &::wasm_bindgen::JsValue, |
| 1465 | data_2: &::wasm_bindgen::JsValue, |
| 1466 | data_3: &::wasm_bindgen::JsValue, |
| 1467 | ); |
| 1468 | # [wasm_bindgen (js_namespace = console , js_name = trace)] |
| 1469 | #[doc = "The `console.trace()` function." ] |
| 1470 | #[doc = "" ] |
| 1471 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)" ] |
| 1472 | #[doc = "" ] |
| 1473 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1474 | pub fn trace_4( |
| 1475 | data_1: &::wasm_bindgen::JsValue, |
| 1476 | data_2: &::wasm_bindgen::JsValue, |
| 1477 | data_3: &::wasm_bindgen::JsValue, |
| 1478 | data_4: &::wasm_bindgen::JsValue, |
| 1479 | ); |
| 1480 | # [wasm_bindgen (js_namespace = console , js_name = trace)] |
| 1481 | #[doc = "The `console.trace()` function." ] |
| 1482 | #[doc = "" ] |
| 1483 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)" ] |
| 1484 | #[doc = "" ] |
| 1485 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1486 | pub fn trace_5( |
| 1487 | data_1: &::wasm_bindgen::JsValue, |
| 1488 | data_2: &::wasm_bindgen::JsValue, |
| 1489 | data_3: &::wasm_bindgen::JsValue, |
| 1490 | data_4: &::wasm_bindgen::JsValue, |
| 1491 | data_5: &::wasm_bindgen::JsValue, |
| 1492 | ); |
| 1493 | # [wasm_bindgen (js_namespace = console , js_name = trace)] |
| 1494 | #[doc = "The `console.trace()` function." ] |
| 1495 | #[doc = "" ] |
| 1496 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)" ] |
| 1497 | #[doc = "" ] |
| 1498 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1499 | pub fn trace_6( |
| 1500 | data_1: &::wasm_bindgen::JsValue, |
| 1501 | data_2: &::wasm_bindgen::JsValue, |
| 1502 | data_3: &::wasm_bindgen::JsValue, |
| 1503 | data_4: &::wasm_bindgen::JsValue, |
| 1504 | data_5: &::wasm_bindgen::JsValue, |
| 1505 | data_6: &::wasm_bindgen::JsValue, |
| 1506 | ); |
| 1507 | # [wasm_bindgen (js_namespace = console , js_name = trace)] |
| 1508 | #[doc = "The `console.trace()` function." ] |
| 1509 | #[doc = "" ] |
| 1510 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/trace)" ] |
| 1511 | #[doc = "" ] |
| 1512 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1513 | pub fn trace_7( |
| 1514 | data_1: &::wasm_bindgen::JsValue, |
| 1515 | data_2: &::wasm_bindgen::JsValue, |
| 1516 | data_3: &::wasm_bindgen::JsValue, |
| 1517 | data_4: &::wasm_bindgen::JsValue, |
| 1518 | data_5: &::wasm_bindgen::JsValue, |
| 1519 | data_6: &::wasm_bindgen::JsValue, |
| 1520 | data_7: &::wasm_bindgen::JsValue, |
| 1521 | ); |
| 1522 | # [wasm_bindgen (variadic , js_namespace = console , js_name = warn)] |
| 1523 | #[doc = "The `console.warn()` function." ] |
| 1524 | #[doc = "" ] |
| 1525 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)" ] |
| 1526 | #[doc = "" ] |
| 1527 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1528 | pub fn warn(data: &::js_sys::Array); |
| 1529 | # [wasm_bindgen (js_namespace = console , js_name = warn)] |
| 1530 | #[doc = "The `console.warn()` function." ] |
| 1531 | #[doc = "" ] |
| 1532 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)" ] |
| 1533 | #[doc = "" ] |
| 1534 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1535 | pub fn warn_0(); |
| 1536 | # [wasm_bindgen (js_namespace = console , js_name = warn)] |
| 1537 | #[doc = "The `console.warn()` function." ] |
| 1538 | #[doc = "" ] |
| 1539 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)" ] |
| 1540 | #[doc = "" ] |
| 1541 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1542 | pub fn warn_1(data_1: &::wasm_bindgen::JsValue); |
| 1543 | # [wasm_bindgen (js_namespace = console , js_name = warn)] |
| 1544 | #[doc = "The `console.warn()` function." ] |
| 1545 | #[doc = "" ] |
| 1546 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)" ] |
| 1547 | #[doc = "" ] |
| 1548 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1549 | pub fn warn_2(data_1: &::wasm_bindgen::JsValue, data_2: &::wasm_bindgen::JsValue); |
| 1550 | # [wasm_bindgen (js_namespace = console , js_name = warn)] |
| 1551 | #[doc = "The `console.warn()` function." ] |
| 1552 | #[doc = "" ] |
| 1553 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)" ] |
| 1554 | #[doc = "" ] |
| 1555 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1556 | pub fn warn_3( |
| 1557 | data_1: &::wasm_bindgen::JsValue, |
| 1558 | data_2: &::wasm_bindgen::JsValue, |
| 1559 | data_3: &::wasm_bindgen::JsValue, |
| 1560 | ); |
| 1561 | # [wasm_bindgen (js_namespace = console , js_name = warn)] |
| 1562 | #[doc = "The `console.warn()` function." ] |
| 1563 | #[doc = "" ] |
| 1564 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)" ] |
| 1565 | #[doc = "" ] |
| 1566 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1567 | pub fn warn_4( |
| 1568 | data_1: &::wasm_bindgen::JsValue, |
| 1569 | data_2: &::wasm_bindgen::JsValue, |
| 1570 | data_3: &::wasm_bindgen::JsValue, |
| 1571 | data_4: &::wasm_bindgen::JsValue, |
| 1572 | ); |
| 1573 | # [wasm_bindgen (js_namespace = console , js_name = warn)] |
| 1574 | #[doc = "The `console.warn()` function." ] |
| 1575 | #[doc = "" ] |
| 1576 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)" ] |
| 1577 | #[doc = "" ] |
| 1578 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1579 | pub fn warn_5( |
| 1580 | data_1: &::wasm_bindgen::JsValue, |
| 1581 | data_2: &::wasm_bindgen::JsValue, |
| 1582 | data_3: &::wasm_bindgen::JsValue, |
| 1583 | data_4: &::wasm_bindgen::JsValue, |
| 1584 | data_5: &::wasm_bindgen::JsValue, |
| 1585 | ); |
| 1586 | # [wasm_bindgen (js_namespace = console , js_name = warn)] |
| 1587 | #[doc = "The `console.warn()` function." ] |
| 1588 | #[doc = "" ] |
| 1589 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)" ] |
| 1590 | #[doc = "" ] |
| 1591 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1592 | pub fn warn_6( |
| 1593 | data_1: &::wasm_bindgen::JsValue, |
| 1594 | data_2: &::wasm_bindgen::JsValue, |
| 1595 | data_3: &::wasm_bindgen::JsValue, |
| 1596 | data_4: &::wasm_bindgen::JsValue, |
| 1597 | data_5: &::wasm_bindgen::JsValue, |
| 1598 | data_6: &::wasm_bindgen::JsValue, |
| 1599 | ); |
| 1600 | # [wasm_bindgen (js_namespace = console , js_name = warn)] |
| 1601 | #[doc = "The `console.warn()` function." ] |
| 1602 | #[doc = "" ] |
| 1603 | #[doc = "[MDN Documentation](https://developer.mozilla.org/en-US/docs/Web/API/console/warn)" ] |
| 1604 | #[doc = "" ] |
| 1605 | #[doc = "*This API requires the following crate features to be activated: `console`*" ] |
| 1606 | pub fn warn_7( |
| 1607 | data_1: &::wasm_bindgen::JsValue, |
| 1608 | data_2: &::wasm_bindgen::JsValue, |
| 1609 | data_3: &::wasm_bindgen::JsValue, |
| 1610 | data_4: &::wasm_bindgen::JsValue, |
| 1611 | data_5: &::wasm_bindgen::JsValue, |
| 1612 | data_6: &::wasm_bindgen::JsValue, |
| 1613 | data_7: &::wasm_bindgen::JsValue, |
| 1614 | ); |
| 1615 | } |
| 1616 | } |
| 1617 | |