Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3e3471f

Browse filesBrowse files
TrottMyles Borins
authored andcommitted
doc: add added: information for v8
PR-URL: #6684 Ref: #6578 Reviewed-By: Ben Noorhduis <info@bnoordhuis.nl> Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent 1758f02 commit 3e3471f
Copy full SHA for 3e3471f

File tree

Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/v8.md‎

Copy file name to clipboardExpand all lines: doc/api/v8.md
+6Lines changed: 6 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ built with Node.js. These interfaces are subject to change by upstream and are
77
therefore not covered under the stability index.
88

99
## getHeapStatistics()
10+
<!-- YAML
11+
added: v1.0.0
12+
-->
1013

1114
Returns an object with the following properties
1215

@@ -22,6 +25,9 @@ Returns an object with the following properties
2225
```
2326

2427
## setFlagsFromString(string)
28+
<!-- YAML
29+
added: v1.0.0
30+
-->
2531

2632
Set additional V8 command line flags. Use with care; changing settings
2733
after the VM has started may result in unpredictable behavior, including

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.