Home
last modified time | relevance | path

Searched defs:undefined (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-updates/src/
H A DUseUpdatesUtils.ts11 updateId: Updates.updateId ?? undefined, constant
12 channel: Updates.channel ?? undefined, constant
13 createdAt: Updates.createdAt ?? undefined, constant
16 manifest: Updates.manifest ?? undefined, constant
17 runtimeVersion: Updates.runtimeVersion ?? undefined, constant
/expo/packages/expo-font/src/__tests__/
H A DFontLoader-test.web.ts31 for (const value of ['foo', false, null, undefined, true, {}, 'System']) { constant
40 for (const value of ['foo', false, null, undefined, true, {}, 'System']) { constant
/expo/android/vendored/unversioned/react-native-reanimated/Common/cpp/SharedItems/
H A DShareables.cpp85 std::shared_ptr<Shareable> Shareable::undefined() { in undefined() function in reanimated::Shareable
86 static auto undefined = std::make_shared<ShareableScalar>(); in undefined() local
/expo/ios/vendored/sdk49/react-native-reanimated/Common/cpp/SharedItems/
H A DShareables.cpp85 std::shared_ptr<Shareable> Shareable::undefined() { in undefined() function in ABI49_0_0reanimated::Shareable
86 static auto undefined = std::make_shared<ShareableScalar>(); in undefined() local
/expo/android/vendored/sdk49/react-native-reanimated/Common/cpp/SharedItems/
H A DShareables.cpp85 std::shared_ptr<Shareable> Shareable::undefined() { in undefined() function in reanimated::Shareable
86 static auto undefined = std::make_shared<ShareableScalar>(); in undefined() local
/expo/ios/vendored/unversioned/react-native-reanimated/Common/cpp/SharedItems/
H A DShareables.cpp85 std::shared_ptr<Shareable> Shareable::undefined() { in undefined() function in reanimated::Shareable
86 static auto undefined = std::make_shared<ShareableScalar>(); in undefined() local
/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJavaScriptRuntimeTest.kt35 val undefined = jsiInterop.evaluateScript("undefined") in evaluate_returns_undefined() constant
H A DJSIPropertiesTest.kt74 val undefined = evaluateScript("expo.modules.TestModule.undefined") in <lambda>() constant
/expo/packages/expo-modules-core/ios/Tests/
H A DJavaScriptRuntimeSpec.swift15 let undefined = try! runtime.eval("undefined") in spec() variable
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DJavaScriptRuntimeSpec.swift15 let undefined = try! runtime.eval("undefined") in spec() variable
/expo/packages/create-expo-module/src/
H A Dtelemetry.ts88 source_version: packageJson.version ?? undefined, constant
/expo/packages/@expo/cli/src/start/
H A DstartAsync.ts29 privateKeyPath: options.privateKeyPath ?? undefined, constant
/expo/packages/expo-calendar/src/
H A DCalendar.ts1038 calendarId: calendarId === null ? undefined : calendarId, constant
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI47_0_0jsi.h1044 static Value undefined() { in undefined() function
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI49_0_0jsi.h1157 static Value undefined() { in undefined() function
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsi/jsi/
H A DABI48_0_0jsi.h1151 static Value undefined() { in undefined() function