summaryrefslogtreecommitdiff
path: root/lib/events.js
diff options
context:
space:
mode:
authorSebastien Ahkrin <sebastien48criquet@gmail.com>2020-01-06 03:55:31 +0100
committerMichaƫl Zasso <targos@protonmail.com>2020-10-04 09:40:56 +0200
commitb79829c5f5018eb99ea514ccb8e91b4eabc0f97c (patch)
tree91f15e289299a425757fec02e2b6f4afd2801cc3 /lib/events.js
parent693cc2c1c3cb61adaff532dea225b03eadf14a9b (diff)
downloadnode-new-b79829c5f5018eb99ea514ccb8e91b4eabc0f97c.tar.gz
lib: replace String global with primordials
PR-URL: https://github.com/nodejs/node/pull/35397 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Pranshu Srivastava <rexagod@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
Diffstat (limited to 'lib/events.js')
-rw-r--r--lib/events.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/events.js b/lib/events.js
index c1343acbf3..7d3ee54018 100644
--- a/lib/events.js
+++ b/lib/events.js
@@ -35,6 +35,7 @@ const {
PromiseResolve,
ReflectApply,
ReflectOwnKeys,
+ String,
Symbol,
SymbolFor,
SymbolAsyncIterator