Commit ba4337d
process: remove pushValueToArray in GetActiveRequests
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 e588846 commit ba4337d
1 file changed
+4
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
797 | 797 | | |
798 | 798 | | |
799 | 799 | | |
800 | | - | |
801 | | - | |
802 | | - | |
803 | | - | |
804 | | - | |
| 800 | + | |
805 | 801 | | |
806 | 802 | | |
807 | 803 | | |
808 | | - | |
809 | | - | |
810 | | - | |
811 | | - | |
812 | | - | |
813 | | - | |
814 | | - | |
815 | | - | |
816 | | - | |
| 804 | + | |
817 | 805 | | |
818 | 806 | | |
819 | | - | |
| 807 | + | |
| 808 | + | |
820 | 809 | | |
821 | 810 | | |
822 | | - | |
823 | 811 | | |
824 | 812 | | |
825 | 813 | | |
| |||
0 commit comments