diff --git a/index.bs b/index.bs index 78d7f830..bbc814dc 100644 --- a/index.bs +++ b/index.bs @@ -101,7 +101,7 @@ urlPrefix: https://tc39.github.io/ecma262/; spec: ECMA-262 text: OrdinaryGetOwnProperty; url: sec-ordinarygetownproperty text: OrdinaryDefineOwnProperty; url: sec-ordinarydefineownproperty text: OrdinaryPreventExtensions; url: sec-ordinarypreventextensions - text: OrdinarySet; url: sec-ordinaryset + text: OrdinarySetWithOwnDescriptor; url: sec-ordinarysetwithowndescriptor text: equally close values; url: sec-ecmascript-language-types-number-type text: internal slot; url: sec-object-internal-methods-and-internal-slots text: JavaScript execution context stack; url: execution-context-stack @@ -12086,8 +12086,7 @@ and [[#legacy-platform-object-set]]. 1. [=Invoke the named property setter=] with |P| and |V|. 1. Return true. 1. Let |ownDesc| be LegacyPlatformObjectGetOwnProperty(|O|, |P|, true). - 1. Perform [=?=] [=OrdinarySet=](|O|, |P|, |V|, |Receiver|) from step 3 onwards - with its internal "ownDesc" variable set to |ownDesc|. + 1. Perform [=?=] [=OrdinarySetWithOwnDescriptor=](|O|, |P|, |V|, |Receiver|, |ownDesc|).