Skip to content

Commit

Permalink
fixup! v8: implement v8.queryObjects() for memory leak regression tes…
Browse files Browse the repository at this point in the history
…ting

Co-authored-by: Stephen Belanger <[email protected]>
  • Loading branch information
joyeecheung and Qard authored Mar 1, 2024
1 parent ac3a324 commit 3e12aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/v8.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ found. If `options.format` is `'summary'`, it returns an array
containing brief string representations for each object. The visibility
provided in this API is similar to what the heap snapshot provides,
while users can save the cost of serialization and parsing and directly
filer the target objects during the search.
filter the target objects during the search.

Only objects created in the current execution context are included in the
results.
Expand Down

0 comments on commit 3e12aa8

Please sign in to comment.