This repository was archived by the owner on Jan 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathindex.html
155 lines (127 loc) · 5.63 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!DOCTYPE html>
<meta charset="utf-8">
<pre class="metadata">
title: Async Iteration
status: proposal
stage: 3
location: https://tc39.github.io/proposal-async-iteration/
copyright: false
contributors: Kevin Smith, Domenic Denicola
</pre>
<script src="ecmarkup.js" defer></script>
<link rel="stylesheet" href="ecmarkup.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/solarized_light.min.css">
<emu-clause id="sec-introduction">
<h1>Introduction</h1>
<emu-import href="./introduction.html"></emu-import>
</emu-clause>
<emu-clause id="sec-well-known-symbols-patch">
<h1>Well-Known Symbols</h1>
<emu-note type=editor>
<p>The spec's existing <emu-xref href="#table-1"></emu-xref> in <emu-xref href="#sec-well-known-symbols"></emu-xref> should be expanded with the following rows:</p>
</emu-note>
<emu-import href="./well-known-symbols-patch.html"></emu-import>
</emu-clause>
<emu-clause id="sec-well-known-intrinsic-objects-patch">
<h1>Well-Known Intrinsic Objects</h1>
<emu-note type=editor>
<p>The spec's existing <emu-xref href="#table-7"></emu-xref> in <emu-xref href="#sec-well-known-intrinsic-objects"></emu-xref> should be expanded with the following rows:</p>
</emu-note>
<emu-import href="./well-known-intrinsics-patch.html"></emu-import>
</emu-clause>
<emu-clause id="sec-completion-record-specification-type-patch">
<h1>The Completion Record Specification Type</h1>
<emu-note type="editor">
This patch adds clauses to <emu-xref href="#sec-completion-record-specification-type"></emu-xref>.
</emu-note>
<emu-import href="./completion-records-patch.html"></emu-import>
</emu-clause>
<emu-clause id="sec-operations-on-iterator-objects-patch">
<h1>Operations on Iterator Objects</h1>
<emu-note type="editor">
These patches modify clauses of and add clauses to <emu-xref href="#sec-operations-on-iterator-objects"></emu-xref>.
</emu-note>
<emu-import href="./iterator-operations.html"></emu-import>
</emu-clause>
<emu-clause id="sec-ecmascript-function-objects-patch">
<h1>ECMAScript Function Objects</h1>
<emu-note type="editor">
This patch adds a clause to <emu-xref href="#sec-ecmascript-function-objects"></emu-xref>.
</emu-note>
<emu-import href="./es-function-objects-patch.html"></emu-import>
</emu-clause>
<emu-clause id="sec-ecmascript-language-statements-and-declarations-patch">
<h1>ECMAScript Language: Statements and Declarations</h1>
<emu-note type="editor">
These patches modify clauses of and add clauses to <emu-xref href="#sec-ecmascript-language-statements-and-declarations"></emu-xref>.
</emu-note>
<emu-clause id="sec-return-statement">
<h1>The `return` Statement</h1>
<emu-import href="./return-statement-patch.html"></emu-import>
</emu-clause>
<emu-clause id="sec-iteration-statements">
<h1>Iteration Statements</h1>
<emu-import href="./iteration-statements-patch.html"></emu-import>
</emu-clause>
</emu-clause>
<emu-clause id="sec-ecmascript-language-functions-and-classes-patch">
<h1>ECMAScript Language: Functions and Classes</h1>
<emu-note type="editor">
These patches modify clauses of and add clauses to <emu-xref href="#sec-ecmascript-language-functions-and-classes"></emu-xref>.
</emu-note>
<emu-clause id="sec-method-definitions">
<h1>Method Definitions</h1>
<emu-import href="./method-definitions-patch.html"></emu-import>
</emu-clause>
<emu-clause id="sec-generator-definitions">
<h1>Generator Definitions</h1>
<emu-import href="./generator-definitions-patch.html"></emu-import>
</emu-clause>
<emu-clause id="sec-async-generator-function-definitions">
<h1><ins>Async Generator Function Definitions</ins></h1>
<emu-import href="./definitions.html"></emu-import>
</emu-clause>
</emu-clause>
<emu-clause id="sec-createdynamicfunction-patch" aoid="CreateDynamicFunction">
<h1>Runtime Semantics: CreateDynamicFunction(_constructor_, _newTarget_, _kind_, _args_)</h1>
<emu-note type="editor">
This patch modifies <emu-xref href="#sec-createdynamicfunction"></emu-xref>.
</emu-note>
<emu-import href="./create-dynamic-function-patch.html"></emu-import>
</emu-clause>
<emu-clause id="sec-properties-of-the-symbol-constructor-patch">
<h1>Properties of the Symbol Constructor</h1>
<emu-note type="editor">
This patch add a clause to <emu-xref href="#sec-properties-of-the-symbol-constructor"></emu-xref>.
</emu-note>
<emu-import href="./properties-of-symbol-patch.html"></emu-import>
</emu-clause>
<emu-clause id="sec-control-abstraction-objects-patch">
<h1>Control Abstraction Objects</h1>
<emu-note type="editor">
These patches modify clauses of and add clauses to <emu-xref href="#sec-control-abstraction-objects"></emu-xref>.
</emu-note>
<emu-clause id="sec-iteration">
<h1>Iteration</h1>
<emu-import href="./iteration.html"></emu-import>
</emu-clause>
<emu-clause id="sec-generator-objects">
<h1>Generator Objects</h1>
<emu-clause id="sec-generator-abstract-operations">
<h1>Generator Abstract Operations</h1>
<emu-import href="./generator-abstract-ops-patch.html"></emu-import>
</emu-clause>
</emu-clause>
<emu-clause id="sec-asyncgeneratorfunction-objects">
<h1><ins>AsyncGeneratorFunction Objects</ins></h1>
<emu-import href="./async-generator-function-objects.html"></emu-import>
</emu-clause>
<emu-clause id="sec-asyncgenerator-objects">
<h1><ins>AsyncGenerator Objects</ins></h1>
<emu-import href="./async-generator-objects.html"></emu-import>
</emu-clause>
</emu-clause>
<emu-clause id="misc-patches">
<h1>Miscellaneous Patches</h1>
<emu-import href="./misc-patches.html"></emu-import>
</emu-clause>