Skip to content

Commit 8f69f4f

Browse files
rhuanjlboingoing
authored andcommitted
exclude globalThis from baselines
1 parent 9eb93b4 commit 8f69f4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/ch/DbgController.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ var controllerObj = (function () {
6262
// Discard all known globals to reduce baseline noise.
6363
[
6464
"#__proto__",
65+
"globalThis",
6566
"Array",
6667
"ArrayBuffer",
6768
"Atomics",

0 commit comments

Comments
 (0)