Re: [whatwg/webidl] Editorial: use CreateBuiltinFunction for more built-in function objects (PR #1612)

@nicolo-ribaudo approved this pull request.



> @@ -13445,25 +13420,20 @@ There must exist a <code class="idl">get</code> data property on
 with the following characteristics:
 
 *   The property has attributes { \[[Writable]]: <emu-val>true</emu-val>, \[[Enumerable]]: <emu-val>true</emu-val>, \[[Configurable]]: <emu-val>true</emu-val> }.
-*   The value of the property is a [=built-in function object=]
-    that behaves as follows when invoked:
+*   The value of the property is the [=built-in function object=] [$CreateBuiltinFunction$](|getSteps|, 1, "<code>get</code>", « »),
+    where |getSteps| is the following algorithm taking one argument |keyArg|:

It seems like bikeshed is complaining because it does not see this `keyArg` defined here and then used in the algorithm.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/webidl/pull/1612#pullrequestreview-4577804430
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/webidl/pull/1612/review/4577804430@github.com>

Received on Friday, 26 June 2026 08:08:15 UTC