Lines Matching full:description
6 "description": "This domain is deprecated.", string
12 "description": "Description of the protocol domain.", string
14 { "name": "name", "type": "string", "description": "Domain name." }, string
15 { "name": "version", "type": "string", "description": "Domain version." } string
22 "description": "Returns supported domains.", string
25 …{ "name": "domains", "type": "array", "items": { "$ref": "Domain" }, "description": "List of suppo… string
32 …"description": "Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror… string
37 "description": "Unique script identifier." string
42 "description": "Unique object identifier." string
48 "description": "Primitive value which cannot be JSON-stringified." string
53 "description": "Mirror object referencing original JavaScript object.", string
55 …", "function", "undefined", "string", "number", "boolean", "symbol"], "description": "Object type.… string
56 … "iterator", "generator", "error", "proxy", "promise", "typedarray"], "description": "Object subty… 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 …nserializableValue", "$ref": "UnserializableValue", "optional": true, "description": "Primitive va… 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
82 "description": "Object containing abbreviated remote object value.", string
84 …", "function", "undefined", "string", "number", "boolean", "symbol"], "description": "Object type.… string
85 …map", "set", "weakmap", "weakset", "iterator", "generator", "error"], "description": "Object subty… 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 …properties", "type": "array", "items": { "$ref": "PropertyPreview" }, "description": "List of the … string
89 …ype": "array", "items": { "$ref": "EntryPreview" }, "optional": true, "description": "List of the … string
97 { "name": "name", "type": "string", "description": "Property name." }, string
98 …", "undefined", "string", "number", "boolean", "symbol", "accessor"], "description": "Object type.… 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 …map", "set", "weakmap", "weakset", "iterator", "generator", "error"], "description": "Object subty… 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
116 "description": "Object property descriptor.", 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
133 …"description": "Object internal property descriptor. This property isn't normally visible in JavaS… string
135 … { "name": "name", "type": "string", "description": "Conventional property name." }, string
136 …{ "name": "value", "$ref": "RemoteObject", "optional": true, "description": "The value associated … string
142 …"description": "Represents function call argument. Either remote object id <code>objectId</code>, … string
144 …{ "name": "value", "type": "any", "optional": true, "description": "Primitive value or serializabl… string
145 …nserializableValue", "$ref": "UnserializableValue", "optional": true, "description": "Primitive va… string
146 …{ "name": "objectId", "$ref": "RemoteObjectId", "optional": true, "description": "Remote object ha… string
152 "description": "Id of an execution context." string
157 "description": "Description of an isolated world.", 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
168 …"description": "Detailed information about exception (or error) that was thrown during script comp… 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 …"executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Identifier o… string
184 "description": "Number of milliseconds since epoch." string
189 "description": "Stack entry for runtime errors and assertions.", 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
201 "description": "Call frames for assertions or error messages.", string
203 …{ "name": "description", "type": "string", "optional": true, "description": "String label of this … string
204 …me": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "JavaScript f… string
205 …{ "name": "parent", "$ref": "StackTrace", "optional": true, "description": "Asynchronous JavaScrip… string
206 …tId", "$ref": "StackTraceId", "optional": true, "experimental": true, "description": "Asynchronous… string
212 "description": "Unique identifier of current debugger.", string
218 …"description": "If <code>debuggerId</code> is set stack trace comes from another debugger and can … 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 w… string
233 …{ "name": "silent", "type": "boolean", "optional": true, "description": "In silent mode exceptions… string
234 … "name": "contextId", "$ref": "ExecutionContextId", "optional": true, "description": "Specifies in… string
235 …{ "name": "returnByValue", "type": "boolean", "optional": true, "description": "Whether the result… string
236 …ePreview", "type": "boolean", "optional": true, "experimental": true, "description": "Whether prev… 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 …e": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception de… string
244 "description": "Evaluates expression on global object." 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 …e": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception de… string
257 "description": "Add handler to promise with given promise object id." 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 …array", "items": { "$ref": "CallArgument", "description": "Call argument." }, "optional": true, "d… 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 …ePreview", "type": "boolean", "optional": true, "experimental": true, "description": "Whether prev… 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 …"executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Specifies ex… string
271 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
274 { "name": "result", "$ref": "RemoteObject", "description": "Call result." }, string
275 …e": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception de… string
277 …"description": "Calls function with given declaration on the given object. Object group of the res… 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, ret… string
285 …ePreview", "type": "boolean", "optional": true, "experimental": true, "description": "Whether prev… string
288 …"result", "type": "array", "items": { "$ref": "PropertyDescriptor" }, "description": "Object prope… string
289 …, "type": "array", "items": { "$ref": "InternalPropertyDescriptor" }, "description": "Internal obj… string
290 …e": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception de… string
292 …"description": "Returns properties of a given object. Object group of the result is inherited from… string
297 …{ "name": "objectId", "$ref": "RemoteObjectId", "description": "Identifier of the object to releas… string
299 "description": "Releases remote object with given id." string
304 … { "name": "objectGroup", "type": "string", "description": "Symbolic object group name." } string
306 "description": "Releases all remote objects that belong to a given group." string
310 … "description": "Tells inspected instance to run if it was waiting for debugger to attach." string
314 …"description": "Enables reporting of execution contexts creation by means of <code>executionContex… string
318 "description": "Disables reporting of execution contexts creation." string
322 "description": "Discards collected exceptions and console API calls." 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 …"executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Specifies in… string
343 … { "name": "scriptId", "$ref": "ScriptId", "optional": true, "description": "Id of the script." }, string
344 …e": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception de… string
346 "description": "Compiles expression." string
351 … { "name": "scriptId", "$ref": "ScriptId", "description": "Id of the script to run." }, string
352 …"executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Specifies in… 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 w… 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 …e": "exceptionDetails", "$ref": "ExceptionDetails", "optional": true, "description": "Exception de… string
364 "description": "Runs script with given id in a given context." string
369 …{ "name": "prototypeObjectId", "$ref": "RemoteObjectId", "description": "Identifier of the prototy… string
372 … { "name": "objects", "$ref": "RemoteObject", "description": "Array with objects." } string
378 …"executionContextId", "$ref": "ExecutionContextId", "optional": true, "description": "Specifies in… string
383 "description": "Returns all let, const and class variables from global scope." string
390 …{ "name": "context", "$ref": "ExecutionContextDescription", "description": "A newly created execut… string
392 "description": "Issued when new execution context is created." string
397 …{ "name": "executionContextId", "$ref": "ExecutionContextId", "description": "Id of the destroyed … string
399 "description": "Issued when execution context is destroyed." string
403 "description": "Issued when all executionContexts were cleared in browser" string
407 "description": "Issued when exception was thrown and unhandled.", string
409 … { "name": "timestamp", "$ref": "Timestamp", "description": "Timestamp of the exception." }, string
415 "description": "Issued when unhandled exception was revoked.", 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
423 "description": "Issued when console API was called.", string
425 …, "endGroup", "assert", "profile", "profileEnd", "count", "timeEnd"], "description": "Type of the … string
426 …"name": "args", "type": "array", "items": { "$ref": "RemoteObject" }, "description": "Call argumen… 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 … "context", "type": "string", "optional": true, "experimental": true, "description": "Console cont… string
435 …"description": "Issued when object should be inspected (for example, as a result of inspect() comm… string
445 …"description": "Debugger domain exposes JavaScript debugging capabilities. It allows setting and r… string
451 "description": "Breakpoint identifier." string
456 "description": "Call frame identifier." 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
466 "description": "Location in the source code." string
476 "description": "Location in the source code." 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 …me": "returnValue", "$ref": "Runtime.RemoteObject", "optional": true, "description": "The value be… string
491 "description": "JavaScript call frame. Array of call frames form the call stack." string
497 …l", "with", "closure", "catch", "block", "script", "eval", "module"], "description": "Scope type."… string
498 …{ "name": "object", "$ref": "Runtime.RemoteObject", "description": "Object representing the scope.… 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
503 "description": "Scope description." string
508 "description": "Search match for resource.", 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
529 …ebuggerId", "$ref": "Runtime.UniqueDebuggerId", "experimental": true, "description": "Unique ident… string
531 …"description": "Enables debugger for the given page. Clients should not assume that the debugging … string
535 "description": "Disables debugger for given page." string
540 … { "name": "active", "type": "boolean", "description": "New value for breakpoints active state." } string
542 "description": "Activates / deactivates all breakpoints on the page." string
547 … { "name": "skip", "type": "boolean", "description": "New value for skip pauses state." } string
549 …"description": "Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc)." 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 the … string
565 …"description": "Sets JavaScript breakpoint at given location specified either by URL or URL regex.… 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
577 "description": "Sets JavaScript breakpoint at a given location." string
584 "description": "Removes JavaScript breakpoint." 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 …: "locations", "type": "array", "items": { "$ref": "BreakLocation" }, "description": "List of the … string
596 …"description": "Returns possible locations for breakpoint. scriptId in start and end range locatio… string
601 … { "name": "location", "$ref": "Location", "description": "Location to continue to." }, string
604 "description": "Continues execution until specific location is reached." string
609 …{ "name": "parentStackTraceId", "$ref": "Runtime.StackTraceId", "description": "Debugger will paus… string
615 "description": "Steps over the statement." string
620 …syncCall", "type": "boolean", "optional": true, "experimental": true, "description": "Debugger wil… string
622 "description": "Steps into the function call." string
626 "description": "Steps out of the function call." string
630 "description": "Stops on the next JavaScript statement." string
634 …"description": "This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugg… string
639 "description": "Resumes JavaScript execution." string
649 "description": "Returns stack trace with given <code>stackTraceId</code>.", 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 sear… string
663 "description": "Searches for given string in script content." 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 …, "optional": true, "description": " If true the change will not actually be applied. Dry run may … string
673 … "type": "array", "optional": true, "items": { "$ref": "CallFrame" }, "description": "New stack tr… string
674 …{ "name": "stackChanged", "type": "boolean", "optional": true, "description": "Whether current cal… string
675 …": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async stack … string
676 …ref": "Runtime.StackTraceId", "optional": true, "experimental": true, "description": "Async stack … string
677 …eptionDetails", "optional": true, "$ref": "Runtime.ExceptionDetails", "description": "Exception de… string
679 "description": "Edits JavaScript source live." string
684 …{ "name": "callFrameId", "$ref": "CallFrameId", "description": "Call frame identifier to evaluate … string
687 …me": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "New stack tr… string
688 …": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async stack … string
689 …ref": "Runtime.StackTraceId", "optional": true, "experimental": true, "description": "Async stack … string
691 "description": "Restarts particular call frame from the beginning." 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
701 "description": "Returns source for the script with given id." string
706 …ame": "state", "type": "string", "enum": ["none", "uncaught", "all"], "description": "Pause on exc… string
708 …"description": "Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught … 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 wh… 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 …ePreview", "type": "boolean", "optional": true, "experimental": true, "description": "Whether prev… 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 …eptionDetails", "$ref": "Runtime.ExceptionDetails", "optional": true, "description": "Exception de… string
726 "description": "Evaluates expression on a given call frame." 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
736 …"description": "Changes value of variable in a callframe. Object-based scopes are not supported an… string
741 … { "name": "newValue", "$ref": "Runtime.CallArgument", "description": "New return value." } string
744 … "description": "Changes return value in top frame. Available only at return break position." string
749 …{ "name": "maxDepth", "type": "integer", "description": "Maximum depth of async call stacks. Setti… string
751 "description": "Enables or disables async call stacks tracking." string
756 …{ "name": "patterns", "type": "array", "items": { "type": "string" }, "description": "Array of reg… string
759 …"description": "Replace previous blackbox patterns with passed ones. Forces backend to skip steppi… string
764 … { "name": "scriptId", "$ref": "Runtime.ScriptId", "description": "Id of the script." }, string
768 …"description": "Makes backend skip steps in the script in blackboxed ranges. VM will try leave bla… 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-spe… 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 t… string
791 …"description": "Fired when virtual machine parses script. This event is also fired for all known a… 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-spe… 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 t… string
811 "description": "Fired when virtual machine fails to parse the script." string
816 …{ "name": "breakpointId", "$ref": "BreakpointId", "description": "Breakpoint unique identifier." }, string
817 … { "name": "location", "$ref": "Location", "description": "Actual breakpoint location." } string
819 "description": "Fired when breakpoint is resolved to an actual script and location." string
824 …me": "callFrames", "type": "array", "items": { "$ref": "CallFrame" }, "description": "Call stack t… string
825 …", "debugCommand", "promiseRejection", "OOM", "other", "ambiguous" ], "description": "Pause reason… string
826 …{ "name": "data", "type": "object", "optional": true, "description": "Object containing break-spec… string
827 …s", "type": "array", "optional": true, "items": { "type": "string" }, "description": "Hit breakpoi… string
828 …": "asyncStackTrace", "$ref": "Runtime.StackTrace", "optional": true, "description": "Async stack … string
829 …ref": "Runtime.StackTraceId", "optional": true, "experimental": true, "description": "Async stack … string
830 …ref": "Runtime.StackTraceId", "optional": true, "experimental": true, "description": "Just schedul… string
832 …"description": "Fired when the virtual machine stopped on breakpoint or exception or any other sto… string
836 "description": "Fired when the virtual machine resumed execution." string
842 "description": "This domain is deprecated - use Runtime or Log instead.", string
849 "description": "Console message.", string
851 …ppcache", "rendering", "security", "other", "deprecation", "worker"], "description": "Message sour… string
852 …ype": "string", "enum": ["log", "warning", "error", "debug", "info"], "description": "Message seve… 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
863 …"description": "Enables console domain, sends the messages collected so far to the client by means… string
867 …"description": "Disables console domain, prevents further console messages from being reported to … string
871 "description": "Does nothing." string
878 …{ "name": "message", "$ref": "ConsoleMessage", "description": "Console message that has been added… string
880 "description": "Issued when new console message is added." string
891 … "description": "Profile node. Holds callsite information, execution statistics and child nodes.", 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 …", "type": "array", "items": { "type": "integer" }, "optional": true, "description": "Child node i… string
897 …{ "name": "deoptReason", "type": "string", "optional": true, "description": "The reason of being n… string
898 …: "array", "items": { "$ref": "PositionTickInfo" }, "optional": true, "description": "An array of … string
904 "description": "Profile.", string
906 …"name": "nodes", "type": "array", "items": { "$ref": "ProfileNode" }, "description": "The list of … 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 …", "optional": true, "type": "array", "items": { "type": "integer" }, "description": "Ids of sampl… string
910 …", "optional": true, "type": "array", "items": { "type": "integer" }, "description": "Time interva… string
916 … "description": "Specifies a number of samples attributed to a certain source position.", 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
924 "description": "Coverage data for a source range.", 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
933 "description": "Coverage data for a JavaScript function.", string
935 … { "name": "functionName", "type": "string", "description": "JavaScript function name." }, string
936 …me": "ranges", "type": "array", "items": { "$ref": "CoverageRange" }, "description": "Source range… string
937 …{ "name": "isBlockCoverage", "type": "boolean", "description": "Whether coverage data for this fun… string
943 "description": "Coverage data for a JavaScript script.", 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 …functions", "type": "array", "items": { "$ref": "FunctionCoverage" }, "description": "Functions co… string
952 "description": "Describes a type collected during runtime.", string
954 …{ "name": "name", "type": "string", "description": "Name of a type collected with type profiling."… string
960 "description": "Source offset and types for a parameter or return value.", 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
970 … "description": "Type profile data collected during runtime for a JavaScript script.", 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 … "entries", "type": "array", "items": { "$ref": "TypeProfileEntry" }, "description": "Type profile… string
989 … { "name": "interval", "type": "integer", "description": "New sampling interval in microseconds." } string
991 …"description": "Changes CPU profiler sampling interval. Must be called before CPU profiles recordi… string
999 { "name": "profile", "$ref": "Profile", "description": "Recorded profile." } 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
1008 …"description": "Enable precise code coverage. Coverage data for JavaScript executed before enablin… string
1012 …"description": "Disable precise code coverage. Disabling releases unnecessary execution count reco… string
1017 …e": "result", "type": "array", "items": { "$ref": "ScriptCoverage" }, "description": "Coverage dat… string
1019 …"description": "Collect coverage data for the current isolate, and resets execution counters. Prec… string
1024 …e": "result", "type": "array", "items": { "$ref": "ScriptCoverage" }, "description": "Coverage dat… string
1026 …"description": "Collect coverage data for the current isolate. The coverage data may be incomplete… string
1030 "description": "Enable type profile.", string
1035 … "description": "Disable type profile. Disabling releases type profile data collected so far.", string
1041 …"result", "type": "array", "items": { "$ref": "ScriptTypeProfile" }, "description": "Type profile… string
1043 "description": "Collect type profile.", 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
1055 … "description": "Sent when new profile recording is started using console.profile() call." string
1061 …{ "name": "location", "$ref": "Debugger.Location", "description": "Location of console.profileEnd(… string
1063 …{ "name": "title", "type": "string", "optional": true, "description": "Profile title passed as an … string
1076 "description": "Heap snapshot object id." string
1081 …"description": "Sampling Heap Profile node. Holds callsite information, allocation statistics and … 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 …en", "type": "array", "items": { "$ref": "SamplingHeapProfileNode" }, "description": "Child nodes.… string
1091 "description": "Profile.", string
1113 …{ "name": "reportProgress", "type": "boolean", "optional": true, "description": "If true 'reportHe… string
1119 …{ "name": "reportProgress", "type": "boolean", "optional": true, "description": "If true 'reportHe… string
1129 …{ "name": "objectGroup", "type": "string", "optional": true, "description": "Symbolic group name t… string
1132 … { "name": "result", "$ref": "Runtime.RemoteObject", "description": "Evaluation result." } string
1138 …{ "name": "heapObjectId", "$ref": "HeapSnapshotObjectId", "description": "Heap snapshot object id … string
1140 …"description": "Enables console to refer to the node with given id via $x (see Command Line API fo… 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
1154 …{ "name": "samplingInterval", "type": "number", "optional": true, "description": "Average sample i… string
1160 …{ "name": "profile", "$ref": "SamplingHeapProfile", "description": "Recorded sampling heap profile… string
1166 …{ "name": "profile", "$ref": "SamplingHeapProfile", "description": "Return the sampling profile be… string
1190 …"description": "If heap objects tracking has been started then backend regularly sends a current v… string
1198 …"description": "If heap objects tracking has been started then backend may send update for one or … string
1200 …ame": "statsUpdate", "type": "array", "items": { "type": "integer" }, "description": "An array of … string