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

Method setFlags

test/common/wpt.js:598–600  ·  view source on GitHub ↗

* Sets the Node.js flags passed to the worker. * @param {string[]} flags

(flags)

Source from the content-addressed store, hash-verified

596 * @param {string[]} flags
597 */
598 setFlags(flags) {
599 this.flags = flags;
600 }
601
602 /**
603 * Sets a script to be run in the worker before executing the tests.

Callers 2

test-webstorage.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected