Searched refs:newObject (Results 1 – 8 of 8) sorted by relevance
68 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()
184 auto newObject = std::make_shared<jsi::Object>(*runtime); in createObject() local185 return JavaScriptObject::newInstance(jsiInteropModuleRegistry, weak_from_this(), newObject); in createObject()
172 … guard let object = try? appContext.newObject(nativeClassId: dynamicType.typeIdentifier) else {
145 internal func newObject(nativeClassId: ObjectIdentifier) throws -> JavaScriptObject? { in newObject() function
132 internal func newObject(nativeClassId: ObjectIdentifier) throws -> JavaScriptObject? { in newObject() function