• Home
  • Raw
  • Download

Lines Matching full:description

6         "description": "Provides information about the protocol schema.",  string
11 "description": "Description of the protocol domain.", string
13 { "name": "name", "type": "string", "description": "Domain name." }, string
14 { "name": "version", "type": "string", "description": "Domain version." } string
21 "description": "Returns supported domains.", string
24 …{ "name": "domains", "type": "array", "items": { "$ref": "Domain" }, "description": "List of suppo… string
31 …"description": "Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror… string
36 "description": "Unique script identifier." string
41 "description": "Unique object identifier." string
47 "description": "Primitive value which cannot be JSON-stringified." string
52 "description": "Mirror object referencing original JavaScript object.", string
54 …", "function", "undefined", "string", "number", "boolean", "symbol"], "description": "Object type.… string
55 … "iterator", "generator", "error", "proxy", "promise", "typedarray"], "description": "Object subty… string
56 …{ "name": "className", "type": "string", "optional": true, "description": "Object class (construct… string
57 …{ "name": "value", "type": "any", "optional": true, "description": "Remote object value in case of… string
58 …nserializableValue", "$ref": "UnserializableValue", "optional": true, "description": "Primitive va… string
59 …{ "name": "description", "type": "string", "optional": true, "description": "String representation… string
60 …{ "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Unique object id… string
61 …{ "name": "preview", "$ref": "ObjectPreview", "optional": true, "description": "Preview containing… string
81 "description": "Object containing abbreviated remote object value.", string
83 …", "function", "undefined", "string", "number", "boolean", "symbol"], "description": "Object type.… string
84 …", "regexp", "date", "map", "set", "iterator", "generator", "error"], "description": "Object subty… string
85 …{ "name": "description", "type": "string", "optional": true, "description": "String representation… string
86 …{ "name": "overflow", "type": "boolean", "description": "True iff some of the properties or entrie… string
87 …properties", "type": "array", "items": { "$ref": "PropertyPreview" }, "description": "List of the … string
88 …ype": "array", "items": { "$ref": "EntryPreview" }, "optional": true, "description": "List of the … string
96 { "name": "name", "type": "string", "description": "Property name." }, string
97 …", "undefined", "string", "number", "boolean", "symbol", "accessor"], "description": "Object type.… string
98 …{ "name": "value", "type": "string", "optional": true, "description": "User-friendly property valu… string
99 …{ "name": "valuePreview", "$ref": "ObjectPreview", "optional": true, "description": "Nested value … string
100 …", "regexp", "date", "map", "set", "iterator", "generator", "error"], "description": "Object subty… string
108 …{ "name": "key", "$ref": "ObjectPreview", "optional": true, "description": "Preview of the key. Sp… string
109 … { "name": "value", "$ref": "ObjectPreview", "description": "Preview of the value." } string
115 "description": "Object property descriptor.", string
117 … { "name": "name", "type": "string", "description": "Property name or symbol description." }, string
118 …{ "name": "value", "$ref": "RemoteObject", "optional": true, "description": "The value associated … string
119 …{ "name": "writable", "type": "boolean", "optional": true, "description": "True if the value assoc… string
120 …{ "name": "get", "$ref": "RemoteObject", "optional": true, "description": "A function which serves… string
121 …{ "name": "set", "$ref": "RemoteObject", "optional": true, "description": "A function which serves… string
122 …{ "name": "configurable", "type": "boolean", "description": "True if the type of this property des… string
123 …{ "name": "enumerable", "type": "boolean", "description": "True if this property shows up during e… string
124 …{ "name": "wasThrown", "type": "boolean", "optional": true, "description": "True if the result was… string
125 …{ "name": "isOwn", "optional": true, "type": "boolean", "description": "True if the property is ow… string
126 …{ "name": "symbol", "$ref": "RemoteObject", "optional": true, "description": "Property symbol obje… string
132 …"description": "Object internal property descriptor. This property isn't normally visible in JavaS… string
134 … { "name": "name", "type": "string", "description": "Conventional property name." }, string
135 …{ "name": "value", "$ref": "RemoteObject", "optional": true, "description": "The value associated … string
141 …"description": "Represents function call argument. Either remote object id <code>objectId</code>, … string
143 … { "name": "value", "type": "any", "optional": true, "description": "Primitive value." }, string
144 …nserializableValue", "$ref": "UnserializableValue", "optional": true, "description": "Primitive va… string
145 …{ "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Remote object ha… string
151 "description": "Id of an execution context." string
156 "description": "Description of an isolated world.", string
158 …{ "name": "id", "$ref": "ExecutionContextId", "description": "Unique id of the execution context. … string
159 … { "name": "origin", "type": "string", "description": "Execution context origin." }, string
160 …{ "name": "name", "type": "string", "description": "Human readable name describing given context."… string
161 …{ "name": "auxData", "type": "object", "optional": true, "description": "Embedder-specific auxilia… string
167 …"description": "Detailed information about exception (or error) that was thrown during script comp… string
169 { "name": "exceptionId", "type": "integer", "description": "Exception id." }, string
170 …{ "name": "text", "type": "string", "description": "Exception text, which should be used together … string
171 …{ "name": "lineNumber", "type": "integer", "description": "Line number of the exception location (… string
172 …{ "name": "columnNumber", "type": "integer", "description": "Column number of the exception locati… string
173 …{ "name": "scriptId", "$ref": "ScriptId", "optional": true, "description": "Script ID of the excep… string
174 …{ "name": "url", "type": "string", "optional": true, "description": "URL of the exception location… string
175 …{ "name": "stackTrace", "$ref": "StackTrace", "optional": true, "description": "JavaScript stack t… string
176 …{ "name": "exception", "$ref": "RemoteObject", "optional": true, "description": "Exception object … string
177 …"executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Identifier o… string
183 "description": "Number of milliseconds since epoch." string
188 "description": "Stack entry for runtime errors and assertions.", string
190 … { "name": "functionName", "type": "string", "description": "JavaScript function name." }, string
191 … { "name": "scriptId", "$ref": "ScriptId", "description": "JavaScript script id." }, string
192 … { "name": "url", "type": "string", "description": "JavaScript script name or url." }, string
193 …{ "name": "lineNumber", "type": "integer", "description": "JavaScript script line number (0-based)… string
194 …{ "name": "columnNumber", "type": "integer", "description": "JavaScript script column number (0-ba… string
200 "description": "Call frames for assertions or error messages.", string
202 …{ "name": "description", "type": "string", "optional": true, "description": "String label of this … string
203 …me": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "JavaScript f… string
204 …{ "name": "parent", "$ref": "StackTrace", "optional": true, "description": "Asynchronous JavaScrip… string
205 …nFrame", "$ref": "CallFrame", "optional": true, "experimental": true, "description": "Creation fra… string
213 … { "name": "expression", "type": "string", "description": "Expression to evaluate." }, string
214 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
215 …"name": "includeCommandLineAPI", "type": "boolean", "optional": true, "description": "Determines w… string
216 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
217 … "name": "contextId", "$ref": "ExecutionContextId", "optional": true, "description": "Specifies in… string
218 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
219 …ePreview", "type": "boolean", "optional": true, "experimental": true, "description": "Whether prev… string
220 …rGesture", "type": "boolean", "optional": true, "experimental": true, "description": "Whether exec… string
221 …{ "name": "awaitPromise", "type": "boolean", "optional":true, "description": "Whether execution sh… string
224 … { "name": "result", "$ref": "RemoteObject", "description": "Evaluation result." }, string
225 …e": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception de… string
227 "description": "Evaluates expression on global object." string
232 …{ "name": "promiseObjectId", "$ref": "RemoteObjectId", "description": "Identifier of the promise."… string
233 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
234 …{ "name": "generatePreview", "type": "boolean", "optional": true, "description": "Whether preview … string
237 …{ "name": "result", "$ref": "RemoteObject", "description": "Promise result. Will contain rejected … string
238 …e": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception de… string
240 "description": "Add handler to promise with given promise object id." string
245 …{ "name": "objectId", "$ref": "RemoteObjectId", "description": "Identifier of the object to call f… string
246 …{ "name": "functionDeclaration", "type": "string", "description": "Declaration of the function to … string
247 …array", "items": { "$ref": "CallArgument", "description": "Call argument." }, "optional": true, "d… string
248 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
249 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
250 …ePreview", "type": "boolean", "optional": true, "experimental": true, "description": "Whether prev… string
251 …rGesture", "type": "boolean", "optional": true, "experimental": true, "description": "Whether exec… string
252 …{ "name": "awaitPromise", "type": "boolean", "optional":true, "description": "Whether execution sh… string
255 { "name": "result", "$ref": "RemoteObject", "description": "Call result." }, string
256 …e": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception de… string
258 …"description": "Calls function with given declaration on the given object. Object group of the res… string
263 …{ "name": "objectId", "$ref": "RemoteObjectId", "description": "Identifier of the object to return… string
264 …{ "name": "ownProperties", "optional": true, "type": "boolean", "description": "If true, returns p… string
265 …name": "accessorPropertiesOnly", "optional": true, "type": "boolean", "description": "If true, ret… string
266 …ePreview", "type": "boolean", "optional": true, "experimental": true, "description": "Whether prev… string
269 …"result", "type": "array", "items": { "$ref": "PropertyDescriptor" }, "description": "Object prope… string
270 …, "type": "array", "items": { "$ref": "InternalPropertyDescriptor" }, "description": "Internal obj… string
271 …e": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception de… string
273 …"description": "Returns properties of a given object. Object group of the result is inherited from… string
278 …{ "name": "objectId", "$ref": "RemoteObjectId", "description": "Identifier of the object to releas… string
280 "description": "Releases remote object with given id." string
285 … { "name": "objectGroup", "type": "string", "description": "Symbolic object group name." } string
287 "description": "Releases all remote objects that belong to a given group." string
291 … "description": "Tells inspected instance to run if it was waiting for debugger to attach." string
295 …"description": "Enables reporting of execution contexts creation by means of <code>executionContex… string
299 "description": "Disables reporting of execution contexts creation." string
303 "description": "Discards collected exceptions and console API calls." string
318 … { "name": "expression", "type": "string", "description": "Expression to compile." }, string
319 … { "name": "sourceURL", "type": "string", "description": "Source url to be set for the script." }, string
320 …{ "name": "persistScript", "type": "boolean", "description": "Specifies whether the compiled scrip… string
321 …"executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Specifies in… string
324 … { "name": "scriptId", "$ref": "ScriptId", "optional": true, "description": "Id of the script." }, string
325 …e": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception de… string
327 "description": "Compiles expression." string
332 … { "name": "scriptId", "$ref": "ScriptId", "description": "Id of the script to run." }, string
333 …"executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Specifies in… string
334 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
335 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
336 …"name": "includeCommandLineAPI", "type": "boolean", "optional": true, "description": "Determines w… string
337 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
338 …{ "name": "generatePreview", "type": "boolean", "optional": true, "description": "Whether preview … string
339 …{ "name": "awaitPromise", "type": "boolean", "optional": true, "description": "Whether execution s… string
342 { "name": "result", "$ref": "RemoteObject", "description": "Run result." }, string
343 …e": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception de… string
345 "description": "Runs script with given id in a given context." string
352 …{ "name": "context", "$ref": "ExecutionContextDescription", "description": "A newly created execut… string
354 "description": "Issued when new execution context is created." string
359 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "description": "Id of the destroyed … string
361 "description": "Issued when execution context is destroyed." string
365 "description": "Issued when all executionContexts were cleared in browser" string
369 "description": "Issued when exception was thrown and unhandled.", string
371 … { "name": "timestamp", "$ref": "Timestamp", "description": "Timestamp of the exception." }, string
377 "description": "Issued when unhandled exception was revoked.", string
379 …{ "name": "reason", "type": "string", "description": "Reason describing why exception was revoked.… string
380 …{ "name": "exceptionId", "type": "integer", "description": "The id of revoked exception, as report… string
385 "description": "Issued when console API was called.", string
387 …, "endGroup", "assert", "profile", "profileEnd", "count", "timeEnd"], "description": "Type of the … string
388 …"name": "args", "type": "array", "items": { "$ref": "RemoteObject" }, "description": "Call argumen… string
389 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "description": "Identifier of the co… string
390 { "name": "timestamp", "$ref": "Timestamp", "description": "Call timestamp." }, string
391 …{ "name": "stackTrace", "$ref": "StackTrace", "optional": true, "description": "Stack trace captur… string
396 …"description": "Issued when object should be inspected (for example, as a result of inspect() comm… string
406 …"description": "Debugger domain exposes JavaScript debugging capabilities. It allows setting and r… string
412 "description": "Breakpoint identifier." string
417 "description": "Call frame identifier." string
423 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Script identifier as reported in… string
424 …{ "name": "lineNumber", "type": "integer", "description": "Line number in the script (0-based)." }, string
425 …{ "name": "columnNumber", "type": "integer", "optional": true, "description": "Column number in th… string
427 "description": "Location in the source code." string
437 "description": "Location in the source code." string
443 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Call frame identifier. This identi… string
444 …{ "name": "functionName", "type": "string", "description": "Name of the JavaScript function called… string
445 …ocation", "$ref": "Location", "optional": true, "experimental": true, "description": "Location in … string
446 … { "name": "location", "$ref": "Location", "description": "Location in the source code." }, string
447 … "name": "scopeChain", "type": "array", "items": { "$ref": "Scope" }, "description": "Scope chain … string
448 …{ "name": "this", "$ref": "Runtime.RemoteObject", "description": "<code>this</code> object for thi… string
449 …me": "returnValue", "$ref": "Runtime.RemoteObject", "optional": true, "description": "The value be… string
451 "description": "JavaScript call frame. Array of call frames form the call stack." string
457 …l", "with", "closure", "catch", "block", "script", "eval", "module"], "description": "Scope type."… string
458 …{ "name": "object", "$ref": "Runtime.RemoteObject", "description": "Object representing the scope.… string
460 …{ "name": "startLocation", "$ref": "Location", "optional": true, "description": "Location in the s… string
461 …{ "name": "endLocation", "$ref": "Location", "optional": true, "description": "Location in the sou… string
463 "description": "Scope description." string
468 "description": "Search match for resource.", string
470 … { "name": "lineNumber", "type": "number", "description": "Line number in resource content." }, string
471 … { "name": "lineContent", "type": "string", "description": "Line with match content." } string
479 …"description": "Enables debugger for the given page. Clients should not assume that the debugging … string
483 "description": "Disables debugger for given page." string
488 … { "name": "active", "type": "boolean", "description": "New value for breakpoints active state." } string
490 "description": "Activates / deactivates all breakpoints on the page." string
495 … { "name": "skip", "type": "boolean", "description": "New value for skip pauses state." } string
497 …"description": "Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc)." string
502 … { "name": "lineNumber", "type": "integer", "description": "Line number to set breakpoint at." }, string
503 …{ "name": "url", "type": "string", "optional": true, "description": "URL of the resources to set b… string
504 …{ "name": "urlRegex", "type": "string", "optional": true, "description": "Regex pattern for the UR… string
505 …{ "name": "columnNumber", "type": "integer", "optional": true, "description": "Offset in the line … string
506 …{ "name": "condition", "type": "string", "optional": true, "description": "Expression to use as a … string
509 …{ "name": "breakpointId", "$ref": "BreakpointId", "description": "Id of the created breakpoint for… string
510 …name": "locations", "type": "array", "items": { "$ref": "Location" }, "description": "List of the … string
512 …"description": "Sets JavaScript breakpoint at given location specified either by URL or URL regex.… string
517 … { "name": "location", "$ref": "Location", "description": "Location to set breakpoint in." }, string
518 …{ "name": "condition", "type": "string", "optional": true, "description": "Expression to use as a … string
521 …{ "name": "breakpointId", "$ref": "BreakpointId", "description": "Id of the created breakpoint for… string
522 …{ "name": "actualLocation", "$ref": "Location", "description": "Location this breakpoint resolved … string
524 "description": "Sets JavaScript breakpoint at a given location." string
531 "description": "Removes JavaScript breakpoint." string
536 …{ "name": "start", "$ref": "Location", "description": "Start of range to search possible breakpoin… string
537 …{ "name": "end", "$ref": "Location", "optional": true, "description": "End of range to search poss… string
540 …name": "locations", "type": "array", "items": { "$ref": "Location" }, "description": "List of the … string
542 …"description": "Returns possible locations for breakpoint. scriptId in start and end range locatio… string
548 … { "name": "location", "$ref": "Location", "description": "Location to continue to." } string
550 "description": "Continues execution until specific location is reached." string
554 "description": "Steps over the statement." string
558 "description": "Steps into the function call." string
562 "description": "Steps out of the function call." string
566 "description": "Stops on the next JavaScript statement." string
570 "description": "Resumes JavaScript execution." string
575 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script to search in." … string
576 { "name": "query", "type": "string", "description": "String to search for." }, string
577 …{ "name": "caseSensitive", "type": "boolean", "optional": true, "description": "If true, search is… string
578 …{ "name": "isRegex", "type": "boolean", "optional": true, "description": "If true, treats string p… string
581 …name": "result", "type": "array", "items": { "$ref": "SearchMatch" }, "description": "List of sear… string
584 "description": "Searches for given string in script content." string
589 … { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script to edit." }, string
590 … { "name": "scriptSource", "type": "string", "description": "New content of the script." }, string
591 …, "optional": true, "description": " If true the change will not actually be applied. Dry run may … string
594 … "type": "array", "optional": true, "items": { "$ref": "CallFrame" }, "description": "New stack tr… string
595 …{ "name": "stackChanged", "type": "boolean", "optional": true, "description": "Whether current cal… string
596 …": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async stack … string
597 …eptionDetails", "optional": true, "$ref": "Runtime.ExceptionDetails", "description": "Exception de… string
599 "description": "Edits JavaScript source live." string
604 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Call frame identifier to evaluate … string
607 …me": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "New stack tr… string
608 …": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async stack … string
610 "description": "Restarts particular call frame from the beginning." string
615 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script to get source f… string
618 { "name": "scriptSource", "type": "string", "description": "Script source." } string
620 "description": "Returns source for the script with given id." string
625 …ame": "state", "type": "string", "enum": ["none", "uncaught", "all"], "description": "Pause on exc… string
627 …"description": "Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught … string
632 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Call frame identifier to evaluate … string
633 … { "name": "expression", "type": "string", "description": "Expression to evaluate." }, string
634 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "String object group n… string
635 …"name": "includeCommandLineAPI", "type": "boolean", "optional": true, "description": "Specifies wh… string
636 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
637 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
638 …ePreview", "type": "boolean", "optional": true, "experimental": true, "description": "Whether prev… string
639 …deEffect", "type": "boolean", "optional": true, "experimental": true, "description": "Whether to t… string
642 …{ "name": "result", "$ref": "Runtime.RemoteObject", "description": "Object wrapper for the evaluat… string
643 …eptionDetails", "$ref": "Runtime.ExceptionDetails", "optional": true, "description": "Exception de… string
645 "description": "Evaluates expression on a given call frame." string
650 …{ "name": "scopeNumber", "type": "integer", "description": "0-based number of scope as was listed … string
651 { "name": "variableName", "type": "string", "description": "Variable name." }, string
652 … { "name": "newValue", "$ref": "Runtime.CallArgument", "description": "New variable value." }, string
653 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Id of callframe that holds variabl… string
655 …"description": "Changes value of variable in a callframe. Object-based scopes are not supported an… string
660 …{ "name": "maxDepth", "type": "integer", "description": "Maximum depth of async call stacks. Setti… string
662 "description": "Enables or disables async call stacks tracking." string
667 …{ "name": "patterns", "type": "array", "items": { "type": "string" }, "description": "Array of reg… string
670 …"description": "Replace previous blackbox patterns with passed ones. Forces backend to skip steppi… string
675 … { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script." }, string
679 …"description": "Makes backend skip steps in the script in blackboxed ranges. VM will try leave bla… string
686 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Identifier of the script parsed.… string
687 … { "name": "url", "type": "string", "description": "URL or name of the script parsed (if any)." }, string
688 …{ "name": "startLine", "type": "integer", "description": "Line offset of the script within the res… string
689 …{ "name": "startColumn", "type": "integer", "description": "Column offset of the script within the… string
690 … { "name": "endLine", "type": "integer", "description": "Last line of the script." }, string
691 …{ "name": "endColumn", "type": "integer", "description": "Length of the last line of the script." … string
692 …{ "name": "executionContextId", "$ref": "Runtime.ExecutionContextId", "description": "Specifies sc… string
693 … { "name": "hash", "type": "string", "description": "Content hash of the script."}, string
694 …name": "executionContextAuxData", "type": "object", "optional": true, "description": "Embedder-spe… string
695 …{ "name": "isLiveEdit", "type": "boolean", "optional": true, "description": "True, if this script … string
696 …{ "name": "sourceMapURL", "type": "string", "optional": true, "description": "URL of source map as… string
697 …{ "name": "hasSourceURL", "type": "boolean", "optional": true, "description": "True, if this scrip… string
698 …{ "name": "isModule", "type": "boolean", "optional": true, "description": "True, if this script is… string
700 …"description": "Fired when virtual machine parses script. This event is also fired for all known a… string
705 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Identifier of the script parsed.… string
706 … { "name": "url", "type": "string", "description": "URL or name of the script parsed (if any)." }, string
707 …{ "name": "startLine", "type": "integer", "description": "Line offset of the script within the res… string
708 …{ "name": "startColumn", "type": "integer", "description": "Column offset of the script within the… string
709 … { "name": "endLine", "type": "integer", "description": "Last line of the script." }, string
710 …{ "name": "endColumn", "type": "integer", "description": "Length of the last line of the script." … string
711 …{ "name": "executionContextId", "$ref": "Runtime.ExecutionContextId", "description": "Specifies sc… string
712 … { "name": "hash", "type": "string", "description": "Content hash of the script."}, string
713 …name": "executionContextAuxData", "type": "object", "optional": true, "description": "Embedder-spe… string
714 …{ "name": "sourceMapURL", "type": "string", "optional": true, "description": "URL of source map as… string
715 …{ "name": "hasSourceURL", "type": "boolean", "optional": true, "description": "True, if this scrip… string
716 …{ "name": "isModule", "type": "boolean", "optional": true, "description": "True, if this script is… string
718 "description": "Fired when virtual machine fails to parse the script." string
723 …{ "name": "breakpointId", "$ref": "BreakpointId", "description": "Breakpoint unique identifier." }, string
724 … { "name": "location", "$ref": "Location", "description": "Actual breakpoint location." } string
726 "description": "Fired when breakpoint is resolved to an actual script and location." string
731 …me": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "Call stack t… string
732 …", "debugCommand", "promiseRejection", "OOM", "other", "ambiguous" ], "description": "Pause reason… string
733 …{ "name": "data", "type": "object", "optional": true, "description": "Object containing break-spec… string
734 …s", "type": "array", "optional": true, "items": { "type": "string" }, "description": "Hit breakpoi… string
735 …": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async stack … string
737 …"description": "Fired when the virtual machine stopped on breakpoint or exception or any other sto… string
741 "description": "Fired when the virtual machine resumed execution." string
747 "description": "This domain is deprecated - use Runtime or Log instead.", string
754 "description": "Console message.", string
756 …ppcache", "rendering", "security", "other", "deprecation", "worker"], "description": "Message sour… string
757 …ype": "string", "enum": ["log", "warning", "error", "debug", "info"], "description": "Message seve… string
758 { "name": "text", "type": "string", "description": "Message text." }, string
759 …{ "name": "url", "type": "string", "optional": true, "description": "URL of the message origin." }, string
760 …{ "name": "line", "type": "integer", "optional": true, "description": "Line number in the resource… string
761 …{ "name": "column", "type": "integer", "optional": true, "description": "Column number in the reso… string
768 …"description": "Enables console domain, sends the messages collected so far to the client by means… string
772 …"description": "Disables console domain, prevents further console messages from being reported to … string
776 "description": "Does nothing." string
783 …{ "name": "message", "$ref": "ConsoleMessage", "description": "Console message that has been added… string
785 "description": "Issued when new console message is added." string
796 … "description": "Profile node. Holds callsite information, execution statistics and child nodes.", string
798 { "name": "id", "type": "integer", "description": "Unique id of the node." }, string
799 … { "name": "callFrame", "$ref": "Runtime.CallFrame", "description": "Function location." }, string
800 …hitCount", "type": "integer", "optional": true, "experimental": true, "description": "Number of sa… string
801 …", "type": "array", "items": { "type": "integer" }, "optional": true, "description": "Child node i… string
802 …{ "name": "deoptReason", "type": "string", "optional": true, "description": "The reason of being n… string
803 …"$ref": "PositionTickInfo" }, "optional": true, "experimental": true, "description": "An array of … string
809 "description": "Profile.", string
811 …"name": "nodes", "type": "array", "items": { "$ref": "ProfileNode" }, "description": "The list of … string
812 …{ "name": "startTime", "type": "number", "description": "Profiling start timestamp in microseconds… string
813 …{ "name": "endTime", "type": "number", "description": "Profiling end timestamp in microseconds." }, string
814 …", "optional": true, "type": "array", "items": { "type": "integer" }, "description": "Ids of sampl… string
815 …", "optional": true, "type": "array", "items": { "type": "integer" }, "description": "Time interva… string
822 … "description": "Specifies a number of samples attributed to a certain source position.", string
824 … { "name": "line", "type": "integer", "description": "Source line number (1-based)." }, string
825 …{ "name": "ticks", "type": "integer", "description": "Number of samples attributed to the source l… string
830 "description": "Coverage data for a source range.", string
832 …{ "name": "startLineNumber", "type": "integer", "description": "JavaScript script line number (0-b… string
833 …{ "name": "startColumnNumber", "type": "integer", "description": "JavaScript script column number … string
834 …{ "name": "endLineNumber", "type": "integer", "description": "JavaScript script line number (0-bas… string
835 …{ "name": "endColumnNumber", "type": "integer", "description": "JavaScript script column number (0… string
836 …{ "name": "count", "type": "integer", "description": "Collected execution count of the source rang… string
842 "description": "Coverage data for a JavaScript function.", string
844 … { "name": "functionName", "type": "string", "description": "JavaScript function name." }, string
845 …me": "ranges", "type": "array", "items": { "$ref": "CoverageRange" }, "description": "Source range… string
852 "description": "Coverage data for a JavaScript script.", string
854 … { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "JavaScript script id." }, string
855 … { "name": "url", "type": "string", "description": "JavaScript script name or url." }, string
856 …functions", "type": "array", "items": { "$ref": "FunctionCoverage" }, "description": "Functions co… string
871 … { "name": "interval", "type": "integer", "description": "New sampling interval in microseconds." } string
873 …"description": "Changes CPU profiler sampling interval. Must be called before CPU profiles recordi… string
881 { "name": "profile", "$ref": "Profile", "description": "Recorded profile." } string
886 …"description": "Enable precise code coverage. Coverage data for JavaScript executed before enablin… string
891 …"description": "Disable precise code coverage. Disabling releases unnecessary execution count reco… string
897 …e": "result", "type": "array", "items": { "$ref": "ScriptCoverage" }, "description": "Coverage dat… string
899 …"description": "Collect coverage data for the current isolate, and resets execution counters. Prec… string
905 …e": "result", "type": "array", "items": { "$ref": "ScriptCoverage" }, "description": "Coverage dat… string
907 …"description": "Collect coverage data for the current isolate. The coverage data may be incomplete… string
916 …{ "name": "location", "$ref": "Debugger.Location", "description": "Location of console.profile()."… string
917 …{ "name": "title", "type": "string", "optional": true, "description": "Profile title passed as an … string
919 … "description": "Sent when new profile recodring is started using console.profile() call." string
925 …{ "name": "location", "$ref": "Debugger.Location", "description": "Location of console.profileEnd(… string
927 …{ "name": "title", "type": "string", "optional": true, "description": "Profile title passed as an … string
940 "description": "Heap snapshot object id." string
945 …"description": "Sampling Heap Profile node. Holds callsite information, allocation statistics and … string
947 … { "name": "callFrame", "$ref": "Runtime.CallFrame", "description": "Function location." }, string
948 …{ "name": "selfSize", "type": "number", "description": "Allocations size in bytes for the node exc… string
949 …en", "type": "array", "items": { "$ref": "SamplingHeapProfileNode" }, "description": "Child nodes.… string
955 "description": "Profile.", string
977 …{ "name": "reportProgress", "type": "boolean", "optional": true, "description": "If true 'reportHe… string
983 …{ "name": "reportProgress", "type": "boolean", "optional": true, "description": "If true 'reportHe… string
993 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
996 … { "name": "result", "$ref": "Runtime.RemoteObject", "description": "Evaluation result." } string
1002 …{ "name": "heapObjectId", "$ref": "HeapSnapshotObjectId", "description": "Heap snapshot object id … string
1004 …"description": "Enables console to refer to the node with given id via $x (see Command Line API fo… string
1009 …{ "name": "objectId", "$ref": "Runtime.RemoteObjectId", "description": "Identifier of the object t… string
1012 …{ "name": "heapSnapshotObjectId", "$ref": "HeapSnapshotObjectId", "description": "Id of the heap s… string
1018 …{ "name": "samplingInterval", "type": "number", "optional": true, "description": "Average sample i… string
1024 …{ "name": "profile", "$ref": "SamplingHeapProfile", "description": "Recorded sampling heap profile… string
1048 …"description": "If heap objects tracking has been started then backend regulary sends a current va… string
1056 …"description": "If heap objects tracking has been started then backend may send update for one or … string
1058 …ame": "statsUpdate", "type": "array", "items": { "type": "integer" }, "description": "An array of … string