• Home
  • Raw
  • Download

Lines Matching defs:description

9             "description": "This domain is deprecated - use Runtime or Log instead.",  string
17 "description": "Console message.", string
22 "description": "Message source.", string
40 "description": "Message severity.", string
52 "description": "Message text.", string
57 "description": "URL of the message origin.", string
63 … "description": "Line number in the resource that generated this message (1-based).", string
69 … "description": "Column number in the resource that generated this message (1-based).", string
79 "description": "Does nothing." string
83 …"description": "Disables console domain, prevents further console messages from being reported to … string
87 …"description": "Enables console domain, sends the messages collected so far to the client by means… string
93 "description": "Issued when new console message is added.", string
97 "description": "Console message that has been added.", string
106 …"description": "Debugger domain exposes JavaScript debugging capabilities. It allows setting and r… string
113 "description": "Breakpoint identifier.", string
118 "description": "Call frame identifier.", string
123 "description": "Location in the source code.", string
128 … "description": "Script identifier as reported in the `Debugger.scriptParsed`.", string
133 "description": "Line number in the script (0-based).", string
138 "description": "Column number in the script (0-based).", string
146 "description": "Location in the source code.", string
162 … "description": "JavaScript call frame. Array of call frames form the call stack.", string
167 …"description": "Call frame identifier. This identifier is only valid while the virtual machine is … string
172 … "description": "Name of the JavaScript function called on this call frame.", string
177 "description": "Location in the source code.", string
183 "description": "Location in the source code.", string
188 "description": "JavaScript script name or url.", string
193 "description": "Scope chain for this call frame.", string
201 "description": "`this` object for this call frame.", string
206 … "description": "The value being returned, if the function is at return point.", string
214 "description": "Scope description.", string
219 "description": "Scope type.", string
235 …"description": "Object representing the scope. For `global` and `with` scopes it represents the ac… string
245 "description": "Location in the source code where scope starts", string
251 "description": "Location in the source code where scope ends", string
259 "description": "Search match for resource.", string
264 "description": "Line number in resource content.", string
269 "description": "Line with match content.", string
280 … "description": "Script identifier as reported in the `Debugger.scriptParsed`.", string
285 "description": "Line number in the script (0-based).", string
290 "description": "Column number in the script (0-based).", string
310 "description": "Continues execution until specific location is reached.", string
314 "description": "Location to continue to.", string
330 "description": "Disables debugger for given page." string
334 …"description": "Enables debugger for the given page. Clients should not assume that the debugging … string
338 "description": "Unique identifier of the debugger.", string
346 "description": "Evaluates expression on a given call frame.", string
350 "description": "Call frame identifier to evaluate on.", string
355 "description": "Expression to evaluate.", string
360 …"description": "String object group name to put result into (allows rapid releasing resulting obje… string
366 …"description": "Specifies whether command line API should be available to the evaluated expression… string
372 …"description": "In silent mode exceptions thrown during evaluation are not reported and do not pau… string
378 … "description": "Whether the result is expected to be a JSON object that should be sent by value.", string
384 "description": "Whether preview should be generated for the result.", string
391 …"description": "Whether to throw an exception if side effect cannot be ruled out during evaluation… string
397 … "description": "Terminate execution after timing out (number of milliseconds).", string
406 "description": "Object wrapper for the evaluation result.", string
411 "description": "Exception details.", string
419 …"description": "Returns possible locations for breakpoint. scriptId in start and end range locatio… string
423 … "description": "Start of range to search possible breakpoint locations in.", string
428 …"description": "End of range to search possible breakpoint locations in (excluding). When not spec… string
434 … "description": "Only consider locations which are in the same (non-nested) function as start.", string
442 "description": "List of the possible breakpoint locations.", string
452 "description": "Returns source for the script with given id.", string
456 "description": "Id of the script to get source for.", string
463 "description": "Script source.", string
470 "description": "Returns stack trace with given `stackTraceId`.", string
487 "description": "Stops on the next JavaScript statement." string
495 … "description": "Debugger will pause when async call with given stack trace is started.", string
502 "description": "Removes JavaScript breakpoint.", string
512 "description": "Restarts particular call frame from the beginning.", string
516 "description": "Call frame identifier to evaluate on.", string
523 "description": "New stack trace.", string
531 "description": "Async stack trace, if any.", string
537 "description": "Async stack trace, if any.", string
546 "description": "Resumes JavaScript execution." string
550 …"description": "This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and\nDebug… string
555 "description": "Searches for given string in script content.", string
559 "description": "Id of the script to search in.", string
564 "description": "String to search for.", string
569 "description": "If true, search is case sensitive.", string
575 "description": "If true, treats string parameter as regex.", string
583 "description": "List of search matches.", string
593 "description": "Enables or disables async call stacks tracking.", string
597 …"description": "Maximum depth of async call stacks. Setting to `0` will effectively disable collec… string
604 …"description": "Replace previous blackbox patterns with passed ones. Forces backend to skip steppi… string
609 … "description": "Array of regexps that will be used to check script url for blackbox state.", string
619 …"description": "Makes backend skip steps in the script in blackboxed ranges. VM will try leave bla… string
624 "description": "Id of the script.", string
638 "description": "Sets JavaScript breakpoint at a given location.", string
642 "description": "Location to set breakpoint in.", string
647 …"description": "Expression to use as a breakpoint condition. When specified, debugger will only st… string
655 "description": "Id of the created breakpoint for further reference.", string
660 "description": "Location this breakpoint resolved into.", string
667 …"description": "Sets JavaScript breakpoint at given location specified either by URL or URL regex.… string
671 "description": "Line number to set breakpoint at.", string
676 "description": "URL of the resources to set breakpoint on.", string
682 …"description": "Regex pattern for the URLs of the resources to set breakpoints on. Either `url` or… string
688 "description": "Script hash of the resources to set breakpoint on.", string
694 "description": "Offset in the line to set breakpoint at.", string
700 …"description": "Expression to use as a breakpoint condition. When specified, debugger will only st… string
708 "description": "Id of the created breakpoint for further reference.", string
713 … "description": "List of the locations this breakpoint resolved into upon addition.", string
723 …"description": "Sets JavaScript breakpoint before each call to the given function.\nIf another fun… string
728 "description": "Function object id.", string
733 …"description": "Expression to use as a breakpoint condition. When specified, debugger will\nstop o… string
741 "description": "Id of the created breakpoint for further reference.", string
748 "description": "Activates / deactivates all breakpoints on the page.", string
752 "description": "New value for breakpoints active state.", string
759 …"description": "Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught … string
763 "description": "Pause on exceptions mode.", string
775 … "description": "Changes return value in top frame. Available only at return break position.", string
780 "description": "New return value.", string
787 "description": "Edits JavaScript source live.", string
791 "description": "Id of the script to edit.", string
796 "description": "New content of the script.", string
801 …"description": "If true the change will not actually be applied. Dry run may be used to get result… string
809 … "description": "New stack trace in case editing has happened while VM was stopped.", string
818 … "description": "Whether current call stack was modified after applying the changes.", string
824 "description": "Async stack trace, if any.", string
830 "description": "Async stack trace, if any.", string
837 "description": "Exception details if any.", string
845 …"description": "Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc).… string
849 "description": "New value for skip pauses state.", string
856 …"description": "Changes value of variable in a callframe. Object-based scopes are not supported an… string
860 …"description": "0-based number of scope as was listed in scope chain. Only 'local', 'closure' and … string
865 "description": "Variable name.", string
870 "description": "New variable value.", string
875 "description": "Id of callframe that holds variable.", string
882 "description": "Steps into the function call.", string
886 …"description": "Debugger will issue additional Debugger.paused notification if any async task is s… string
895 "description": "Steps out of the function call." string
899 "description": "Steps over the statement." string
905 … "description": "Fired when breakpoint is resolved to an actual script and location.", string
909 "description": "Breakpoint unique identifier.", string
914 "description": "Actual breakpoint location.", string
921 …"description": "Fired when the virtual machine stopped on breakpoint or exception or any other sto… string
925 "description": "Call stack the virtual machine stopped on.", string
933 "description": "Pause reason.", string
950 "description": "Object containing break-specific auxiliary properties.", string
956 "description": "Hit breakpoints IDs", string
965 "description": "Async stack trace, if any.", string
971 "description": "Async stack trace, if any.", string
978 …"description": "Just scheduled async call will have this stack trace as parent stack during async … string
987 "description": "Fired when the virtual machine resumed execution." string
991 "description": "Fired when virtual machine fails to parse the script.", string
995 "description": "Identifier of the script parsed.", string
1000 "description": "URL or name of the script parsed (if any).", string
1005 … "description": "Line offset of the script within the resource with given URL (for script tags).", string
1010 … "description": "Column offset of the script within the resource with given URL.", string
1015 "description": "Last line of the script.", string
1020 "description": "Length of the last line of the script.", string
1025 "description": "Specifies script creation context.", string
1030 "description": "Content hash of the script.", string
1035 "description": "Embedder-specific auxiliary data.", string
1041 "description": "URL of source map associated with script (if any).", string
1047 "description": "True, if this script has sourceURL.", string
1053 "description": "True, if this script is ES6 module.", string
1059 "description": "This script length.", string
1065 …"description": "JavaScript top stack frame of where the script parsed event was triggered if avail… string
1074 …"description": "Fired when virtual machine parses script. This event is also fired for all known a… string
1078 "description": "Identifier of the script parsed.", string
1083 "description": "URL or name of the script parsed (if any).", string
1088 … "description": "Line offset of the script within the resource with given URL (for script tags).", string
1093 … "description": "Column offset of the script within the resource with given URL.", string
1098 "description": "Last line of the script.", string
1103 "description": "Length of the last line of the script.", string
1108 "description": "Specifies script creation context.", string
1113 "description": "Content hash of the script.", string
1118 "description": "Embedder-specific auxiliary data.", string
1124 … "description": "True, if this script is generated as a result of the live edit operation.", string
1131 "description": "URL of source map associated with script (if any).", string
1137 "description": "True, if this script has sourceURL.", string
1143 "description": "True, if this script is ES6 module.", string
1149 "description": "This script length.", string
1155 …"description": "JavaScript top stack frame of where the script parsed event was triggered if avail… string
1173 "description": "Heap snapshot object id.", string
1178 …"description": "Sampling Heap Profile node. Holds callsite information, allocation statistics and … string
1183 "description": "Function location.", string
1188 … "description": "Allocations size in bytes for the node excluding children.", string
1193 "description": "Child nodes.", string
1203 "description": "Profile.", string
1216 …"description": "Enables console to refer to the node with given id via $x (see Command Line API fo… string
1220 … "description": "Heap snapshot object id to be accessible by means of $x command line API.", string
1239 "description": "Identifier of the object to get heap object id for.", string
1246 … "description": "Id of the heap snapshot object corresponding to the passed remote object id.", string
1260 … "description": "Symbolic group name that can be used to release multiple objects.", string
1268 "description": "Evaluation result.", string
1278 "description": "Return the sampling profile being collected.", string
1288 …"description": "Average sample interval in bytes. Poisson distribution is used for the intervals. … string
1309 "description": "Recorded sampling heap profile.", string
1319 …"description": "If true 'reportHeapSnapshotProgress' events will be generated while snapshot is be… string
1330 …"description": "If true 'reportHeapSnapshotProgress' events will be generated while snapshot is be… string
1349 …"description": "If heap objects tracking has been started then backend may send update for one or … string
1353 …"description": "An array of triplets. Each triplet describes a fragment. The first integer is the … string
1363 …"description": "If heap objects tracking has been started then backend regularly sends a current v… string
1407 … "description": "Profile node. Holds callsite information, execution statistics and child nodes.", string
1412 "description": "Unique id of the node.", string
1417 "description": "Function location.", string
1422 … "description": "Number of samples where this node was on top of the call stack.", string
1428 "description": "Child node ids.", string
1437 …"description": "The reason of being not optimized. The function may be deoptimized or marked as do… string
1443 "description": "An array of source position ticks.", string
1454 "description": "Profile.", string
1459 … "description": "The list of profile nodes. First item is the root node.", string
1467 "description": "Profiling start timestamp in microseconds.", string
1472 "description": "Profiling end timestamp in microseconds.", string
1477 "description": "Ids of samples top nodes.", string
1486 …"description": "Time intervals between adjacent samples in microseconds. The first delta is relati… string
1497 … "description": "Specifies a number of samples attributed to a certain source position.", string
1502 "description": "Source line number (1-based).", string
1507 "description": "Number of samples attributed to the source line.", string
1514 "description": "Coverage data for a source range.", string
1519 "description": "JavaScript script source offset for the range start.", string
1524 "description": "JavaScript script source offset for the range end.", string
1529 "description": "Collected execution count of the source range.", string
1536 "description": "Coverage data for a JavaScript function.", string
1541 "description": "JavaScript function name.", string
1546 "description": "Source ranges inside the function with coverage data.", string
1554 … "description": "Whether coverage data for this function has block granularity.", string
1561 "description": "Coverage data for a JavaScript script.", string
1566 "description": "JavaScript script id.", string
1571 "description": "JavaScript script name or url.", string
1576 … "description": "Functions contained in the script that has coverage data.", string
1586 "description": "Describes a type collected during runtime.", string
1592 "description": "Name of a type collected with type profiling.", string
1599 "description": "Source offset and types for a parameter or return value.", string
1605 … "description": "Source offset of the parameter or end of function for return values.", string
1610 "description": "The types for this parameter or return value.", string
1620 … "description": "Type profile data collected during runtime for a JavaScript script.", string
1626 "description": "JavaScript script id.", string
1631 "description": "JavaScript script name or url.", string
1636 …"description": "Type profile entries for parameters and return values of the functions in the scri… string
1654 …"description": "Collect coverage data for the current isolate. The coverage data may be incomplete… string
1658 "description": "Coverage data for the current isolate.", string
1668 …"description": "Changes CPU profiler sampling interval. Must be called before CPU profiles recordi… string
1672 "description": "New sampling interval in microseconds.", string
1682 …"description": "Enable precise code coverage. Coverage data for JavaScript executed before enablin… string
1686 … "description": "Collect accurate call counts beyond simple 'covered' or 'not covered'.", string
1692 "description": "Collect block-based coverage.", string
1700 "description": "Enable type profile.", string
1708 "description": "Recorded profile.", string
1715 …"description": "Disable precise code coverage. Disabling releases unnecessary execution count reco… string
1719 … "description": "Disable type profile. Disabling releases type profile data collected so far.", string
1724 …"description": "Collect coverage data for the current isolate, and resets execution counters. Prec… string
1728 "description": "Coverage data for the current isolate.", string
1738 "description": "Collect type profile.", string
1743 … "description": "Type profile for all scripts since startTypeProfile() was turned on.", string
1762 "description": "Location of console.profileEnd().", string
1771 … "description": "Profile title passed as an argument to console.profile().", string
1779 … "description": "Sent when new profile recording is started using console.profile() call.", string
1787 "description": "Location of console.profile().", string
1792 … "description": "Profile title passed as an argument to console.profile().", string
1802 …"description": "Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror… string
1806 "description": "Unique script identifier.", string
1811 "description": "Unique object identifier.", string
1816 …"description": "Primitive value which cannot be JSON-stringified. Includes values `-0`, `NaN`, `In… string
1821 "description": "Mirror object referencing original JavaScript object.", string
1826 "description": "Object type.", string
1841 … "description": "Object subtype hint. Specified for `object` type values only.", string
1864 … "description": "Object class (constructor) name. Specified for `object` type values only.", string
1870 …"description": "Remote object value in case of primitive values or JSON values (if it was requeste… string
1876 …"description": "Primitive value which can not be JSON-stringified does not have `value`, but gets … string
1882 "description": "String representation of the object.", string
1888 "description": "Unique object identifier (for non-primitive values).", string
1894 …"description": "Preview containing abbreviated property values. Specified for `object` type values… string
1937 "description": "Object containing abbreviated remote object value.", string
1943 "description": "Object type.", string
1958 … "description": "Object subtype hint. Specified for `object` type values only.", string
1978 "description": "String representation of the object.", string
1984 … "description": "True iff some of the properties or entries of the original object did not fit.", string
1989 "description": "List of the properties.", string
1997 … "description": "List of the entries. Specified for `map` and `set` subtype values only.", string
2013 "description": "Property name.", string
2018 … "description": "Object type. Accessor means that the property itself is an accessor property.", string
2034 "description": "User-friendly property value string.", string
2040 "description": "Nested value preview.", string
2046 … "description": "Object subtype hint. Specified for `object` type values only.", string
2073 … "description": "Preview of the key. Specified for map-like collection entries.", string
2079 "description": "Preview of the value.", string
2086 "description": "Object property descriptor.", string
2091 "description": "Property name or symbol description.", string
2096 "description": "The value associated with the property.", string
2102 …"description": "True if the value associated with the property may be changed (data descriptors on… string
2108 …"description": "A function which serves as a getter for the property, or `undefined` if there is n… string
2114 …"description": "A function which serves as a setter for the property, or `undefined` if there is n… string
2120 …"description": "True if the type of this property descriptor may be changed and if the property ma… string
2125 …"description": "True if this property shows up during enumeration of the properties on the corresp… string
2130 "description": "True if the result was thrown during the evaluation.", string
2136 "description": "True if the property is owned for the object.", string
2142 … "description": "Property symbol object, if the property is of the `symbol` type.", string
2150 …"description": "Object internal property descriptor. This property isn't normally visible in JavaS… string
2155 "description": "Conventional property name.", string
2160 "description": "The value associated with the property.", string
2168 …"description": "Represents function call argument. Either remote object id `objectId`, primitive `… string
2173 "description": "Primitive value or serializable javascript object.", string
2179 "description": "Primitive value which can not be JSON-stringified.", string
2185 "description": "Remote object handle.", string
2193 "description": "Id of an execution context.", string
2198 "description": "Description of an isolated world.", string
2203 …"description": "Unique id of the execution context. It can be used to specify in which execution c… string
2208 "description": "Execution context origin.", string
2213 "description": "Human readable name describing given context.", string
2218 "description": "Embedder-specific auxiliary data.", string
2226 …"description": "Detailed information about exception (or error) that was thrown during script comp… string
2231 "description": "Exception id.", string
2236 …"description": "Exception text, which should be used together with exception object when available… string
2241 "description": "Line number of the exception location (0-based).", string
2246 "description": "Column number of the exception location (0-based).", string
2251 "description": "Script ID of the exception location.", string
2257 … "description": "URL of the exception location, to be used when the script was not reported.", string
2263 "description": "JavaScript stack trace if available.", string
2269 "description": "Exception object if available.", string
2275 "description": "Identifier of the context where exception happened.", string
2283 "description": "Number of milliseconds since epoch.", string
2288 "description": "Number of milliseconds.", string
2293 "description": "Stack entry for runtime errors and assertions.", string
2298 "description": "JavaScript function name.", string
2303 "description": "JavaScript script id.", string
2308 "description": "JavaScript script name or url.", string
2313 "description": "JavaScript script line number (0-based).", string
2318 "description": "JavaScript script column number (0-based).", string
2325 "description": "Call frames for assertions or error messages.", string
2330 …"description": "String label of this stack trace. For async traces this may be a name of the funct… string
2336 "description": "JavaScript function name.", string
2344 … "description": "Asynchronous JavaScript stack trace that preceded this stack, if available.", string
2350 … "description": "Asynchronous JavaScript stack trace that preceded this stack, if available.", string
2359 "description": "Unique identifier of current debugger.", string
2365 …"description": "If `debuggerId` is set stack trace comes from another debugger and can be resolved… string
2384 "description": "Add handler to promise with given promise object id.", string
2388 "description": "Identifier of the promise.", string
2393 … "description": "Whether the result is expected to be a JSON object that should be sent by value.", string
2399 "description": "Whether preview should be generated for the result.", string
2407 … "description": "Promise result. Will contain rejected value if promise was rejected.", string
2412 "description": "Exception details if stack strace is available.", string
2420 …"description": "Calls function with given declaration on the given object. Object group of the res… string
2424 "description": "Declaration of the function to call.", string
2429 …"description": "Identifier of the object to call function on. Either objectId or executionContextI… string
2435 …"description": "Call arguments. All call arguments must belong to the same JavaScript world as the… string
2444 …"description": "In silent mode exceptions thrown during evaluation are not reported and do not pau… string
2450 …"description": "Whether the result is expected to be a JSON object which should be sent by value.", string
2456 "description": "Whether preview should be generated for the result.", string
2463 … "description": "Whether execution should be treated as initiated by user in the UI.", string
2469 …"description": "Whether execution should `await` for resulting value and return once awaited promi… string
2475 …"description": "Specifies execution context which global object will be used to call function on. … string
2481 …"description": "Symbolic group name that can be used to release multiple objects. If objectGroup i… string
2489 "description": "Call result.", string
2494 "description": "Exception details.", string
2502 "description": "Compiles expression.", string
2506 "description": "Expression to compile.", string
2511 "description": "Source url to be set for the script.", string
2516 … "description": "Specifies whether the compiled script should be persisted.", string
2521 …"description": "Specifies in which execution context to perform script run. If the parameter is om… string
2529 "description": "Id of the script.", string
2535 "description": "Exception details.", string
2543 "description": "Disables reporting of execution contexts creation." string
2547 "description": "Discards collected exceptions and console API calls." string
2551 …"description": "Enables reporting of execution contexts creation by means of `executionContextCrea… string
2555 "description": "Evaluates expression on global object.", string
2559 "description": "Expression to evaluate.", string
2564 … "description": "Symbolic group name that can be used to release multiple objects.", string
2570 … "description": "Determines whether Command Line API should be available during the evaluation.", string
2576 …"description": "In silent mode exceptions thrown during evaluation are not reported and do not pau… string
2582 …"description": "Specifies in which execution context to perform evaluation. If the parameter is om… string
2588 … "description": "Whether the result is expected to be a JSON object that should be sent by value.", string
2594 "description": "Whether preview should be generated for the result.", string
2601 … "description": "Whether execution should be treated as initiated by user in the UI.", string
2607 …"description": "Whether execution should `await` for resulting value and return once awaited promi… string
2613 …"description": "Whether to throw an exception if side effect cannot be ruled out during evaluation… string
2620 … "description": "Terminate execution after timing out (number of milliseconds).", string
2629 "description": "Evaluation result.", string
2634 "description": "Exception details.", string
2642 "description": "Returns the isolate id.", string
2647 "description": "The isolate id.", string
2654 …"description": "Returns the JavaScript heap usage.\nIt is the total usage of the corresponding iso… string
2659 "description": "Used heap size in bytes.", string
2664 "description": "Allocated heap size in bytes.", string
2671 …"description": "Returns properties of a given object. Object group of the result is inherited from… string
2675 "description": "Identifier of the object to return properties for.", string
2680 …"description": "If true, returns properties belonging only to the element itself, not to its proto… string
2686 …"description": "If true, returns accessor properties (with getter/setter) only; internal propertie… string
2693 "description": "Whether preview should be generated for the results.", string
2702 "description": "Object properties.", string
2710 … "description": "Internal object properties (only of the element itself).", string
2719 "description": "Exception details.", string
2727 "description": "Returns all let, const and class variables from global scope.", string
2731 … "description": "Specifies in which execution context to lookup global scope variables.", string
2751 "description": "Identifier of the prototype to return objects for.", string
2756 … "description": "Symbolic group name that can be used to release the results.", string
2764 "description": "Array with objects.", string
2771 "description": "Releases remote object with given id.", string
2775 "description": "Identifier of the object to release.", string
2782 "description": "Releases all remote objects that belong to a given group.", string
2786 "description": "Symbolic object group name.", string
2793 … "description": "Tells inspected instance to run if it was waiting for debugger to attach." string
2797 "description": "Runs script with given id in a given context.", string
2801 "description": "Id of the script to run.", string
2806 …"description": "Specifies in which execution context to perform script run. If the parameter is om… string
2812 … "description": "Symbolic group name that can be used to release multiple objects.", string
2818 …"description": "In silent mode exceptions thrown during evaluation are not reported and do not pau… string
2824 … "description": "Determines whether Command Line API should be available during the evaluation.", string
2830 …"description": "Whether the result is expected to be a JSON object which should be sent by value.", string
2836 "description": "Whether preview should be generated for the result.", string
2842 …"description": "Whether execution should `await` for resulting value and return once awaited promi… string
2850 "description": "Run result.", string
2855 "description": "Exception details.", string
2863 "description": "Enables or disables async call stacks tracking.", string
2868 …"description": "Maximum depth of async call stacks. Setting to `0` will effectively disable collec… string
2895 …"description": "Terminate current or next JavaScript execution.\nWill cancel the termination when … string
2900 …"description": "If executionContextId is empty, adds binding with the given name on the\nglobal ob… string
2916 …"description": "This method does not remove binding function from global object but\nunsubscribes … string
2929 "description": "Notification is issued every time when binding is called.", string
2942 "description": "Identifier of the context where the call was made.", string
2949 "description": "Issued when console API was called.", string
2953 "description": "Type of the call.", string
2978 "description": "Call arguments.", string
2986 "description": "Identifier of the context where the call was made.", string
2991 "description": "Call timestamp.", string
2996 "description": "Stack trace captured when the call was made.", string
3002 …"description": "Console context descriptor for calls on non-default console context (not console.*… string
3011 "description": "Issued when unhandled exception was revoked.", string
3015 "description": "Reason describing why exception was revoked.", string
3020 … "description": "The id of revoked exception, as reported in `exceptionThrown`.", string
3027 "description": "Issued when exception was thrown and unhandled.", string
3031 "description": "Timestamp of the exception.", string
3042 "description": "Issued when new execution context is created.", string
3046 "description": "A newly created execution context.", string
3053 "description": "Issued when execution context is destroyed.", string
3057 "description": "Id of the destroyed context", string
3064 "description": "Issued when all executionContexts were cleared in browser" string
3068 …"description": "Issued when object should be inspected (for example, as a result of inspect() comm… string
3084 "description": "This domain is deprecated.", string
3089 "description": "Description of the protocol domain.", string
3094 "description": "Domain name.", string
3099 "description": "Domain version.", string
3108 "description": "Returns supported domains.", string
3112 "description": "List of supported domains.", string