Skip to content

Commit 9f6d7aa

Browse files
author
Jakub Kulhan
committed
autoupdated protocol.json & generated files
1 parent 4705cef commit 9f6d7aa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gen-src/ChromeDevtoolsProtocol/Model/Debugger/DisassembleWasmModuleResponse.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ final class DisassembleWasmModuleResponse implements \JsonSerializable
2626
public $totalNumberOfLines;
2727

2828
/**
29-
* The offsets of all function bodies plus one additional entry pointing one by past the end of the last function.
29+
* The offsets of all function bodies, in the format [start1, end1, start2, end2, ...] where all ends are exclusive.
3030
*
3131
* @var int[]
3232
*/

protocol.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5178,7 +5178,7 @@
51785178
},
51795179
{
51805180
"name": "functionBodyOffsets",
5181-
"description": "The offsets of all function bodies plus one additional entry pointing one by past the end of the last function.",
5181+
"description": "The offsets of all function bodies, in the format [start1, end1, start2, end2, ...] where all ends are exclusive.",
51825182
"type": "array",
51835183
"items": {
51845184
"type": "integer"

protocol.json.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
b09d53ebcc9a3be42fc0f78d3c31e767 protocol.json
1+
bf1a4394b774b62496d660d236a6f3bf protocol.json

0 commit comments

Comments
 (0)