| Index: runtime/vm/service/protocol.md
|
| diff --git a/runtime/vm/service/protocol.md b/runtime/vm/service/protocol.md
|
| index 6500ebdaded2951e78536d7e6df271dd5945f49c..d2e70ff1f9915b2b0b5fb49d0ddd8077845404ea 100644
|
| --- a/runtime/vm/service/protocol.md
|
| +++ b/runtime/vm/service/protocol.md
|
| @@ -429,6 +429,17 @@ TODO: Split Null from the other Sentinel types.
|
| | 1 + (2 * k) | int | kth token position
|
| | 2 + (2 * k) | int | kth column number
|
|
|
| +### <a name="Sentinel"></a>Sentinel
|
| +
|
| +TODO: Enumerate known Sentinels
|
| +TODO: Should this even have an id? Maybe a *kind* instead.
|
| +
|
| +| keys | values | comments
|
| +| --- | --- | ---
|
| +| type | "Sentinel" |
|
| +| id | String | |
|
| +| valueAsString | String |
|
| +
|
| ### <a name="VM"></a>VM
|
|
|
| | keys | values | comments
|
|
|