Home
last modified time | relevance | path

Searched refs:setEnvironmentData (Results 1 – 5 of 5) sorted by relevance

/third_party/node/test/parallel/
Dtest-worker-environmentdata.js7 setEnvironmentData,
18 setEnvironmentData('foo', 'bar');
19 setEnvironmentData('hello', { value: 'world' });
20 setEnvironmentData(1, 2);
22 setEnvironmentData(1); // Delete it, key won't show up in the worker.
24 setEnvironmentData('hello'); // Delete it. Has no impact on the worker.
/third_party/node/lib/
Dworker_threads.js7 setEnvironmentData,
37 setEnvironmentData, property
/third_party/node/lib/internal/
Dworker.js100 function setEnvironmentData(key, value) { function
509 setEnvironmentData, property
/third_party/node/doc/api/
Dworker_threads.md76 of data passed to the spawning thread's `worker.setEnvironmentData()`.
84 setEnvironmentData,
89 setEnvironmentData('Hello', 'World!');
275 ## `worker.setEnvironmentData(key[, value])`
288 The `worker.setEnvironmentData()` API sets the content of
/third_party/node/doc/changelogs/
DCHANGELOG_V14.md419 …dejs/node/commit/9f6bc58da8)] - **(SEMVER-MINOR)** **worker**: add setEnvironmentData/getEnvironme…
485 …dejs/node/commit/9f6bc58da8)] - **(SEMVER-MINOR)** **worker**: add setEnvironmentData/getEnvironme…