Searched refs:setEnvironmentData (Results 1 – 5 of 5) sorted by relevance
/third_party/node/test/parallel/ |
D | test-worker-environmentdata.js | 7 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/ |
D | worker_threads.js | 7 setEnvironmentData, 37 setEnvironmentData, property
|
/third_party/node/lib/internal/ |
D | worker.js | 100 function setEnvironmentData(key, value) { function 509 setEnvironmentData, property
|
/third_party/node/doc/api/ |
D | worker_threads.md | 76 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/ |
D | CHANGELOG_V14.md | 419 …dejs/node/commit/9f6bc58da8)] - **(SEMVER-MINOR)** **worker**: add setEnvironmentData/getEnvironme… 485 …dejs/node/commit/9f6bc58da8)] - **(SEMVER-MINOR)** **worker**: add setEnvironmentData/getEnvironme…
|