Name Description Size Coverage
debugging.sys.mjs An object that identifies the location of a breakpoint via url, line and column information. @typedef BreakpointLocation @property {number=} column The column of the breakpoint location. (optional) @property {number} line The line of the breakpoint location. @property {string} url The URL (as a string) of the script where the breakpoint is located. 10533 -
profiler.sys.mjs Check whether the profiler is currently running. @returns {object} An object with an <var>active</var> boolean property, which is true when the profiler is running. 6945 -