Skip to content

Commit

Permalink
replace RequireObjectCoercible with ToObject
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Dec 4, 2023
1 parent 30b3501 commit 30c0ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Expand Up @@ -118,7 +118,7 @@ <h1>
<dl class="header">
</dl>
<emu-alg>
1. Let _O_ be ? RequireObjectCoercible(*this* value).
1. Let _O_ be ? ToObject(*this* value).
1. If _O_ is _home_, then
1. NOTE: Throwing here emulates assignment to a non-writable data property on the _home_ object in strict mode code.
1. Throw a *TypeError* exception.
Expand Down

0 comments on commit 30c0ad7

Please sign in to comment.