| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -490,17 +490,6 @@ The following methods are exposed by the V8 engine in the general API but do | |||
| 490 | 490 | not display anything unless used in conjunction with the [inspector][] | |
| 491 | 491 | (`--inspect` flag). | |
| 492 | 492 | ||
| 493 | - ### console.markTimeline(\[label\]) | ||
| 494 | - <!-- YAML | ||
| 495 | - added: v8.0.0 | ||
| 496 | - --> | ||
| 497 | - | ||
| 498 | - * `label` {string} **Default:** `'default'` | ||
| 499 | - | ||
| 500 | - This method does not display anything unless used in the inspector. The | ||
| 501 | - `console.markTimeline()` method is the deprecated form of | ||
| 502 | - [`console.timeStamp()`][]. | ||
| 503 | - | ||
| 504 | 493 | ### console.profile(\[label\]) | |
| 505 | 494 | <!-- YAML | |
| 506 | 495 | added: v8.0.0 | |
@@ -546,35 +535,13 @@ This method does not display anything unless used in the inspector. The | |||
| 546 | 535 | `console.timeStamp()` method adds an event with the label `'label'` to the | |
| 547 | 536 | **Timeline** panel of the inspector. | |
| 548 | 537 | ||
| 549 | - ### console.timeline(\[label\]) | ||
| 550 | - <!-- YAML | ||
| 551 | - added: v8.0.0 | ||
| 552 | - --> | ||
| 553 | - | ||
| 554 | - * `label` {string} **Default:** `'default'` | ||
| 555 | - | ||
| 556 | - This method does not display anything unless used in the inspector. The | ||
| 557 | - `console.timeline()` method is the deprecated form of [`console.time()`][]. | ||
| 558 | - | ||
| 559 | - ### console.timelineEnd(\[label\]) | ||
| 560 | - <!-- YAML | ||
| 561 | - added: v8.0.0 | ||
| 562 | - --> | ||
| 563 | - | ||
| 564 | - * `label` {string} **Default:** `'default'` | ||
| 565 | - | ||
| 566 | - This method does not display anything unless used in the inspector. The | ||
| 567 | - `console.timelineEnd()` method is the deprecated form of | ||
| 568 | - [`console.timeEnd()`][]. | ||
| 569 | - | ||
| 570 | 538 | [`console.error()`]: #console_console_error_data_args | |
| 571 | 539 | [`console.group()`]: #console_console_group_label | |
| 572 | 540 | [`console.log()`]: #console_console_log_data_args | |
| 573 | 541 | [`console.profile()`]: #console_console_profile_label | |
| 574 | 542 | [`console.profileEnd()`]: #console_console_profileend_label | |
| 575 | 543 | [`console.time()`]: #console_console_time_label | |
| 576 | 544 | [`console.timeEnd()`]: #console_console_timeend_label | |
| 577 | - [`console.timeStamp()`]: #console_console_timestamp_label | ||
| 578 | 545 | [`process.stderr`]: process.html#process_process_stderr | |
| 579 | 546 | [`process.stdout`]: process.html#process_process_stdout | |
| 580 | 547 | [`util.format()`]: util.html#util_util_format_format_args | |
| Back | FazBrowse Home | New Git URL |
0 commit comments