summaryrefslogtreecommitdiff
path: root/core/02_error.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/02_error.js')
-rw-r--r--core/02_error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/02_error.js b/core/02_error.js
index edb9c4843..d8e823bb2 100644
--- a/core/02_error.js
+++ b/core/02_error.js
@@ -127,7 +127,7 @@
let callSiteEvals = ArrayPrototypeMap(callSites, evaluateCallSite);
callSiteEvals = ArrayPrototypeMap(callSiteEvals, sourceMapCallSiteEval);
ObjectDefineProperties(error, {
- __callSiteEvals: { value: [], configurable: true },
+ __callSiteEvals: { __proto__: null, value: [], configurable: true },
});
const formattedCallSites = [];
for (const cse of callSiteEvals) {