Home
last modified time | relevance | path

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

/expo/android/vendored/unversioned/@react-native-async-storage/async-storage/android/src/main/java/com/reactnativecommunity/asyncstorage/next/
H A DArgumentHelpers.kt68 fun JSONObject.mergeWith(newObject: JSONObject): JSONObject { in JSONObject()
70 val keys = newObject.keys() in JSONObject()
76 val newValue = newObject.optJSONObject(key) in JSONObject()
82 mergedObject.put(key, newObject.get(key)) in JSONObject()
/expo/android/vendored/sdk49/@react-native-async-storage/async-storage/android/src/main/java/abi49_0_0/com/reactnativecommunity/asyncstorage/next/
H A DArgumentHelpers.kt68 fun JSONObject.mergeWith(newObject: JSONObject): JSONObject { in JSONObject()
70 val keys = newObject.keys() in JSONObject()
76 val newValue = newObject.optJSONObject(key) in JSONObject()
82 mergedObject.put(key, newObject.get(key)) in JSONObject()
/expo/android/vendored/sdk48/@react-native-async-storage/async-storage/android/src/main/java/abi48_0_0/com/reactnativecommunity/asyncstorage/next/
H A DArgumentHelpers.kt68 fun JSONObject.mergeWith(newObject: JSONObject): JSONObject { in JSONObject()
70 val keys = newObject.keys() in JSONObject()
76 val newValue = newObject.optJSONObject(key) in JSONObject()
82 mergedObject.put(key, newObject.get(key)) in JSONObject()
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptRuntime.cpp184 auto newObject = std::make_shared<jsi::Object>(*runtime); in createObject() local
185 return JavaScriptObject::newInstance(jsiInteropModuleRegistry, weak_from_this(), newObject); in createObject()
/expo/packages/expo-modules-core/ios/Swift/
H A DConversions.swift172 … guard let object = try? appContext.newObject(nativeClassId: dynamicType.typeIdentifier) else {
H A DAppContext.swift145 internal func newObject(nativeClassId: ObjectIdentifier) throws -> JavaScriptObject? { in newObject() function
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/
H A DConversions.swift172 … guard let object = try? appContext.newObject(nativeClassId: dynamicType.typeIdentifier) else {
H A DAppContext.swift132 internal func newObject(nativeClassId: ObjectIdentifier) throws -> JavaScriptObject? { in newObject() function