Files
node/lib
Michaël Zasso 112cc7c275 lib: use safe methods from primordials
This changes the primordials to expose built-in prototypes with their
methods already uncurried.
The uncurryThis function is therefore moved to the primordials.
All uses of uncurryThis on built-ins are changed to import the relevant
prototypes from primordials.
All uses of Function.call.bind are also changed to use primordials.

PR-URL: https://github.com/nodejs/node/pull/27096
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2019-04-08 11:23:09 +02:00
..
2019-04-07 11:28:15 +02:00
2018-11-20 10:42:31 -08:00
2019-03-30 13:16:39 +01:00
2019-03-30 13:16:39 +01:00
2019-04-03 02:35:18 +02:00
2019-03-30 13:16:39 +01:00
2019-03-25 00:26:49 +01:00
2019-03-30 13:16:39 +01:00
2019-04-08 11:23:09 +02:00
2019-03-13 15:50:32 +00:00
2019-04-08 11:23:09 +02:00