Home
last modified time | relevance | path

Searched refs:scriptType (Results 1 – 7 of 7) sorted by relevance

/expo/packages/@expo/metro-runtime/src/async-require/
H A DfetchThenEval.web.ts11 scriptType,
14 }: { scriptType?: string; nonce?: string; crossOrigin?: string } = {}
21 if (scriptType) script.type = scriptType;
/expo/packages/@expo/metro-runtime/build/async-require/
H A DfetchThenEval.web.d.ts7 export declare function fetchThenEvalAsync(url: string, { scriptType, nonce, crossOrigin, }?: {
8 scriptType?: string;
H A DfetchThenEval.web.js11 function fetchThenEvalAsync(url, { scriptType, nonce, crossOrigin, } = {}) { field
17 if (scriptType)
18 script.type = scriptType;
H A DfetchThenEval.web.js.map1scriptType,\n nonce,\n crossOrigin,\n }: { scriptType?: string; nonce?: string; crossOrigin…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CxxBridge/
H A DABI49_0_0RCTCxxBridge.mm1536 ScriptTag scriptType = parseTypeFromHeader(header);
1541 if (ABI49_0_0ReactInstance && scriptType == ScriptTag::MetroHBCBundle) {
1549 } else if (scriptType == ScriptTag::RAMBundle) {
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CxxBridge/
H A DABI47_0_0RCTCxxBridge.mm1529 ScriptTag scriptType = parseTypeFromHeader(header);
1534 if (ABI47_0_0ReactInstance && scriptType == ScriptTag::MetroHBCBundle) {
1542 } else if (scriptType == ScriptTag::RAMBundle) {
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CxxBridge/
H A DABI48_0_0RCTCxxBridge.mm1530 ScriptTag scriptType = parseTypeFromHeader(header);
1535 if (ABI48_0_0ReactInstance && scriptType == ScriptTag::MetroHBCBundle) {
1543 } else if (scriptType == ScriptTag::RAMBundle) {