@@ -371,6 +371,9 @@ util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 });
371371<!-- YAML
372372added: v22.9.0
373373changes:
374+ - version: REPLACEME
375+ pr-url: https://github.com/nodejs/node/pull/56551
376+ description: Property `CallSite.scriptId` is exposed.
374377 - version: v23.3.0
375378 pr-url: https://github.com/nodejs/node/pull/55626
376379 description: The API is renamed from `util.getCallSite` to `util.getCallSites()`.
@@ -385,6 +388,7 @@ changes:
385388 * ` functionName ` {string} Returns the name of the function associated with this call site.
386389 * ` scriptName ` {string} Returns the name of the resource that contains the script for the
387390 function for this call site.
391+ * ` scriptId ` {string} Returns the unique id of the script, as in Chrome DevTools protocol [ ` Runtime.ScriptId ` ] [ ] .
388392 * ` lineNumber ` {number} Returns the number, 1-based, of the line for the associate function call.
389393 * ` column ` {number} Returns the 1-based column offset on the line for the associated function call.
390394
@@ -3184,6 +3188,7 @@ util.isArray({});
31843188[` Object .freeze ()` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze
31853189[` Promise ` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise
31863190[` Proxy ` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy
3191+ [` Runtime .ScriptId ` ]: https://chromedevtools.github.io/devtools-protocol/1-3/Runtime/#type-ScriptId
31873192[` Set ` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set
31883193[` SharedArrayBuffer ` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer
31893194[` TypedArray` ]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray
0 commit comments