Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
process: remove pushValueToArray in GetActiveHandles
Instead of calling into JS from C++ to push values into an array, use the new Array::New API that takes a pointer and a length directly. PR-URL: #24264 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
- Loading branch information