vm: update measure memory rejection information by yashLadha · Pull Request #41639 · nodejs/node

@nodejs-github-bot added doc

Issues and PRs related to the documentations.

vm

Issues and PRs related to the vm subsystem.

labels

Jan 22, 2022

@yashLadha yashLadha changed the title doc(vm): update measure memory rejection information vm: update measure memory rejection information

Jan 22, 2022

Trott

benjamingr

benjamingr

@yashLadha

If in case context is unable to allocate a promise then
`ERR_CONTEXT_NOT_INITIALIZED` error will be thrown (as promise
rejection) in the vm measureMemory call.

aduh95

@yashLadha @aduh95

Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>

debadree25

@debadree25 debadree25 added author ready

PRs that have at least one approval, no pending requests for changes, and a CI started.

commit-queue

Add this label to land a pull request using GitHub Actions.

commit-queue-squash

Add this label to instruct the Commit Queue to squash all the PR commits into the first one.

labels

May 13, 2023

@yashLadha yashLadha deleted the update_vm_measure_memory_doc branch

May 14, 2023 04:58

targos pushed a commit that referenced this pull request

May 14, 2023
If in case context is unable to allocate a promise then
`ERR_CONTEXT_NOT_INITIALIZED` error will be thrown (as promise
rejection) in the vm measureMemory call.

PR-URL: #41639
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>

targos pushed a commit that referenced this pull request

May 15, 2023
If in case context is unable to allocate a promise then
`ERR_CONTEXT_NOT_INITIALIZED` error will be thrown (as promise
rejection) in the vm measureMemory call.

PR-URL: #41639
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>

danielleadams pushed a commit that referenced this pull request

Jul 6, 2023
If in case context is unable to allocate a promise then
`ERR_CONTEXT_NOT_INITIALIZED` error will be thrown (as promise
rejection) in the vm measureMemory call.

PR-URL: #41639
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>

MoLow pushed a commit to MoLow/node that referenced this pull request

Jul 6, 2023
If in case context is unable to allocate a promise then
`ERR_CONTEXT_NOT_INITIALIZED` error will be thrown (as promise
rejection) in the vm measureMemory call.

PR-URL: nodejs#41639
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>