Searched defs:isWorker (Results 1 – 3 of 3) sorted by relevance
35 const isWorker = typeof Uint8ClampedArray !== 'undefined' && constant
263 export let isWorker: boolean; variable
5 function getTestCases(isWorker = false) { argument