Commit ccc3bb7
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>1 parent ba4337d commit ccc3bb7
1 file changed
+4
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
813 | 813 | | |
814 | 814 | | |
815 | 815 | | |
816 | | - | |
817 | | - | |
818 | | - | |
819 | | - | |
820 | | - | |
821 | | - | |
| 816 | + | |
822 | 817 | | |
823 | 818 | | |
824 | 819 | | |
825 | | - | |
826 | | - | |
827 | | - | |
828 | | - | |
829 | | - | |
830 | | - | |
831 | | - | |
832 | | - | |
| 820 | + | |
833 | 821 | | |
834 | | - | |
835 | | - | |
| 822 | + | |
| 823 | + | |
836 | 824 | | |
837 | 825 | | |
838 | 826 | | |
| |||
0 commit comments