From 141a6e34eed05577edf43ad085a74f330d0559cb Mon Sep 17 00:00:00 2001 From: Michaƫl Zasso Date: Sat, 23 Nov 2019 10:09:05 +0100 Subject: lib: enforce use of Array from primordials PR-URL: https://github.com/nodejs/node/pull/30635 Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Joyee Cheung --- lib/internal/util/inspect.js | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/internal/util/inspect.js') diff --git a/lib/internal/util/inspect.js b/lib/internal/util/inspect.js index 0b02e9be51..89237a09a5 100644 --- a/lib/internal/util/inspect.js +++ b/lib/internal/util/inspect.js @@ -1,6 +1,7 @@ 'use strict'; const { + Array, ArrayIsArray, BigIntPrototypeValueOf, BooleanPrototypeValueOf, -- cgit v1.2.3