lib: more global primordials by targos · Pull Request #35499 · nodejs/node

commit 1b7578c (HEAD -> more-primordials, origin/more-primordials)

lib: use remaining typed arrays from primordials

commit fef731c

lib: use Number.parseFloat from primordials

commit 99bed01

lib: use Number.parseInt from primordials

commit 5d6751b

lib: use global Error constructors from primordials

commit de9118b

errors: support possible deletion of globalThis.Error

Do not crash trying to access prepareStackTrace on `undefined`.