Skip to content

Commit 401f530

Browse files
committed
bump protocol
1 parent ef8bf16 commit 401f530

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

_data/tot/protocol.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13208,6 +13208,11 @@
1320813208
"$ref": "CoverageRange"
1320913209
},
1321013210
"description": "Source ranges inside the function with coverage data."
13211+
},
13212+
{
13213+
"name": "isBlockCoverage",
13214+
"type": "boolean",
13215+
"description": "Whether coverage data for this function has block granularity."
1321113216
}
1321213217
],
1321313218
"experimental": true

_data/v8/protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,8 @@
863863
"description": "Coverage data for a JavaScript function.",
864864
"properties": [
865865
{ "name": "functionName", "type": "string", "description": "JavaScript function name." },
866-
{ "name": "ranges", "type": "array", "items": { "$ref": "CoverageRange" }, "description": "Source ranges inside the function with coverage data." }
866+
{ "name": "ranges", "type": "array", "items": { "$ref": "CoverageRange" }, "description": "Source ranges inside the function with coverage data." },
867+
{ "name": "isBlockCoverage", "type": "boolean", "description": "Whether coverage data for this function has block granularity." }
867868
],
868869
"experimental": true
869870
},

_versions/tot.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ <h5 browser>Latest <a
1313

1414
<h5 js>Latest <a
1515
href="https://chromium.googlesource.com/v8/v8/+/master/src/inspector/js_protocol.json">js_protocol.json</a> version updated:</h5>
16-
<code js>Date: Mon Jun 12 18:15:17 2017 -0700
16+
<code js>Date: Fri Jun 23 05:15:20 2017 -0700
1717
</code>
1818

0 commit comments

Comments
 (0)