Home
last modified time | relevance | path

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

/expo/packages/@expo/metro-runtime/src/error-overlay/modules/stringifySafe/
H A Dindex.ts26 function replacer(this: unknown, _key: string, value: any): any {
90 const ret = JSON.stringify(arg, replacer);
/expo/packages/@expo/metro-runtime/build/error-overlay/modules/stringifySafe/
H A Dindex.js18 function replacer(_key, value) { function
87 const ret = JSON.stringify(arg, replacer);
H A Dindex.js.map1replacer(this: unknown, _key: string, value: any): any {\n while (stack.length && this !== stac…
/expo/apps/jest-expo-mock-generator/
H A DApp.js31 const replacer = (_key, value) => { function
69 const code = `module.exports = ${JSON.stringify(moduleSpecs, replacer)};`;
/expo/apps/native-component-list/src/screens/
H A DExpoModulesScreen.tsx7 // Custom JSON replacer that can stringify functions.