Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup! v8: implement v8.queryObjects() for memory leak regression tes…
…ting

Co-authored-by: Stephen Belanger <admin@stephenbelanger.com>
  • Loading branch information
joyeecheung and Qard authored Mar 1, 2024
commit 3e12aa87545e1df943360c906f0ea5d013c9714c
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