Home
last modified time | relevance | path

Searched defs:isWorker (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/es6-promise/lib/es6-promise/
Dasap.js35 const isWorker = typeof Uint8ClampedArray !== 'undefined' && constant
/third_party/typescript/src/testRunner/
Drunner.ts263 export let isWorker: boolean; variable
/third_party/node/test/fixtures/
Dprocess-exit-code-cases.js5 function getTestCases(isWorker = false) { argument