• Home
  • Raw
  • Download

Lines Matching defs:name

13                     { "name": "name", "type": "string", "description": "Domain name." },  string
14 { "name": "version", "type": "string", "description": "Domain version." } string
20 "name": "getDomains", string
24 …{ "name": "domains", "type": "array", "items": { "$ref": "Domain" }, "description": "List of suppo… string
54 …{ "name": "type", "type": "string", "enum": ["object", "function", "undefined", "string", "number"… string
55 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… 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 …{ "name": "unserializableValue", "$ref": "UnserializableValue", "optional": true, "description": "… 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
62 … { "name": "customPreview", "$ref": "CustomPreview", "optional": true, "experimental": true} string
70 { "name": "header", "type": "string"}, string
71 { "name": "hasBody", "type": "boolean"}, string
72 { "name": "formatterObjectId", "$ref": "RemoteObjectId"}, string
73 { "name": "bindRemoteObjectFunctionId", "$ref": "RemoteObjectId" }, string
74 { "name": "configObjectId", "$ref": "RemoteObjectId", "optional": true } string
83 …{ "name": "type", "type": "string", "enum": ["object", "function", "undefined", "string", "number"… string
84 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… 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 …{ "name": "properties", "type": "array", "items": { "$ref": "PropertyPreview" }, "description": "L… string
88 …{ "name": "entries", "type": "array", "items": { "$ref": "EntryPreview" }, "optional": true, "desc… string
96 { "name": "name", "type": "string", "description": "Property name." }, string
97 …{ "name": "type", "type": "string", "enum": ["object", "function", "undefined", "string", "number"… 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 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… 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
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
134 … { "name": "name", "type": "string", "description": "Conventional property name." }, string
135 …{ "name": "value", "$ref": "RemoteObject", "optional": true, "description": "The value associated … string
143 … { "name": "value", "type": "any", "optional": true, "description": "Primitive value." }, string
144 …{ "name": "unserializableValue", "$ref": "UnserializableValue", "optional": true, "description": "… string
145 …{ "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Remote object ha… 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
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 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Id… 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
202 …{ "name": "description", "type": "string", "optional": true, "description": "String label of this … string
203 …{ "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "JavaScr… string
204 …{ "name": "parent", "$ref": "StackTrace", "optional": true, "description": "Asynchronous JavaScrip… string
205 …{ "name": "promiseCreationFrame", "$ref": "CallFrame", "optional": true, "experimental": true, "de… string
211 "name": "evaluate", 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… string
216 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
217 …{ "name": "contextId", "$ref": "ExecutionContextId", "optional": true, "description": "Specifies i… string
218 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
219 …{ "name": "generatePreview", "type": "boolean", "optional": true, "experimental": true, "descripti… string
220 …{ "name": "userGesture", "type": "boolean", "optional": true, "experimental": true, "description":… string
221 …{ "name": "awaitPromise", "type": "boolean", "optional":true, "description": "Whether execution sh… string
224 … { "name": "result", "$ref": "RemoteObject", "description": "Evaluation result." }, string
225 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
230 "name": "awaitPromise", 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 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
243 "name": "callFunctionOn", 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 …{ "name": "arguments", "type": "array", "items": { "$ref": "CallArgument", "description": "Call ar… 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 …{ "name": "generatePreview", "type": "boolean", "optional": true, "experimental": true, "descripti… string
251 …{ "name": "userGesture", "type": "boolean", "optional": true, "experimental": true, "description":… string
252 …{ "name": "awaitPromise", "type": "boolean", "optional":true, "description": "Whether execution sh… string
255 { "name": "result", "$ref": "RemoteObject", "description": "Call result." }, string
256 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
261 "name": "getProperties", 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, … string
266 …{ "name": "generatePreview", "type": "boolean", "optional": true, "experimental": true, "descripti… string
269 …{ "name": "result", "type": "array", "items": { "$ref": "PropertyDescriptor" }, "description": "Ob… string
270 …{ "name": "internalProperties", "optional": true, "type": "array", "items": { "$ref": "InternalPro… string
271 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
276 "name": "releaseObject", string
278 …{ "name": "objectId", "$ref": "RemoteObjectId", "description": "Identifier of the object to releas… string
283 "name": "releaseObjectGroup", string
285 … { "name": "objectGroup", "type": "string", "description": "Symbolic object group name." } string
290 "name": "runIfWaitingForDebugger", string
294 "name": "enable", string
298 "name": "disable", string
302 "name": "discardConsoleEntries", string
306 "name": "setCustomObjectFormatterEnabled", string
309 "name": "enabled", string
316 "name": "compileScript", 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 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Sp… string
324 … { "name": "scriptId", "$ref": "ScriptId", "optional": true, "description": "Id of the script." }, string
325 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
330 "name": "runScript", string
332 … { "name": "scriptId", "$ref": "ScriptId", "description": "Id of the script to run." }, string
333 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Sp… 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… 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 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
350 "name": "executionContextCreated", string
352 …{ "name": "context", "$ref": "ExecutionContextDescription", "description": "A newly created execut… string
357 "name": "executionContextDestroyed", string
359 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "description": "Id of the destroyed … string
364 "name": "executionContextsCleared", string
368 "name": "exceptionThrown", string
371 … { "name": "timestamp", "$ref": "Timestamp", "description": "Timestamp of the exception." }, string
372 { "name": "exceptionDetails", "$ref": "ExceptionDetails" } string
376 "name": "exceptionRevoked", 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
384 "name": "consoleAPICalled", string
387 …{ "name": "type", "type": "string", "enum": ["log", "debug", "info", "error", "warning", "dir", "d… string
388 …{ "name": "args", "type": "array", "items": { "$ref": "RemoteObject" }, "description": "Call argum… 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
395 "name": "inspectRequested", string
398 { "name": "object", "$ref": "RemoteObject" }, string
399 { "name": "hints", "type": "object" } 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
434 { "name": "lineNumber", "type": "integer" }, string
435 { "name": "columnNumber", "type": "integer" } 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 …{ "name": "functionLocation", "$ref": "Location", "optional": true, "experimental": true, "descrip… 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 …{ "name": "returnValue", "$ref": "Runtime.RemoteObject", "optional": true, "description": "The val… string
457 …{ "name": "type", "type": "string", "enum": ["global", "local", "with", "closure", "catch", "block… string
458 …{ "name": "object", "$ref": "Runtime.RemoteObject", "description": "Object representing the scope.… string
459 { "name": "name", "type": "string", "optional": true }, 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
470 … { "name": "lineNumber", "type": "number", "description": "Line number in resource content." }, string
471 … { "name": "lineContent", "type": "string", "description": "Line with match content." } string
478 "name": "enable", string
482 "name": "disable", string
486 "name": "setBreakpointsActive", string
488 … { "name": "active", "type": "boolean", "description": "New value for breakpoints active state." } string
493 "name": "setSkipAllPauses", string
495 … { "name": "skip", "type": "boolean", "description": "New value for skip pauses state." } string
500 "name": "setBreakpointByUrl", 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 t… string
515 "name": "setBreakpoint", 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
527 "name": "removeBreakpoint", string
529 { "name": "breakpointId", "$ref": "BreakpointId" } string
534 "name": "getPossibleBreakpoints", 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 t… string
546 "name": "continueToLocation", string
548 … { "name": "location", "$ref": "Location", "description": "Location to continue to." } string
553 "name": "stepOver", string
557 "name": "stepInto", string
561 "name": "stepOut", string
565 "name": "pause", string
569 "name": "resume", string
573 "name": "searchInContent", 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 s… string
587 "name": "setScriptSource", 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 …{ "name": "dryRun", "type": "boolean", "optional": true, "description": " If true the change will … string
594 …{ "name": "callFrames", "type": "array", "optional": true, "items": { "$ref": "CallFrame" }, "desc… string
595 …{ "name": "stackChanged", "type": "boolean", "optional": true, "description": "Whether current cal… string
596 …{ "name": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async… string
597 …{ "name": "exceptionDetails", "optional": true, "$ref": "Runtime.ExceptionDetails", "description":… string
602 "name": "restartFrame", string
604 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Call frame identifier to evaluate … string
607 …{ "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "New sta… string
608 …{ "name": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async… string
613 "name": "getScriptSource", 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
623 "name": "setPauseOnExceptions", string
625 …{ "name": "state", "type": "string", "enum": ["none", "uncaught", "all"], "description": "Pause on… string
630 "name": "evaluateOnCallFrame", 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 … 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 …{ "name": "generatePreview", "type": "boolean", "optional": true, "experimental": true, "descripti… string
639 …{ "name": "throwOnSideEffect", "type": "boolean", "optional": true, "experimental": true, "descrip… string
642 …{ "name": "result", "$ref": "Runtime.RemoteObject", "description": "Object wrapper for the evaluat… string
643 …{ "name": "exceptionDetails", "$ref": "Runtime.ExceptionDetails", "optional": true, "description":… string
648 "name": "setVariableValue", 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
658 "name": "setAsyncCallStackDepth", string
660 …{ "name": "maxDepth", "type": "integer", "description": "Maximum depth of async call stacks. Setti… string
665 "name": "setBlackboxPatterns", string
667 …{ "name": "patterns", "type": "array", "items": { "type": "string" }, "description": "Array of reg… string
673 "name": "setBlackboxedRanges", string
675 … { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script." }, string
676 { "name": "positions", "type": "array", "items": { "$ref": "ScriptPosition" } } string
684 "name": "scriptParsed", 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-… 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
703 "name": "scriptFailedToParse", 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-… 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
721 "name": "breakpointResolved", string
723 …{ "name": "breakpointId", "$ref": "BreakpointId", "description": "Breakpoint unique identifier." }, string
724 … { "name": "location", "$ref": "Location", "description": "Actual breakpoint location." } string
729 "name": "paused", string
731 …{ "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "Call st… string
732 …{ "name": "reason", "type": "string", "enum": [ "XHR", "DOM", "EventListener", "exception", "asser… string
733 …{ "name": "data", "type": "object", "optional": true, "description": "Object containing break-spec… string
734 …{ "name": "hitBreakpoints", "type": "array", "optional": true, "items": { "type": "string" }, "des… string
735 …{ "name": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async… string
740 "name": "resumed", string
756 …{ "name": "source", "type": "string", "enum": ["xml", "javascript", "network", "console-api", "sto… string
757 …{ "name": "level", "type": "string", "enum": ["log", "warning", "error", "debug", "info"], "descri… 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
767 "name": "enable", string
771 "name": "disable", string
775 "name": "clearMessages", string
781 "name": "messageAdded", string
783 …{ "name": "message", "$ref": "ConsoleMessage", "description": "Console message that has been added… string
798 { "name": "id", "type": "integer", "description": "Unique id of the node." }, string
799 … { "name": "callFrame", "$ref": "Runtime.CallFrame", "description": "Function location." }, string
800 …{ "name": "hitCount", "type": "integer", "optional": true, "experimental": true, "description": "N… string
801 …{ "name": "children", "type": "array", "items": { "type": "integer" }, "optional": true, "descript… string
802 …{ "name": "deoptReason", "type": "string", "optional": true, "description": "The reason of being n… string
803 …{ "name": "positionTicks", "type": "array", "items": { "$ref": "PositionTickInfo" }, "optional": t… string
811 …{ "name": "nodes", "type": "array", "items": { "$ref": "ProfileNode" }, "description": "The list o… 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 …{ "name": "samples", "optional": true, "type": "array", "items": { "type": "integer" }, "descripti… string
815 …{ "name": "timeDeltas", "optional": true, "type": "array", "items": { "type": "integer" }, "descri… 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
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
844 … { "name": "functionName", "type": "string", "description": "JavaScript function name." }, string
845 …{ "name": "ranges", "type": "array", "items": { "$ref": "CoverageRange" }, "description": "Source … 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 …{ "name": "functions", "type": "array", "items": { "$ref": "FunctionCoverage" }, "description": "F… string
863 "name": "enable" string
866 "name": "disable" string
869 "name": "setSamplingInterval", string
871 … { "name": "interval", "type": "integer", "description": "New sampling interval in microseconds." } string
876 "name": "start" string
879 "name": "stop", string
881 { "name": "profile", "$ref": "Profile", "description": "Recorded profile." } string
885 "name": "startPreciseCoverage", string
890 "name": "stopPreciseCoverage", string
895 "name": "takePreciseCoverage", string
897 …{ "name": "result", "type": "array", "items": { "$ref": "ScriptCoverage" }, "description": "Covera… string
903 "name": "getBestEffortCoverage", string
905 …{ "name": "result", "type": "array", "items": { "$ref": "ScriptCoverage" }, "description": "Covera… string
913 "name": "consoleProfileStarted", string
915 { "name": "id", "type": "string" }, 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
922 "name": "consoleProfileFinished", string
924 { "name": "id", "type": "string" }, string
925 …{ "name": "location", "$ref": "Debugger.Location", "description": "Location of console.profileEnd(… string
926 { "name": "profile", "$ref": "Profile" }, string
927 …{ "name": "title", "type": "string", "optional": true, "description": "Profile title passed as an … 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 …{ "name": "children", "type": "array", "items": { "$ref": "SamplingHeapProfileNode" }, "descriptio… string
957 { "name": "head", "$ref": "SamplingHeapProfileNode" } string
963 "name": "enable" string
966 "name": "disable" string
969 "name": "startTrackingHeapObjects", string
971 { "name": "trackAllocations", "type": "boolean", "optional": true } string
975 "name": "stopTrackingHeapObjects", string
977 …{ "name": "reportProgress", "type": "boolean", "optional": true, "description": "If true 'reportHe… string
981 "name": "takeHeapSnapshot", string
983 …{ "name": "reportProgress", "type": "boolean", "optional": true, "description": "If true 'reportHe… string
987 "name": "collectGarbage" string
990 "name": "getObjectByHeapObjectId", string
992 { "name": "objectId", "$ref": "HeapSnapshotObjectId" }, string
993 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
996 … { "name": "result", "$ref": "Runtime.RemoteObject", "description": "Evaluation result." } string
1000 "name": "addInspectedHeapObject", string
1002 …{ "name": "heapObjectId", "$ref": "HeapSnapshotObjectId", "description": "Heap snapshot object id … string
1007 "name": "getHeapObjectId", 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
1016 "name": "startSampling", string
1018 …{ "name": "samplingInterval", "type": "number", "optional": true, "description": "Average sample i… string
1022 "name": "stopSampling", string
1024 …{ "name": "profile", "$ref": "SamplingHeapProfile", "description": "Recorded sampling heap profile… string
1030 "name": "addHeapSnapshotChunk", string
1032 { "name": "chunk", "type": "string" } string
1036 "name": "resetProfiles" string
1039 "name": "reportHeapSnapshotProgress", string
1041 { "name": "done", "type": "integer" }, string
1042 { "name": "total", "type": "integer" }, string
1043 { "name": "finished", "type": "boolean", "optional": true } string
1047 "name": "lastSeenObjectId", string
1050 { "name": "lastSeenObjectId", "type": "integer" }, string
1051 { "name": "timestamp", "type": "number" } string
1055 "name": "heapStatsUpdate", string
1058 …{ "name": "statsUpdate", "type": "array", "items": { "type": "integer" }, "description": "An array… string