• Home
  • Raw
  • Download

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
56 …{ "name": "type", "type": "string", "enum": ["object", "function", "undefined", "string", "number"… string
57 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… string
58 …{ "name": "className", "type": "string", "optional": true, "description": "Object class (construct… string
59 …{ "name": "value", "type": "any", "optional": true, "description": "Remote object value in case of… string
60 …{ "name": "unserializableValue", "$ref": "UnserializableValue", "optional": true, "description": "… string
61 …{ "name": "description", "type": "string", "optional": true, "description": "String representation… string
62 …{ "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Unique object id… string
63 …{ "name": "preview", "$ref": "ObjectPreview", "optional": true, "description": "Preview containing… string
64 … { "name": "customPreview", "$ref": "CustomPreview", "optional": true, "experimental": true} string
72 { "name": "header", "type": "string"}, string
73 { "name": "hasBody", "type": "boolean"}, string
74 { "name": "formatterObjectId", "$ref": "RemoteObjectId"}, string
75 { "name": "bindRemoteObjectFunctionId", "$ref": "RemoteObjectId" }, string
76 { "name": "configObjectId", "$ref": "RemoteObjectId", "optional": true } string
85 …{ "name": "type", "type": "string", "enum": ["object", "function", "undefined", "string", "number"… string
86 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… string
87 …{ "name": "description", "type": "string", "optional": true, "description": "String representation… string
88 …{ "name": "overflow", "type": "boolean", "description": "True iff some of the properties or entrie… string
89 …{ "name": "properties", "type": "array", "items": { "$ref": "PropertyPreview" }, "description": "L… string
90 …{ "name": "entries", "type": "array", "items": { "$ref": "EntryPreview" }, "optional": true, "desc… string
98 { "name": "name", "type": "string", "description": "Property name." }, string
99 …{ "name": "type", "type": "string", "enum": ["object", "function", "undefined", "string", "number"… string
100 …{ "name": "value", "type": "string", "optional": true, "description": "User-friendly property valu… string
101 …{ "name": "valuePreview", "$ref": "ObjectPreview", "optional": true, "description": "Nested value … string
102 …{ "name": "subtype", "type": "string", "optional": true, "enum": ["array", "null", "node", "regexp… string
110 …{ "name": "key", "$ref": "ObjectPreview", "optional": true, "description": "Preview of the key. Sp… string
111 … { "name": "value", "$ref": "ObjectPreview", "description": "Preview of the value." } string
119 … { "name": "name", "type": "string", "description": "Property name or symbol description." }, string
120 …{ "name": "value", "$ref": "RemoteObject", "optional": true, "description": "The value associated … string
121 …{ "name": "writable", "type": "boolean", "optional": true, "description": "True if the value assoc… string
122 …{ "name": "get", "$ref": "RemoteObject", "optional": true, "description": "A function which serves… string
123 …{ "name": "set", "$ref": "RemoteObject", "optional": true, "description": "A function which serves… string
124 …{ "name": "configurable", "type": "boolean", "description": "True if the type of this property des… string
125 …{ "name": "enumerable", "type": "boolean", "description": "True if this property shows up during e… string
126 …{ "name": "wasThrown", "type": "boolean", "optional": true, "description": "True if the result was… string
127 …{ "name": "isOwn", "optional": true, "type": "boolean", "description": "True if the property is ow… string
128 …{ "name": "symbol", "$ref": "RemoteObject", "optional": true, "description": "Property symbol obje… string
136 … { "name": "name", "type": "string", "description": "Conventional property name." }, string
137 …{ "name": "value", "$ref": "RemoteObject", "optional": true, "description": "The value associated … string
145 … { "name": "value", "type": "any", "optional": true, "description": "Primitive value." }, string
146 …{ "name": "unserializableValue", "$ref": "UnserializableValue", "optional": true, "description": "… string
147 …{ "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Remote object ha… string
160 …{ "name": "id", "$ref": "ExecutionContextId", "description": "Unique id of the execution context. … string
161 … { "name": "origin", "type": "string", "description": "Execution context origin." }, string
162 …{ "name": "name", "type": "string", "description": "Human readable name describing given context."… string
163 …{ "name": "auxData", "type": "object", "optional": true, "description": "Embedder-specific auxilia… string
171 { "name": "exceptionId", "type": "integer", "description": "Exception id." }, string
172 …{ "name": "text", "type": "string", "description": "Exception text, which should be used together … string
173 …{ "name": "lineNumber", "type": "integer", "description": "Line number of the exception location (… string
174 …{ "name": "columnNumber", "type": "integer", "description": "Column number of the exception locati… string
175 …{ "name": "scriptId", "$ref": "ScriptId", "optional": true, "description": "Script ID of the excep… string
176 …{ "name": "url", "type": "string", "optional": true, "description": "URL of the exception location… string
177 …{ "name": "stackTrace", "$ref": "StackTrace", "optional": true, "description": "JavaScript stack t… string
178 …{ "name": "exception", "$ref": "RemoteObject", "optional": true, "description": "Exception object … string
179 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Id… string
192 … { "name": "functionName", "type": "string", "description": "JavaScript function name." }, string
193 … { "name": "scriptId", "$ref": "ScriptId", "description": "JavaScript script id." }, string
194 … { "name": "url", "type": "string", "description": "JavaScript script name or url." }, string
195 …{ "name": "lineNumber", "type": "integer", "description": "JavaScript script line number (0-based)… string
196 …{ "name": "columnNumber", "type": "integer", "description": "JavaScript script column number (0-ba… string
205 …{ "name": "description", "type": "string", "optional": true, "description": "String label of this … string
206 …{ "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "JavaScr… string
207 …{ "name": "parent", "$ref": "StackTrace", "optional": true, "description": "Asynchronous JavaScrip… string
213 "name": "evaluate", string
216 … { "name": "expression", "type": "string", "description": "Expression to evaluate." }, string
217 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
218 …{ "name": "includeCommandLineAPI", "type": "boolean", "optional": true, "description": "Determines… string
219 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
220 …{ "name": "contextId", "$ref": "ExecutionContextId", "optional": true, "description": "Specifies i… string
221 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
222 …{ "name": "generatePreview", "type": "boolean", "optional": true, "experimental": true, "descripti… string
223 …{ "name": "userGesture", "type": "boolean", "optional": true, "experimental": true, "description":… string
224 …{ "name": "awaitPromise", "type": "boolean", "optional":true, "description": "Whether execution sh… string
227 … { "name": "result", "$ref": "RemoteObject", "description": "Evaluation result." }, string
228 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
233 "name": "awaitPromise", string
236 …{ "name": "promiseObjectId", "$ref": "RemoteObjectId", "description": "Identifier of the promise."… string
237 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
238 …{ "name": "generatePreview", "type": "boolean", "optional": true, "description": "Whether preview … string
241 …{ "name": "result", "$ref": "RemoteObject", "description": "Promise result. Will contain rejected … string
242 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
247 "name": "callFunctionOn", string
250 …{ "name": "objectId", "$ref": "RemoteObjectId", "description": "Identifier of the object to call f… string
251 …{ "name": "functionDeclaration", "type": "string", "description": "Declaration of the function to … string
252 …{ "name": "arguments", "type": "array", "items": { "$ref": "CallArgument", "description": "Call ar… string
253 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
254 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
255 …{ "name": "generatePreview", "type": "boolean", "optional": true, "experimental": true, "descripti… string
256 …{ "name": "userGesture", "type": "boolean", "optional": true, "experimental": true, "description":… string
257 …{ "name": "awaitPromise", "type": "boolean", "optional":true, "description": "Whether execution sh… string
260 { "name": "result", "$ref": "RemoteObject", "description": "Call result." }, string
261 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
266 "name": "getProperties", string
268 …{ "name": "objectId", "$ref": "RemoteObjectId", "description": "Identifier of the object to return… string
269 …{ "name": "ownProperties", "optional": true, "type": "boolean", "description": "If true, returns p… string
270 …{ "name": "accessorPropertiesOnly", "optional": true, "type": "boolean", "description": "If true, … string
271 …{ "name": "generatePreview", "type": "boolean", "optional": true, "experimental": true, "descripti… string
274 …{ "name": "result", "type": "array", "items": { "$ref": "PropertyDescriptor" }, "description": "Ob… string
275 …{ "name": "internalProperties", "optional": true, "type": "array", "items": { "$ref": "InternalPro… string
276 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
281 "name": "releaseObject", string
283 …{ "name": "objectId", "$ref": "RemoteObjectId", "description": "Identifier of the object to releas… string
288 "name": "releaseObjectGroup", string
290 … { "name": "objectGroup", "type": "string", "description": "Symbolic object group name." } string
295 "name": "runIfWaitingForDebugger", string
299 "name": "enable", string
303 "name": "disable", string
307 "name": "discardConsoleEntries", string
311 "name": "setCustomObjectFormatterEnabled", string
314 "name": "enabled", string
321 "name": "compileScript", string
323 … { "name": "expression", "type": "string", "description": "Expression to compile." }, string
324 … { "name": "sourceURL", "type": "string", "description": "Source url to be set for the script." }, string
325 …{ "name": "persistScript", "type": "boolean", "description": "Specifies whether the compiled scrip… string
326 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Sp… string
329 … { "name": "scriptId", "$ref": "ScriptId", "optional": true, "description": "Id of the script." }, string
330 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
335 "name": "runScript", string
338 … { "name": "scriptId", "$ref": "ScriptId", "description": "Id of the script to run." }, string
339 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Sp… string
340 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
341 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
342 …{ "name": "includeCommandLineAPI", "type": "boolean", "optional": true, "description": "Determines… string
343 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
344 …{ "name": "generatePreview", "type": "boolean", "optional": true, "description": "Whether preview … string
345 …{ "name": "awaitPromise", "type": "boolean", "optional": true, "description": "Whether execution s… string
348 { "name": "result", "$ref": "RemoteObject", "description": "Run result." }, string
349 …{ "name": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Except… string
356 "name": "executionContextCreated", string
358 …{ "name": "context", "$ref": "ExecutionContextDescription", "description": "A newly created execut… string
363 "name": "executionContextDestroyed", string
365 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "description": "Id of the destroyed … string
370 "name": "executionContextsCleared", string
374 "name": "exceptionThrown", string
377 … { "name": "timestamp", "$ref": "Timestamp", "description": "Timestamp of the exception." }, string
378 { "name": "exceptionDetails", "$ref": "ExceptionDetails" } string
382 "name": "exceptionRevoked", string
385 …{ "name": "reason", "type": "string", "description": "Reason describing why exception was revoked.… string
386 …{ "name": "exceptionId", "type": "integer", "description": "The id of revoked exception, as report… string
390 "name": "consoleAPICalled", string
393 …{ "name": "type", "type": "string", "enum": ["log", "debug", "info", "error", "warning", "dir", "d… string
394 …{ "name": "args", "type": "array", "items": { "$ref": "RemoteObject" }, "description": "Call argum… string
395 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "description": "Identifier of the co… string
396 { "name": "timestamp", "$ref": "Timestamp", "description": "Call timestamp." }, string
397 …{ "name": "stackTrace", "$ref": "StackTrace", "optional": true, "description": "Stack trace captur… string
401 "name": "inspectRequested", string
404 { "name": "object", "$ref": "RemoteObject" }, string
405 { "name": "hints", "type": "object" } string
429 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Script identifier as reported in… string
430 …{ "name": "lineNumber", "type": "integer", "description": "Line number in the script (0-based)." }, string
431 …{ "name": "columnNumber", "type": "integer", "optional": true, "description": "Column number in th… string
440 { "name": "lineNumber", "type": "integer" }, string
441 { "name": "columnNumber", "type": "integer" } string
449 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Call frame identifier. This identi… string
450 …{ "name": "functionName", "type": "string", "description": "Name of the JavaScript function called… string
451 …{ "name": "functionLocation", "$ref": "Location", "optional": true, "experimental": true, "descrip… string
452 … { "name": "location", "$ref": "Location", "description": "Location in the source code." }, string
453 …{ "name": "scopeChain", "type": "array", "items": { "$ref": "Scope" }, "description": "Scope chain… string
454 …{ "name": "this", "$ref": "Runtime.RemoteObject", "description": "<code>this</code> object for thi… string
455 …{ "name": "returnValue", "$ref": "Runtime.RemoteObject", "optional": true, "description": "The val… string
463 …{ "name": "type", "type": "string", "enum": ["global", "local", "with", "closure", "catch", "block… string
464 …{ "name": "object", "$ref": "Runtime.RemoteObject", "description": "Object representing the scope.… string
465 { "name": "name", "type": "string", "optional": true }, string
466 …{ "name": "startLocation", "$ref": "Location", "optional": true, "description": "Location in the s… string
467 …{ "name": "endLocation", "$ref": "Location", "optional": true, "description": "Location in the sou… string
477 … { "name": "lineNumber", "type": "number", "description": "Line number in resource content." }, string
478 … { "name": "lineContent", "type": "string", "description": "Line with match content." } string
485 "name": "enable", string
489 "name": "disable", string
493 "name": "setBreakpointsActive", string
495 … { "name": "active", "type": "boolean", "description": "New value for breakpoints active state." } string
500 "name": "setSkipAllPauses", string
502 … { "name": "skip", "type": "boolean", "description": "New value for skip pauses state." } string
507 "name": "setBreakpointByUrl", string
509 … { "name": "lineNumber", "type": "integer", "description": "Line number to set breakpoint at." }, string
510 …{ "name": "url", "type": "string", "optional": true, "description": "URL of the resources to set b… string
511 …{ "name": "urlRegex", "type": "string", "optional": true, "description": "Regex pattern for the UR… string
512 …{ "name": "columnNumber", "type": "integer", "optional": true, "description": "Offset in the line … string
513 …{ "name": "condition", "type": "string", "optional": true, "description": "Expression to use as a … string
516 …{ "name": "breakpointId", "$ref": "BreakpointId", "description": "Id of the created breakpoint for… string
517 …{ "name": "locations", "type": "array", "items": { "$ref": "Location" }, "description": "List of t… string
522 "name": "setBreakpoint", string
524 … { "name": "location", "$ref": "Location", "description": "Location to set breakpoint in." }, string
525 …{ "name": "condition", "type": "string", "optional": true, "description": "Expression to use as a … string
528 …{ "name": "breakpointId", "$ref": "BreakpointId", "description": "Id of the created breakpoint for… string
529 …{ "name": "actualLocation", "$ref": "Location", "description": "Location this breakpoint resolved … string
534 "name": "removeBreakpoint", string
536 { "name": "breakpointId", "$ref": "BreakpointId" } string
541 "name": "continueToLocation", string
543 … { "name": "location", "$ref": "Location", "description": "Location to continue to." } string
548 "name": "stepOver", string
552 "name": "stepInto", string
556 "name": "stepOut", string
560 "name": "pause", string
564 "name": "resume", string
568 "name": "searchInContent", string
570 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script to search in." … string
571 { "name": "query", "type": "string", "description": "String to search for." }, string
572 …{ "name": "caseSensitive", "type": "boolean", "optional": true, "description": "If true, search is… string
573 …{ "name": "isRegex", "type": "boolean", "optional": true, "description": "If true, treats string p… string
576 …{ "name": "result", "type": "array", "items": { "$ref": "SearchMatch" }, "description": "List of s… string
582 "name": "setScriptSource", string
584 … { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script to edit." }, string
585 … { "name": "scriptSource", "type": "string", "description": "New content of the script." }, string
586 …{ "name": "dryRun", "type": "boolean", "optional": true, "description": " If true the change will … string
589 …{ "name": "callFrames", "type": "array", "optional": true, "items": { "$ref": "CallFrame" }, "desc… string
590 …{ "name": "stackChanged", "type": "boolean", "optional": true, "description": "Whether current cal… string
591 …{ "name": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async… string
592 …{ "name": "exceptionDetails", "optional": true, "$ref": "Runtime.ExceptionDetails", "description":… string
597 "name": "restartFrame", string
599 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Call frame identifier to evaluate … string
602 …{ "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "New sta… string
603 …{ "name": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async… string
608 "name": "getScriptSource", string
610 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script to get source f… string
613 { "name": "scriptSource", "type": "string", "description": "Script source." } string
618 "name": "setPauseOnExceptions", string
620 …{ "name": "state", "type": "string", "enum": ["none", "uncaught", "all"], "description": "Pause on… string
625 "name": "evaluateOnCallFrame", string
627 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Call frame identifier to evaluate … string
628 … { "name": "expression", "type": "string", "description": "Expression to evaluate." }, string
629 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "String object group n… string
630 …{ "name": "includeCommandLineAPI", "type": "boolean", "optional": true, "description": "Specifies … string
631 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
632 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
633 …{ "name": "generatePreview", "type": "boolean", "optional": true, "experimental": true, "descripti… string
636 …{ "name": "result", "$ref": "Runtime.RemoteObject", "description": "Object wrapper for the evaluat… string
637 …{ "name": "exceptionDetails", "$ref": "Runtime.ExceptionDetails", "optional": true, "description":… string
642 "name": "setVariableValue", string
644 …{ "name": "scopeNumber", "type": "integer", "description": "0-based number of scope as was listed … string
645 { "name": "variableName", "type": "string", "description": "Variable name." }, string
646 … { "name": "newValue", "$ref": "Runtime.CallArgument", "description": "New variable value." }, string
647 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Id of callframe that holds variabl… string
652 "name": "setAsyncCallStackDepth", string
654 …{ "name": "maxDepth", "type": "integer", "description": "Maximum depth of async call stacks. Setti… string
659 "name": "setBlackboxPatterns", string
661 …{ "name": "patterns", "type": "array", "items": { "type": "string" }, "description": "Array of reg… string
667 "name": "setBlackboxedRanges", string
669 … { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script." }, string
670 { "name": "positions", "type": "array", "items": { "$ref": "ScriptPosition" } } string
678 "name": "scriptParsed", string
680 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Identifier of the script parsed.… string
681 … { "name": "url", "type": "string", "description": "URL or name of the script parsed (if any)." }, string
682 …{ "name": "startLine", "type": "integer", "description": "Line offset of the script within the res… string
683 …{ "name": "startColumn", "type": "integer", "description": "Column offset of the script within the… string
684 … { "name": "endLine", "type": "integer", "description": "Last line of the script." }, string
685 …{ "name": "endColumn", "type": "integer", "description": "Length of the last line of the script." … string
686 …{ "name": "executionContextId", "$ref": "Runtime.ExecutionContextId", "description": "Specifies sc… string
687 … { "name": "hash", "type": "string", "description": "Content hash of the script."}, string
688 …{ "name": "executionContextAuxData", "type": "object", "optional": true, "description": "Embedder-… string
689 …{ "name": "isLiveEdit", "type": "boolean", "optional": true, "description": "True, if this script … string
690 …{ "name": "sourceMapURL", "type": "string", "optional": true, "description": "URL of source map as… string
691 …{ "name": "hasSourceURL", "type": "boolean", "optional": true, "description": "True, if this scrip… string
696 "name": "scriptFailedToParse", string
698 …{ "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Identifier of the script parsed.… string
699 … { "name": "url", "type": "string", "description": "URL or name of the script parsed (if any)." }, string
700 …{ "name": "startLine", "type": "integer", "description": "Line offset of the script within the res… string
701 …{ "name": "startColumn", "type": "integer", "description": "Column offset of the script within the… string
702 … { "name": "endLine", "type": "integer", "description": "Last line of the script." }, string
703 …{ "name": "endColumn", "type": "integer", "description": "Length of the last line of the script." … string
704 …{ "name": "executionContextId", "$ref": "Runtime.ExecutionContextId", "description": "Specifies sc… string
705 … { "name": "hash", "type": "string", "description": "Content hash of the script."}, string
706 …{ "name": "executionContextAuxData", "type": "object", "optional": true, "description": "Embedder-… string
707 …{ "name": "sourceMapURL", "type": "string", "optional": true, "description": "URL of source map as… string
708 …{ "name": "hasSourceURL", "type": "boolean", "optional": true, "description": "True, if this scrip… string
713 "name": "breakpointResolved", string
715 …{ "name": "breakpointId", "$ref": "BreakpointId", "description": "Breakpoint unique identifier." }, string
716 … { "name": "location", "$ref": "Location", "description": "Actual breakpoint location." } string
721 "name": "paused", string
723 …{ "name": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "Call st… string
724 …{ "name": "reason", "type": "string", "enum": [ "XHR", "DOM", "EventListener", "exception", "asser… string
725 …{ "name": "data", "type": "object", "optional": true, "description": "Object containing break-spec… string
726 …{ "name": "hitBreakpoints", "type": "array", "optional": true, "items": { "type": "string" }, "des… string
727 …{ "name": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async… string
732 "name": "resumed", string
748 …{ "name": "source", "type": "string", "enum": ["xml", "javascript", "network", "console-api", "sto… string
749 …{ "name": "level", "type": "string", "enum": ["log", "warning", "error", "debug", "info"], "descri… string
750 { "name": "text", "type": "string", "description": "Message text." }, string
751 …{ "name": "url", "type": "string", "optional": true, "description": "URL of the message origin." }, string
752 …{ "name": "line", "type": "integer", "optional": true, "description": "Line number in the resource… string
753 …{ "name": "column", "type": "integer", "optional": true, "description": "Column number in the reso… string
759 "name": "enable", string
763 "name": "disable", string
767 "name": "clearMessages", string
773 "name": "messageAdded", string
775 …{ "name": "message", "$ref": "ConsoleMessage", "description": "Console message that has been added… string
790 { "name": "id", "type": "integer", "description": "Unique id of the node." }, string
791 … { "name": "callFrame", "$ref": "Runtime.CallFrame", "description": "Function location." }, string
792 …{ "name": "hitCount", "type": "integer", "optional": true, "experimental": true, "description": "N… string
793 …{ "name": "children", "type": "array", "items": { "type": "integer" }, "optional": true, "descript… string
794 …{ "name": "deoptReason", "type": "string", "optional": true, "description": "The reason of being n… string
795 …{ "name": "positionTicks", "type": "array", "items": { "$ref": "PositionTickInfo" }, "optional": t… string
803 …{ "name": "nodes", "type": "array", "items": { "$ref": "ProfileNode" }, "description": "The list o… string
804 …{ "name": "startTime", "type": "number", "description": "Profiling start timestamp in microseconds… string
805 …{ "name": "endTime", "type": "number", "description": "Profiling end timestamp in microseconds." }, string
806 …{ "name": "samples", "optional": true, "type": "array", "items": { "type": "integer" }, "descripti… string
807 …{ "name": "timeDeltas", "optional": true, "type": "array", "items": { "type": "integer" }, "descri… string
816 … { "name": "line", "type": "integer", "description": "Source line number (1-based)." }, string
817 …{ "name": "ticks", "type": "integer", "description": "Number of samples attributed to the source l… string
823 "name": "enable" string
826 "name": "disable" string
829 "name": "setSamplingInterval", string
831 … { "name": "interval", "type": "integer", "description": "New sampling interval in microseconds." } string
836 "name": "start" string
839 "name": "stop", string
841 { "name": "profile", "$ref": "Profile", "description": "Recorded profile." } string
847 "name": "consoleProfileStarted", string
849 { "name": "id", "type": "string" }, string
850 …{ "name": "location", "$ref": "Debugger.Location", "description": "Location of console.profile()."… string
851 …{ "name": "title", "type": "string", "optional": true, "description": "Profile title passed as an … string
856 "name": "consoleProfileFinished", string
858 { "name": "id", "type": "string" }, string
859 …{ "name": "location", "$ref": "Debugger.Location", "description": "Location of console.profileEnd(… string
860 { "name": "profile", "$ref": "Profile" }, string
861 …{ "name": "title", "type": "string", "optional": true, "description": "Profile title passed as an … string
881 … { "name": "callFrame", "$ref": "Runtime.CallFrame", "description": "Function location." }, string
882 …{ "name": "selfSize", "type": "number", "description": "Allocations size in bytes for the node exc… string
883 …{ "name": "children", "type": "array", "items": { "$ref": "SamplingHeapProfileNode" }, "descriptio… string
891 { "name": "head", "$ref": "SamplingHeapProfileNode" } string
897 "name": "enable" string
900 "name": "disable" string
903 "name": "startTrackingHeapObjects", string
905 { "name": "trackAllocations", "type": "boolean", "optional": true } string
909 "name": "stopTrackingHeapObjects", string
911 …{ "name": "reportProgress", "type": "boolean", "optional": true, "description": "If true 'reportHe… string
915 "name": "takeHeapSnapshot", string
917 …{ "name": "reportProgress", "type": "boolean", "optional": true, "description": "If true 'reportHe… string
921 "name": "collectGarbage" string
924 "name": "getObjectByHeapObjectId", string
926 { "name": "objectId", "$ref": "HeapSnapshotObjectId" }, string
927 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
930 … { "name": "result", "$ref": "Runtime.RemoteObject", "description": "Evaluation result." } string
934 "name": "addInspectedHeapObject", string
936 …{ "name": "heapObjectId", "$ref": "HeapSnapshotObjectId", "description": "Heap snapshot object id … string
941 "name": "getHeapObjectId", string
943 …{ "name": "objectId", "$ref": "Runtime.RemoteObjectId", "description": "Identifier of the object t… string
946 …{ "name": "heapSnapshotObjectId", "$ref": "HeapSnapshotObjectId", "description": "Id of the heap s… string
950 "name": "startSampling", string
952 …{ "name": "samplingInterval", "type": "number", "optional": true, "description": "Average sample i… string
956 "name": "stopSampling", string
958 …{ "name": "profile", "$ref": "SamplingHeapProfile", "description": "Recorded sampling heap profile… string
964 "name": "addHeapSnapshotChunk", string
966 { "name": "chunk", "type": "string" } string
970 "name": "resetProfiles" string
973 "name": "reportHeapSnapshotProgress", string
975 { "name": "done", "type": "integer" }, string
976 { "name": "total", "type": "integer" }, string
977 { "name": "finished", "type": "boolean", "optional": true } string
981 "name": "lastSeenObjectId", string
984 { "name": "lastSeenObjectId", "type": "integer" }, string
985 { "name": "timestamp", "type": "number" } string
989 "name": "heapStatsUpdate", string
992 …{ "name": "statsUpdate", "type": "array", "items": { "type": "integer" }, "description": "An array… string