Lines Matching defs:name
14 { "name": "name", "type": "string", "description": "Domain name." }, string
15 { "name": "version", "type": "string", "description": "Domain version." } string
21 "name": "getDomains", string
25 …{ "name": "domains", "type": "array", "items": { "$ref": "Domain" }, "description": "List of suppo… string
55 …{ "name": "type", "type": "string", "enum": ["object", "function", "undefined", "string", "number"… string
56 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… string
57 …{ "name": "className", "type": "string", "optional": true, "description": "Object class (construct… string
58 …{ "name": "value", "type": "any", "optional": true, "description": "Remote object value in case of… string
59 …{ "name": "unserializableValue", "$ref": "UnserializableValue", "optional": true, "description": "… string
60 …{ "name": "description", "type": "string", "optional": true, "description": "String representation… string
61 …{ "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Unique object id… string
62 …{ "name": "preview", "$ref": "ObjectPreview", "optional": true, "description": "Preview containing… string
63 … { "name": "customPreview", "$ref": "CustomPreview", "optional": true, "experimental": true} string
71 { "name": "header", "type": "string"}, string
72 { "name": "hasBody", "type": "boolean"}, string
73 { "name": "formatterObjectId", "$ref": "RemoteObjectId"}, string
74 { "name": "bindRemoteObjectFunctionId", "$ref": "RemoteObjectId" }, string
75 { "name": "configObjectId", "$ref": "RemoteObjectId", "optional": true } string
84 …{ "name": "type", "type": "string", "enum": ["object", "function", "undefined", "string", "number"… string
85 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… string
86 …{ "name": "description", "type": "string", "optional": true, "description": "String representation… string
87 …{ "name": "overflow", "type": "boolean", "description": "True iff some of the properties or entrie… string
88 …{ "name": "properties", "type": "array", "items": { "$ref": "PropertyPreview" }, "description": "L… string
89 …{ "name": "entries", "type": "array", "items": { "$ref": "EntryPreview" }, "optional": true, "desc… string
97 { "name": "name", "type": "string", "description": "Property name." }, string
98 …{ "name": "type", "type": "string", "enum": ["object", "function", "undefined", "string", "number"… string
99 …{ "name": "value", "type": "string", "optional": true, "description": "User-friendly property valu… string
100 …{ "name": "valuePreview", "$ref": "ObjectPreview", "optional": true, "description": "Nested value … string
101 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… string
109 …{ "name": "key", "$ref": "ObjectPreview", "optional": true, "description": "Preview of the key. Sp… string
110 … { "name": "value", "$ref": "ObjectPreview", "description": "Preview of the value." } string
118 … { "name": "name", "type": "string", "description": "Property name or symbol description." }, string
119 …{ "name": "value", "$ref": "RemoteObject", "optional": true, "description": "The value associated … string
120 …{ "name": "writable", "type": "boolean", "optional": true, "description": "True if the value assoc… string
121 …{ "name": "get", "$ref": "RemoteObject", "optional": true, "description": "A function which serves… string
122 …{ "name": "set", "$ref": "RemoteObject", "optional": true, "description": "A function which serves… string
123 …{ "name": "configurable", "type": "boolean", "description": "True if the type of this property des… string
124 …{ "name": "enumerable", "type": "boolean", "description": "True if this property shows up during e… string
125 …{ "name": "wasThrown", "type": "boolean", "optional": true, "description": "True if the result was… string
126 …{ "name": "isOwn", "optional": true, "type": "boolean", "description": "True if the property is ow… string
127 …{ "name": "symbol", "$ref": "RemoteObject", "optional": true, "description": "Property symbol obje… string
135 … { "name": "name", "type": "string", "description": "Conventional property name." }, string
136 …{ "name": "value", "$ref": "RemoteObject", "optional": true, "description": "The value associated … string
144 …{ "name": "value", "type": "any", "optional": true, "description": "Primitive value or serializabl… string
145 …{ "name": "unserializableValue", "$ref": "UnserializableValue", "optional": true, "description": "… string
146 …{ "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Remote object ha… string
159 …{ "name": "id", "$ref": "ExecutionContextId", "description": "Unique id of the execution context. … string
160 … { "name": "origin", "type": "string", "description": "Execution context origin." }, string
161 …{ "name": "name", "type": "string", "description": "Human readable name describing given context."… string
162 …{ "name": "auxData", "type": "object", "optional": true, "description": "Embedder-specific auxilia… string
170 { "name": "exceptionId", "type": "integer", "description": "Exception id." }, string
171 …{ "name": "text", "type": "string", "description": "Exception text, which should be used together … string
172 …{ "name": "lineNumber", "type": "integer", "description": "Line number of the exception location (… string
173 …{ "name": "columnNumber", "type": "integer", "description": "Column number of the exception locati… string
174 …{ "name": "scriptId", "$ref": "ScriptId", "optional": true, "description": "Script ID of the excep… string
175 …{ "name": "url", "type": "string", "optional": true, "description": "URL of the exception location… string
176 …{ "name": "stackTrace", "$ref": "StackTrace", "optional": true, "description": "JavaScript stack t… string
177 …{ "name": "exception", "$ref": "RemoteObject", "optional": true, "description": "Exception object … string
178 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Id… string
191 … { "name": "functionName", "type": "string", "description": "JavaScript function name." }, string
192 … { "name": "scriptId", "$ref": "ScriptId", "description": "JavaScript script id." }, string
193 … { "name": "url", "type": "string", "description": "JavaScript script name or url." }, string
194 …{ "name": "lineNumber", "type": "integer", "description": "JavaScript script line number (0-based)… string
195 …{ "name": "columnNumber", "type": "integer", "description": "JavaScript script column number (0-ba… string
203 …{ "name": "description", "type": "string", "optional": true, "description": "String label of this … string
204 …{ "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "JavaScr… string
205 …{ "name": "parent", "$ref": "StackTrace", "optional": true, "description": "Asynchronous JavaScrip… string
206 …{ "name": "parentId", "$ref": "StackTraceId", "optional": true, "experimental": true, "description… string
220 { "name": "id", "type": "string" }, string
221 { "name": "debuggerId", "$ref": "UniqueDebuggerId", "optional": true } string
228 "name": "evaluate", string
230 … { "name": "expression", "type": "string", "description": "Expression to evaluate." }, string
231 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
232 …{ "name": "includeCommandLineAPI", "type": "boolean", "optional": true, "description": "Determines… string
233 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
234 …{ "name": "contextId", "$ref": "ExecutionContextId", "optional": true, "description": "Specifies i… string
235 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
236 …{ "name": "generatePreview", "type": "boolean", "optional": true, "experimental": true, "descripti… string
237 …{ "name": "userGesture", "type": "boolean", "optional": true, "description": "Whether execution sh… string
238 …{ "name": "awaitPromise", "type": "boolean", "optional":true, "description": "Whether execution sh… string
241 … { "name": "result", "$ref": "RemoteObject", "description": "Evaluation result." }, string
242 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
247 "name": "awaitPromise", string
249 …{ "name": "promiseObjectId", "$ref": "RemoteObjectId", "description": "Identifier of the promise."… string
250 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
251 …{ "name": "generatePreview", "type": "boolean", "optional": true, "description": "Whether preview … string
254 …{ "name": "result", "$ref": "RemoteObject", "description": "Promise result. Will contain rejected … string
255 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
260 "name": "callFunctionOn", string
262 …{ "name": "functionDeclaration", "type": "string", "description": "Declaration of the function to … string
263 …{ "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Identifier of th… string
264 …{ "name": "arguments", "type": "array", "items": { "$ref": "CallArgument", "description": "Call ar… string
265 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
266 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
267 …{ "name": "generatePreview", "type": "boolean", "optional": true, "experimental": true, "descripti… string
268 …{ "name": "userGesture", "type": "boolean", "optional": true, "description": "Whether execution sh… string
269 …{ "name": "awaitPromise", "type": "boolean", "optional":true, "description": "Whether execution sh… string
270 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Sp… string
271 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
274 { "name": "result", "$ref": "RemoteObject", "description": "Call result." }, string
275 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
280 "name": "getProperties", string
282 …{ "name": "objectId", "$ref": "RemoteObjectId", "description": "Identifier of the object to return… string
283 …{ "name": "ownProperties", "optional": true, "type": "boolean", "description": "If true, returns p… string
284 …{ "name": "accessorPropertiesOnly", "optional": true, "type": "boolean", "description": "If true, … string
285 …{ "name": "generatePreview", "type": "boolean", "optional": true, "experimental": true, "descripti… string
288 …{ "name": "result", "type": "array", "items": { "$ref": "PropertyDescriptor" }, "description": "Ob… string
289 …{ "name": "internalProperties", "optional": true, "type": "array", "items": { "$ref": "InternalPro… string
290 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
295 "name": "releaseObject", string
297 …{ "name": "objectId", "$ref": "RemoteObjectId", "description": "Identifier of the object to releas… string
302 "name": "releaseObjectGroup", string
304 … { "name": "objectGroup", "type": "string", "description": "Symbolic object group name." } string
309 "name": "runIfWaitingForDebugger", string
313 "name": "enable", string
317 "name": "disable", string
321 "name": "discardConsoleEntries", string
325 "name": "setCustomObjectFormatterEnabled", string
328 "name": "enabled", string
335 "name": "compileScript", string
337 … { "name": "expression", "type": "string", "description": "Expression to compile." }, string
338 … { "name": "sourceURL", "type": "string", "description": "Source url to be set for the script." }, string
339 …{ "name": "persistScript", "type": "boolean", "description": "Specifies whether the compiled scrip… string
340 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Sp… string
343 … { "name": "scriptId", "$ref": "ScriptId", "optional": true, "description": "Id of the script." }, string
344 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
349 "name": "runScript", string
351 … { "name": "scriptId", "$ref": "ScriptId", "description": "Id of the script to run." }, string
352 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Sp… string
353 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
354 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
355 …{ "name": "includeCommandLineAPI", "type": "boolean", "optional": true, "description": "Determines… string
356 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
357 …{ "name": "generatePreview", "type": "boolean", "optional": true, "description": "Whether preview … string
358 …{ "name": "awaitPromise", "type": "boolean", "optional": true, "description": "Whether execution s… string
361 { "name": "result", "$ref": "RemoteObject", "description": "Run result." }, string
362 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
367 "name": "queryObjects", string
369 …{ "name": "prototypeObjectId", "$ref": "RemoteObjectId", "description": "Identifier of the prototy… string
372 … { "name": "objects", "$ref": "RemoteObject", "description": "Array with objects." } string
376 "name": "globalLexicalScopeNames", string
378 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Sp… string
381 { "name": "names", "type": "array", "items": { "type": "string" } } string
388 "name": "executionContextCreated", string
390 …{ "name": "context", "$ref": "ExecutionContextDescription", "description": "A newly created execut… string
395 "name": "executionContextDestroyed", string
397 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "description": "Id of the destroyed … string
402 "name": "executionContextsCleared", string
406 "name": "exceptionThrown", string
409 … { "name": "timestamp", "$ref": "Timestamp", "description": "Timestamp of the exception." }, string
410 { "name": "exceptionDetails", "$ref": "ExceptionDetails" } string
414 "name": "exceptionRevoked", string
417 …{ "name": "reason", "type": "string", "description": "Reason describing why exception was revoked.… string
418 …{ "name": "exceptionId", "type": "integer", "description": "The id of revoked exception, as report… string
422 "name": "consoleAPICalled", string
425 …{ "name": "type", "type": "string", "enum": ["log", "debug", "info", "error", "warning", "dir", "d… string
426 …{ "name": "args", "type": "array", "items": { "$ref": "RemoteObject" }, "description": "Call argum… string
427 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "description": "Identifier of the co… string
428 { "name": "timestamp", "$ref": "Timestamp", "description": "Call timestamp." }, string
429 …{ "name": "stackTrace", "$ref": "StackTrace", "optional": true, "description": "Stack trace captur… string
430 …{ "name": "context", "type": "string", "optional": true, "experimental": true, "description": "Con… string
434 "name": "inspectRequested", string
437 { "name": "object", "$ref": "RemoteObject" }, string
438 { "name": "hints", "type": "object" } string
462 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Script identifier as reported in… string
463 …{ "name": "lineNumber", "type": "integer", "description": "Line number in the script (0-based)." }, string
464 …{ "name": "columnNumber", "type": "integer", "optional": true, "description": "Column number in th… string
473 { "name": "lineNumber", "type": "integer" }, string
474 { "name": "columnNumber", "type": "integer" } string
482 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Call frame identifier. This identi… string
483 …{ "name": "functionName", "type": "string", "description": "Name of the JavaScript function called… string
484 …{ "name": "functionLocation", "$ref": "Location", "optional": true, "description": "Location in th… string
485 … { "name": "location", "$ref": "Location", "description": "Location in the source code." }, string
486 … { "name": "url", "type": "string", "description": "JavaScript script name or url." }, string
487 …{ "name": "scopeChain", "type": "array", "items": { "$ref": "Scope" }, "description": "Scope chain… string
488 …{ "name": "this", "$ref": "Runtime.RemoteObject", "description": "<code>this</code> object for thi… string
489 …{ "name": "returnValue", "$ref": "Runtime.RemoteObject", "optional": true, "description": "The val… string
497 …{ "name": "type", "type": "string", "enum": ["global", "local", "with", "closure", "catch", "block… string
498 …{ "name": "object", "$ref": "Runtime.RemoteObject", "description": "Object representing the scope.… string
499 { "name": "name", "type": "string", "optional": true }, string
500 …{ "name": "startLocation", "$ref": "Location", "optional": true, "description": "Location in the s… string
501 …{ "name": "endLocation", "$ref": "Location", "optional": true, "description": "Location in the sou… string
510 … { "name": "lineNumber", "type": "number", "description": "Line number in resource content." }, string
511 … { "name": "lineContent", "type": "string", "description": "Line with match content." } string
518 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Script identifier as reported in… string
519 …{ "name": "lineNumber", "type": "integer", "description": "Line number in the script (0-based)." }, string
520 …{ "name": "columnNumber", "type": "integer", "optional": true, "description": "Column number in th… string
521 …{ "name": "type", "type": "string", "enum": [ "debuggerStatement", "call", "return" ], "optional":… string
527 "name": "enable", string
529 …{ "name": "debuggerId", "$ref": "Runtime.UniqueDebuggerId", "experimental": true, "description": "… string
534 "name": "disable", string
538 "name": "setBreakpointsActive", string
540 … { "name": "active", "type": "boolean", "description": "New value for breakpoints active state." } string
545 "name": "setSkipAllPauses", string
547 … { "name": "skip", "type": "boolean", "description": "New value for skip pauses state." } string
552 "name": "setBreakpointByUrl", string
554 … { "name": "lineNumber", "type": "integer", "description": "Line number to set breakpoint at." }, string
555 …{ "name": "url", "type": "string", "optional": true, "description": "URL of the resources to set b… string
556 …{ "name": "urlRegex", "type": "string", "optional": true, "description": "Regex pattern for the UR… string
557 …{ "name": "scriptHash", "type": "string", "optional": true, "description": "Script hash of the res… string
558 …{ "name": "columnNumber", "type": "integer", "optional": true, "description": "Offset in the line … string
559 …{ "name": "condition", "type": "string", "optional": true, "description": "Expression to use as a … string
562 …{ "name": "breakpointId", "$ref": "BreakpointId", "description": "Id of the created breakpoint for… string
563 …{ "name": "locations", "type": "array", "items": { "$ref": "Location" }, "description": "List of t… string
568 "name": "setBreakpoint", string
570 … { "name": "location", "$ref": "Location", "description": "Location to set breakpoint in." }, string
571 …{ "name": "condition", "type": "string", "optional": true, "description": "Expression to use as a … string
574 …{ "name": "breakpointId", "$ref": "BreakpointId", "description": "Id of the created breakpoint for… string
575 …{ "name": "actualLocation", "$ref": "Location", "description": "Location this breakpoint resolved … string
580 "name": "removeBreakpoint", string
582 { "name": "breakpointId", "$ref": "BreakpointId" } string
587 "name": "getPossibleBreakpoints", string
589 …{ "name": "start", "$ref": "Location", "description": "Start of range to search possible breakpoin… string
590 …{ "name": "end", "$ref": "Location", "optional": true, "description": "End of range to search poss… string
591 …{ "name": "restrictToFunction", "type": "boolean", "optional": true, "description": "Only consider… string
594 …{ "name": "locations", "type": "array", "items": { "$ref": "BreakLocation" }, "description": "List… string
599 "name": "continueToLocation", string
601 … { "name": "location", "$ref": "Location", "description": "Location to continue to." }, string
602 … { "name": "targetCallFrames", "type": "string", "enum": ["any", "current"], "optional": true } string
607 "name": "pauseOnAsyncCall", string
609 …{ "name": "parentStackTraceId", "$ref": "Runtime.StackTraceId", "description": "Debugger will paus… string
614 "name": "stepOver", string
618 "name": "stepInto", string
620 …{ "name": "breakOnAsyncCall", "type": "boolean", "optional": true, "experimental": true, "descript… string
625 "name": "stepOut", string
629 "name": "pause", string
633 "name": "scheduleStepIntoAsync", string
638 "name": "resume", string
642 "name": "getStackTrace", string
644 { "name": "stackTraceId", "$ref": "Runtime.StackTraceId" } string
647 { "name": "stackTrace", "$ref": "Runtime.StackTrace" } string
653 "name": "searchInContent", string
655 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script to search in." … string
656 { "name": "query", "type": "string", "description": "String to search for." }, string
657 …{ "name": "caseSensitive", "type": "boolean", "optional": true, "description": "If true, search is… string
658 …{ "name": "isRegex", "type": "boolean", "optional": true, "description": "If true, treats string p… string
661 …{ "name": "result", "type": "array", "items": { "$ref": "SearchMatch" }, "description": "List of s… string
666 "name": "setScriptSource", string
668 … { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script to edit." }, string
669 … { "name": "scriptSource", "type": "string", "description": "New content of the script." }, string
670 …{ "name": "dryRun", "type": "boolean", "optional": true, "description": " If true the change will … string
673 …{ "name": "callFrames", "type": "array", "optional": true, "items": { "$ref": "CallFrame" }, "desc… string
674 …{ "name": "stackChanged", "type": "boolean", "optional": true, "description": "Whether current cal… string
675 …{ "name": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async… string
676 …{ "name": "asyncStackTraceId", "$ref": "Runtime.StackTraceId", "optional": true, "experimental": t… string
677 …{ "name": "exceptionDetails", "optional": true, "$ref": "Runtime.ExceptionDetails", "description":… string
682 "name": "restartFrame", string
684 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Call frame identifier to evaluate … string
687 …{ "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "New sta… string
688 …{ "name": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async… string
689 …{ "name": "asyncStackTraceId", "$ref": "Runtime.StackTraceId", "optional": true, "experimental": t… string
694 "name": "getScriptSource", string
696 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script to get source f… string
699 { "name": "scriptSource", "type": "string", "description": "Script source." } string
704 "name": "setPauseOnExceptions", string
706 …{ "name": "state", "type": "string", "enum": ["none", "uncaught", "all"], "description": "Pause on… string
711 "name": "evaluateOnCallFrame", string
713 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Call frame identifier to evaluate … string
714 … { "name": "expression", "type": "string", "description": "Expression to evaluate." }, string
715 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "String object group n… string
716 …{ "name": "includeCommandLineAPI", "type": "boolean", "optional": true, "description": "Specifies … string
717 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
718 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
719 …{ "name": "generatePreview", "type": "boolean", "optional": true, "experimental": true, "descripti… string
720 …{ "name": "throwOnSideEffect", "type": "boolean", "optional": true, "description": "Whether to thr… string
723 …{ "name": "result", "$ref": "Runtime.RemoteObject", "description": "Object wrapper for the evaluat… string
724 …{ "name": "exceptionDetails", "$ref": "Runtime.ExceptionDetails", "optional": true, "description":… string
729 "name": "setVariableValue", string
731 …{ "name": "scopeNumber", "type": "integer", "description": "0-based number of scope as was listed … string
732 { "name": "variableName", "type": "string", "description": "Variable name." }, string
733 … { "name": "newValue", "$ref": "Runtime.CallArgument", "description": "New variable value." }, string
734 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Id of callframe that holds variabl… string
739 "name": "setReturnValue", string
741 … { "name": "newValue", "$ref": "Runtime.CallArgument", "description": "New return value." } string
747 "name": "setAsyncCallStackDepth", string
749 …{ "name": "maxDepth", "type": "integer", "description": "Maximum depth of async call stacks. Setti… string
754 "name": "setBlackboxPatterns", string
756 …{ "name": "patterns", "type": "array", "items": { "type": "string" }, "description": "Array of reg… string
762 "name": "setBlackboxedRanges", string
764 … { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script." }, string
765 { "name": "positions", "type": "array", "items": { "$ref": "ScriptPosition" } } string
773 "name": "scriptParsed", string
775 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Identifier of the script parsed.… string
776 … { "name": "url", "type": "string", "description": "URL or name of the script parsed (if any)." }, string
777 …{ "name": "startLine", "type": "integer", "description": "Line offset of the script within the res… string
778 …{ "name": "startColumn", "type": "integer", "description": "Column offset of the script within the… string
779 … { "name": "endLine", "type": "integer", "description": "Last line of the script." }, string
780 …{ "name": "endColumn", "type": "integer", "description": "Length of the last line of the script." … string
781 …{ "name": "executionContextId", "$ref": "Runtime.ExecutionContextId", "description": "Specifies sc… string
782 … { "name": "hash", "type": "string", "description": "Content hash of the script."}, string
783 …{ "name": "executionContextAuxData", "type": "object", "optional": true, "description": "Embedder-… string
784 …{ "name": "isLiveEdit", "type": "boolean", "optional": true, "description": "True, if this script … string
785 …{ "name": "sourceMapURL", "type": "string", "optional": true, "description": "URL of source map as… string
786 …{ "name": "hasSourceURL", "type": "boolean", "optional": true, "description": "True, if this scrip… string
787 …{ "name": "isModule", "type": "boolean", "optional": true, "description": "True, if this script is… string
788 … { "name": "length", "type": "integer", "optional": true, "description": "This script length." }, string
789 …{ "name": "stackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "JavaScript… string
794 "name": "scriptFailedToParse", string
796 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Identifier of the script parsed.… string
797 … { "name": "url", "type": "string", "description": "URL or name of the script parsed (if any)." }, string
798 …{ "name": "startLine", "type": "integer", "description": "Line offset of the script within the res… string
799 …{ "name": "startColumn", "type": "integer", "description": "Column offset of the script within the… string
800 … { "name": "endLine", "type": "integer", "description": "Last line of the script." }, string
801 …{ "name": "endColumn", "type": "integer", "description": "Length of the last line of the script." … string
802 …{ "name": "executionContextId", "$ref": "Runtime.ExecutionContextId", "description": "Specifies sc… string
803 … { "name": "hash", "type": "string", "description": "Content hash of the script."}, string
804 …{ "name": "executionContextAuxData", "type": "object", "optional": true, "description": "Embedder-… string
805 …{ "name": "sourceMapURL", "type": "string", "optional": true, "description": "URL of source map as… string
806 …{ "name": "hasSourceURL", "type": "boolean", "optional": true, "description": "True, if this scrip… string
807 …{ "name": "isModule", "type": "boolean", "optional": true, "description": "True, if this script is… string
808 … { "name": "length", "type": "integer", "optional": true, "description": "This script length." }, string
809 …{ "name": "stackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "JavaScript… string
814 "name": "breakpointResolved", string
816 …{ "name": "breakpointId", "$ref": "BreakpointId", "description": "Breakpoint unique identifier." }, string
817 … { "name": "location", "$ref": "Location", "description": "Actual breakpoint location." } string
822 "name": "paused", string
824 …{ "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "Call st… string
825 …{ "name": "reason", "type": "string", "enum": [ "XHR", "DOM", "EventListener", "exception", "asser… string
826 …{ "name": "data", "type": "object", "optional": true, "description": "Object containing break-spec… string
827 …{ "name": "hitBreakpoints", "type": "array", "optional": true, "items": { "type": "string" }, "des… string
828 …{ "name": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async… string
829 …{ "name": "asyncStackTraceId", "$ref": "Runtime.StackTraceId", "optional": true, "experimental": t… string
830 …{ "name": "asyncCallStackTraceId", "$ref": "Runtime.StackTraceId", "optional": true, "experimental… string
835 "name": "resumed", string
851 …{ "name": "source", "type": "string", "enum": ["xml", "javascript", "network", "console-api", "sto… string
852 …{ "name": "level", "type": "string", "enum": ["log", "warning", "error", "debug", "info"], "descri… string
853 { "name": "text", "type": "string", "description": "Message text." }, string
854 …{ "name": "url", "type": "string", "optional": true, "description": "URL of the message origin." }, string
855 …{ "name": "line", "type": "integer", "optional": true, "description": "Line number in the resource… string
856 …{ "name": "column", "type": "integer", "optional": true, "description": "Column number in the reso… string
862 "name": "enable", string
866 "name": "disable", string
870 "name": "clearMessages", string
876 "name": "messageAdded", string
878 …{ "name": "message", "$ref": "ConsoleMessage", "description": "Console message that has been added… string
893 { "name": "id", "type": "integer", "description": "Unique id of the node." }, string
894 … { "name": "callFrame", "$ref": "Runtime.CallFrame", "description": "Function location." }, string
895 …{ "name": "hitCount", "type": "integer", "optional": true, "description": "Number of samples where… string
896 …{ "name": "children", "type": "array", "items": { "type": "integer" }, "optional": true, "descript… string
897 …{ "name": "deoptReason", "type": "string", "optional": true, "description": "The reason of being n… string
898 …{ "name": "positionTicks", "type": "array", "items": { "$ref": "PositionTickInfo" }, "optional": t… string
906 …{ "name": "nodes", "type": "array", "items": { "$ref": "ProfileNode" }, "description": "The list o… string
907 …{ "name": "startTime", "type": "number", "description": "Profiling start timestamp in microseconds… string
908 …{ "name": "endTime", "type": "number", "description": "Profiling end timestamp in microseconds." }, string
909 …{ "name": "samples", "optional": true, "type": "array", "items": { "type": "integer" }, "descripti… string
910 …{ "name": "timeDeltas", "optional": true, "type": "array", "items": { "type": "integer" }, "descri… string
918 … { "name": "line", "type": "integer", "description": "Source line number (1-based)." }, string
919 …{ "name": "ticks", "type": "integer", "description": "Number of samples attributed to the source l… string
926 …{ "name": "startOffset", "type": "integer", "description": "JavaScript script source offset for th… string
927 …{ "name": "endOffset", "type": "integer", "description": "JavaScript script source offset for the … string
928 …{ "name": "count", "type": "integer", "description": "Collected execution count of the source rang… string
935 … { "name": "functionName", "type": "string", "description": "JavaScript function name." }, string
936 …{ "name": "ranges", "type": "array", "items": { "$ref": "CoverageRange" }, "description": "Source … string
937 …{ "name": "isBlockCoverage", "type": "boolean", "description": "Whether coverage data for this fun… string
945 … { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "JavaScript script id." }, string
946 … { "name": "url", "type": "string", "description": "JavaScript script name or url." }, string
947 …{ "name": "functions", "type": "array", "items": { "$ref": "FunctionCoverage" }, "description": "F… string
954 …{ "name": "name", "type": "string", "description": "Name of a type collected with type profiling."… string
962 …{ "name": "offset", "type": "integer", "description": "Source offset of the parameter or end of fu… string
963 …{ "name": "types", "type": "array", "items": {"$ref": "TypeObject"}, "description": "The types for… string
972 … { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "JavaScript script id." }, string
973 … { "name": "url", "type": "string", "description": "JavaScript script name or url." }, string
974 …{ "name": "entries", "type": "array", "items": { "$ref": "TypeProfileEntry" }, "description": "Typ… string
981 "name": "enable" string
984 "name": "disable" string
987 "name": "setSamplingInterval", string
989 … { "name": "interval", "type": "integer", "description": "New sampling interval in microseconds." } string
994 "name": "start" string
997 "name": "stop", string
999 { "name": "profile", "$ref": "Profile", "description": "Recorded profile." } string
1003 "name": "startPreciseCoverage", string
1005 …{ "name": "callCount", "type": "boolean", "optional": true, "description": "Collect accurate call … string
1006 …{ "name": "detailed", "type": "boolean", "optional": true, "description": "Collect block-based cov… string
1011 "name": "stopPreciseCoverage", string
1015 "name": "takePreciseCoverage", string
1017 …{ "name": "result", "type": "array", "items": { "$ref": "ScriptCoverage" }, "description": "Covera… string
1022 "name": "getBestEffortCoverage", string
1024 …{ "name": "result", "type": "array", "items": { "$ref": "ScriptCoverage" }, "description": "Covera… string
1029 "name": "startTypeProfile", string
1034 "name": "stopTypeProfile", string
1039 "name": "takeTypeProfile", string
1041 …{ "name": "result", "type": "array", "items": { "$ref": "ScriptTypeProfile" }, "description": "Ty… string
1049 "name": "consoleProfileStarted", string
1051 { "name": "id", "type": "string" }, string
1052 …{ "name": "location", "$ref": "Debugger.Location", "description": "Location of console.profile()."… string
1053 …{ "name": "title", "type": "string", "optional": true, "description": "Profile title passed as an … string
1058 "name": "consoleProfileFinished", string
1060 { "name": "id", "type": "string" }, string
1061 …{ "name": "location", "$ref": "Debugger.Location", "description": "Location of console.profileEnd(… string
1062 { "name": "profile", "$ref": "Profile" }, string
1063 …{ "name": "title", "type": "string", "optional": true, "description": "Profile title passed as an … string
1083 … { "name": "callFrame", "$ref": "Runtime.CallFrame", "description": "Function location." }, string
1084 …{ "name": "selfSize", "type": "number", "description": "Allocations size in bytes for the node exc… string
1085 …{ "name": "children", "type": "array", "items": { "$ref": "SamplingHeapProfileNode" }, "descriptio… string
1093 { "name": "head", "$ref": "SamplingHeapProfileNode" } string
1099 "name": "enable" string
1102 "name": "disable" string
1105 "name": "startTrackingHeapObjects", string
1107 { "name": "trackAllocations", "type": "boolean", "optional": true } string
1111 "name": "stopTrackingHeapObjects", string
1113 …{ "name": "reportProgress", "type": "boolean", "optional": true, "description": "If true 'reportHe… string
1117 "name": "takeHeapSnapshot", string
1119 …{ "name": "reportProgress", "type": "boolean", "optional": true, "description": "If true 'reportHe… string
1123 "name": "collectGarbage" string
1126 "name": "getObjectByHeapObjectId", string
1128 { "name": "objectId", "$ref": "HeapSnapshotObjectId" }, string
1129 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
1132 … { "name": "result", "$ref": "Runtime.RemoteObject", "description": "Evaluation result." } string
1136 "name": "addInspectedHeapObject", string
1138 …{ "name": "heapObjectId", "$ref": "HeapSnapshotObjectId", "description": "Heap snapshot object id … string
1143 "name": "getHeapObjectId", string
1145 …{ "name": "objectId", "$ref": "Runtime.RemoteObjectId", "description": "Identifier of the object t… string
1148 …{ "name": "heapSnapshotObjectId", "$ref": "HeapSnapshotObjectId", "description": "Id of the heap s… string
1152 "name": "startSampling", string
1154 …{ "name": "samplingInterval", "type": "number", "optional": true, "description": "Average sample i… string
1158 "name": "stopSampling", string
1160 …{ "name": "profile", "$ref": "SamplingHeapProfile", "description": "Recorded sampling heap profile… string
1164 "name": "getSamplingProfile", string
1166 …{ "name": "profile", "$ref": "SamplingHeapProfile", "description": "Return the sampling profile be… string
1172 "name": "addHeapSnapshotChunk", string
1174 { "name": "chunk", "type": "string" } string
1178 "name": "resetProfiles" string
1181 "name": "reportHeapSnapshotProgress", string
1183 { "name": "done", "type": "integer" }, string
1184 { "name": "total", "type": "integer" }, string
1185 { "name": "finished", "type": "boolean", "optional": true } string
1189 "name": "lastSeenObjectId", string
1192 { "name": "lastSeenObjectId", "type": "integer" }, string
1193 { "name": "timestamp", "type": "number" } string
1197 "name": "heapStatsUpdate", string
1200 …{ "name": "statsUpdate", "type": "array", "items": { "type": "integer" }, "description": "An array… string