Home
last modified time | relevance | path

Searched refs:jsCode (Results 1 – 8 of 8) sorted by relevance

/expo/packages/@expo/metro-config/src/serializer/
H A DwithExpoSerializers.ts72 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 DwithExpoSerializers.js118 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 DwithExpoSerializers.js.map1 …jsCode","sourceUrl","isJscSafeUrl","toNormalUrl","url","URL","searchParams","get","includeSourceMa…
/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJSIModuleMock.kt128 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 DEXJSIUtils.mm171 jsi::String jsCode = convertNSStringToJSIString(runtime, code);
180 jsi::Value(runtime, jsCode),
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DABI48_0_0EXJSIUtils.mm176 jsi::String jsCode = convertNSStringToJSIString(runtime, code);
185 jsi::Value(runtime, jsCode),
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DABI47_0_0EXJSIUtils.mm176 jsi::String jsCode = convertNSStringToJSIString(runtime, code);
185 jsi::Value(runtime, jsCode),
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DABI49_0_0EXJSIUtils.mm193 jsi::String jsCode = convertNSStringToJSIString(runtime, code);
202 jsi::Value(runtime, jsCode),