From 30c0ad73add93fefe50f63bd32c880e1b4d4bea0 Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Mon, 4 Dec 2023 11:03:03 -0700 Subject: [PATCH] replace RequireObjectCoercible with ToObject --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index df00d08..e0fe88f 100644 --- a/spec.html +++ b/spec.html @@ -118,7 +118,7 @@

- 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.