Skip to content

Commit 2f7d7f2

Browse files
authored
Merge pull request #8 from gibson042/gibson-2025-11-spec-overlay
Meta: Update emu-clause elements to include the current spec numbers
2 parents 9b3568b + 438618e commit 2f7d7f2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec.emu

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<script src="./spec.js"></script>
66
<pre class="metadata">
77
title: Disallow Adding New Private Fields to Non-extensible Objects
8-
stage: 0
8+
stage: 3
99
contributors: Shu-yu Guo
1010
</pre>
1111

12-
<emu-clause id="modifications-to-operations-on-objects">
13-
<h1>Modifications to Operations on Objects</h1>
12+
<emu-clause id="sec-operations-on-objects" number="7.3">
13+
<h1>Operations on Objects</h1>
1414

15-
<emu-clause id="sec-privatefieldadd" type="abstract operation">
15+
<emu-clause id="sec-privatefieldadd" type="abstract operation" number="27">
1616
<h1>
1717
PrivateFieldAdd (
1818
_O_: an Object,
@@ -33,7 +33,7 @@ contributors: Shu-yu Guo
3333
</emu-alg>
3434
</emu-clause>
3535

36-
<emu-clause id="sec-privatemethodoraccessoradd" type="abstract operation">
36+
<emu-clause id="sec-privatemethodoraccessoradd" type="abstract operation" number="28">
3737
<h1>
3838
PrivateMethodOrAccessorAdd (
3939
_O_: an Object,

0 commit comments

Comments
 (0)