Searched refs:jsCode (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/@expo/metro-config/src/serializer/ |
| H A D | withExpoSerializers.ts | 72 const jsCode = await defaultSerializer(entryPoint, preModules, graph, options); constant 75 return jsCode; 86 return jsCode; 98 if (jsCode) { 99 const stringContents = typeof jsCode === 'string' ? jsCode : jsCode.code; constant 117 const sourceMap = typeof jsCode === 'string' ? serializeToSourceMap(...props) : jsCode.map;
|
| /expo/packages/@expo/metro-config/build/serializer/ |
| H A D | withExpoSerializers.js | 118 const jsCode = await defaultSerializer(entryPoint, preModules, graph, options); 120 return jsCode; 126 return jsCode; 134 if (jsCode) { 135 const stringContents = typeof jsCode === 'string' ? jsCode : jsCode.code; 150 const sourceMap = typeof jsCode === 'string' ? serializeToSourceMap(...props) : jsCode.map;
|
| H A D | withExpoSerializers.js.map | 1 …jsCode","sourceUrl","isJscSafeUrl","toNormalUrl","url","URL","searchParams","get","includeSourceMa…
|
| /expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/ |
| H A D | JSIModuleMock.kt | 128 jsCode: String in waitForAsyncFunction() 132 $jsCode.then(r => global.promiseResult = r).catch(e => global.promiseError = e) in waitForAsyncFunction()
|
| /expo/packages/expo-modules-core/ios/JSI/ |
| H A D | EXJSIUtils.mm | 171 jsi::String jsCode = convertNSStringToJSIString(runtime, code); 180 jsi::Value(runtime, jsCode),
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/ |
| H A D | ABI48_0_0EXJSIUtils.mm | 176 jsi::String jsCode = convertNSStringToJSIString(runtime, code); 185 jsi::Value(runtime, jsCode),
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/ |
| H A D | ABI47_0_0EXJSIUtils.mm | 176 jsi::String jsCode = convertNSStringToJSIString(runtime, code); 185 jsi::Value(runtime, jsCode),
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/ |
| H A D | ABI49_0_0EXJSIUtils.mm | 193 jsi::String jsCode = convertNSStringToJSIString(runtime, code); 202 jsi::Value(runtime, jsCode),
|