diff options
author | Sebastien Ahkrin <sebastien48criquet@gmail.com> | 2019-11-30 16:55:29 +0100 |
---|---|---|
committer | Michaël Zasso <targos@protonmail.com> | 2019-12-08 13:38:58 +0100 |
commit | eac3f0adc46c3af0e94d70bb8635440382df7d7f (patch) | |
tree | 258cd0b82b7db6cc84c6baff941e133e7bb7b577 /lib/vm.js | |
parent | d1f4936fab0a57282581da65d82411db96eb4108 (diff) | |
download | node-new-eac3f0adc46c3af0e94d70bb8635440382df7d7f.tar.gz |
lib: replace Symbol global by the primordials Symbol
PR-URL: https://github.com/nodejs/node/pull/30737
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'lib/vm.js')
-rw-r--r-- | lib/vm.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ const { ArrayIsArray, ArrayPrototypeForEach, + Symbol, } = primordials; const { |