Skip to content

Commit 38ffe65

Browse files
committed
final touch on PR #97 to define the initial values of prototypes.
1 parent 7de2a2f commit 38ffe65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.bs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Besides the internal slots and the length property (whose value is 0), the Loade
186186

187187
<h4 id="loader-prototype">Loader.prototype</h4>
188188

189-
The value of Loader.prototype is %LoaderPrototype%.
189+
The initial value of Loader.prototype is the intrinsic object %LoaderPrototype%.
190190

191191
This property has the attributes { \[[Writable]]: false, \[[Enumerable]]: false, \[[Configurable]]: false }.
192192

@@ -307,7 +307,7 @@ Besides the internal slots and the length property (whose value is 0), the Regis
307307

308308
<h4 id="registry-prototype">Registry.prototype</h4>
309309

310-
The value of Registry.prototype is %RegistryPrototype%.
310+
The initial value of Registry.prototype is %RegistryPrototype%.
311311

312312
This property has the attributes { \[[Writable]]: false, \[[Enumerable]]: false, \[[Configurable]]: false }.
313313

@@ -658,7 +658,7 @@ Besides the internal slots and the length property (whose value is 0), the Modul
658658

659659
<h4 id="module-status-prototype">ModuleStatus.prototype</h4>
660660

661-
The value of ModuleStatus.prototype is %ModuleStatusPrototype%.
661+
The initial value of ModuleStatus.prototype is the intrinsic object %ModuleStatusPrototype%.
662662

663663
This property has the attributes { \[[Writable]]: false, \[[Enumerable]]: false, \[[Configurable]]: false }.
664664

@@ -1309,7 +1309,7 @@ Besides the internal slots and the length property (whose value is 0), the Brows
13091309

13101310
<h4 id="browser-loader-prototype">BrowserLoader.prototype</h4>
13111311

1312-
The value of BrowserLoader.prototype is %BrowserLoaderPrototype%.
1312+
The initial value of BrowserLoader.prototype is the intrinsic object %BrowserLoaderPrototype%.
13131313

13141314
This property has the attributes { \[[Writable]]: false, \[[Enumerable]]: false, \[[Configurable]]: false }.
13151315

0 commit comments

Comments
 (0)