We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 709fc46 + 95c268d commit 04bb9bcCopy full SHA for 04bb9bc
1 file changed
spec.emu
@@ -34,7 +34,7 @@ markEffects: true
34
1. NOTE: This can be used to hide implementation details on the stack trace that aren't useful to user.
35
1. Else,
36
1. Let _string_ be an implementation-defined string that represents the current stack trace.
37
- 1. Perform ? SetterThatIgnoresPrototypeProperties(*this* value, _error_, *"stack"*, _string_).
+ 1. Perform ? SetterThatIgnoresPrototypeProperties(_error_, OrdinaryObjectCreate(*null*), *"stack"*, _string_).
38
1. Return *undefined*.
39
</emu-alg>
40
</emu-clause>
0 commit comments