Searched refs:dynamicType (Results 1 – 8 of 8) sorted by relevance
46 let dynamicType = ~ReturnType.self in call() variable48 …guard let result = try dynamicType.cast(jsValue: value, appContext: appContext) as? ReturnType els… in call()49 throw UnexpectedReturnType(dynamicType.description) in call()
157 dynamicType: AnyDynamicType? = nil171 … if let value = value as? SharedObject, let dynamicType = dynamicType as? DynamicSharedObjectType {172 … guard let object = try? appContext.newObject(nativeClassId: dynamicType.typeIdentifier) else {
20 let dynamicType = ~SharedRef<UIImage>.self in spec() variable22 expect(dynamicType is DynamicSharedObjectType) == true in spec()
105 …return Conversions.convertFunctionResult(result, appContext: appContext, dynamicType: ~ReturnType.… in call()