lib: enforce use of Boolean from primordials

Refs: https://github.com/nodejs/node/issues/30697

PR-URL: https://github.com/nodejs/node/pull/30698
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
This commit is contained in:
Michaël Zasso 2019-11-28 08:19:55 +01:00
parent 0da6983cda
commit 7fc5980cfe
No known key found for this signature in database
GPG key ID: 770F7A9A5AE15600
9 changed files with 20 additions and 0 deletions

View file

@ -2,6 +2,7 @@
const {
ArrayIsArray,
Boolean,
ObjectDefineProperties,
ObjectDefineProperty,
ObjectKeys,