Home
last modified time | relevance | path

Searched refs:stringifiedFn (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-camera/build/
H A DuseWebQRScanner.js35 const stringifiedFn = [ variable
43 stringifiedFn.unshift(`importScripts(${deps.map((dep) => `'${dep}'`).join(', ')});`);
45 const blob = new Blob(stringifiedFn, { type: 'text/javascript' });
H A DuseWebQRScanner.js.map1stringifiedFn = [\n `self.func = ${fn.toString()};`,\n 'self.onmessage = (e) => {',\n ' …
/expo/packages/expo-camera/src/
H A DuseWebQRScanner.ts40 const stringifiedFn = [ constant
49 stringifiedFn.unshift(`importScripts(${deps.map((dep) => `'${dep}'`).join(', ')});`);
52 const blob = new Blob(stringifiedFn, { type: 'text/javascript' });