MCPcopy Index your code
hub / github.com/nodejs/node / setFlagsFromString

Function setFlagsFromString

lib/v8.js:176–179  ·  view source on GitHub ↗

* Sets V8 command-line flags. * @param {string} flags * @returns {void}

(flags)

Source from the content-addressed store, hash-verified

174 * @returns {void}
175 */
176function setFlagsFromString(flags) {
177 validateString(flags, 'flags');
178 _setFlagsFromString(flags);
179}
180
181class SyncCPUProfileHandle {
182 #id = null;

Callers 1

worker.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected