Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ contributors: Jordan Harband, Mark Miller
<emu-alg>
1. Let _E_ be the *this* value.
1. If _E_ is not an Object, throw a *TypeError* exception.
1. Let _numberOfArgs_ be the number of arguments passed to this function call.
1. If _numberOfArgs_ is 0, throw a *TypeError* exception.
1. Perform ? SetterThatIgnoresPrototypeProperties(*this* value, %Error.prototype%, *"stack"*, _v_).
1. If _v_ is present, perform ? SetterThatIgnoresPrototypeProperties(*this* value, %Error.prototype%, *"stack"*, _v_).
1. Return *undefined*.
</emu-alg>
</emu-clause>
Expand Down