Skip to content

Commit

Permalink
Mark internal slots that the spec always initializes.
Browse files Browse the repository at this point in the history
Marking them instead of saying their initial value is `undefined`, makes
it easier to see if I accidentally introduce an uninitialized path.
  • Loading branch information
jyasskin committed Aug 10, 2016
1 parent dc20771 commit de3e7ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1654,14 +1654,14 @@ spec: permissions
</thead>
<tr>
<td><dfn>\[[context]]</dfn></td>
<td>`undefined`</td>
<td>&lt;always initialized></td>
<td>
The {{Bluetooth}} object that returned this {{BluetoothDevice}}.
</td>
</tr>
<tr>
<td><dfn>\[[representedDevice]]</dfn></td>
<td>`undefined`</td>
<td>&lt;always initialized></td>
<td>
The <a>Bluetooth device</a> this object represents.
</td>
Expand All @@ -1679,7 +1679,7 @@ spec: permissions
</tr>
<tr>
<td><dfn>\[[allowedServices]]</dfn></td>
<td>`undefined`</td>
<td>&lt;always initialized></td>
<td>
This device's {{AllowedBluetoothDevice/allowedServices}} list for this origin
or `"all"` if all services are allowed.
Expand Down

0 comments on commit de3e7ca

Please sign in to comment.