Home
last modified time | relevance | path

Searched refs:JavaScriptValueConversionException (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-modules-core/ios/JSI/
H A DJavaScriptValue.swift54 throw JavaScriptValueConversionException((kind: kind, target: "Bool")) in convert()
61 throw JavaScriptValueConversionException((kind: kind, target: "Int")) in convert()
68 throw JavaScriptValueConversionException((kind: kind, target: "Double")) in convert()
75 throw JavaScriptValueConversionException((kind: kind, target: "String")) in convert()
82 throw JavaScriptValueConversionException((kind: kind, target: "Array")) in convert()
89 throw JavaScriptValueConversionException((kind: kind, target: "Dict")) in convert()
96 throw JavaScriptValueConversionException((kind: kind, target: "Object")) in convert()
103 throw JavaScriptValueConversionException((kind: kind, target: "Function")) in convert()
110 throw JavaScriptValueConversionException((kind: kind, target: "TypedArray")) in convert()
120 …throw JavaScriptValueConversionException((kind: value.kind, target: String(describing: Self.self))) in convert()
[all …]
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DJavaScriptValue.swift54 throw JavaScriptValueConversionException((kind: kind, target: "Bool")) in convert()
61 throw JavaScriptValueConversionException((kind: kind, target: "Int")) in convert()
68 throw JavaScriptValueConversionException((kind: kind, target: "Double")) in convert()
75 throw JavaScriptValueConversionException((kind: kind, target: "String")) in convert()
82 throw JavaScriptValueConversionException((kind: kind, target: "Array")) in convert()
89 throw JavaScriptValueConversionException((kind: kind, target: "Dict")) in convert()
96 throw JavaScriptValueConversionException((kind: kind, target: "Object")) in convert()
103 throw JavaScriptValueConversionException((kind: kind, target: "Function")) in convert()
110 throw JavaScriptValueConversionException((kind: kind, target: "TypedArray")) in convert()
120 …throw JavaScriptValueConversionException((kind: value.kind, target: String(describing: Self.self))) in convert()
[all …]
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DJavaScriptValue.swift44 throw JavaScriptValueConversionException((kind: kind, target: "Bool")) in asBool()
51 throw JavaScriptValueConversionException((kind: kind, target: "Int")) in asInt()
58 throw JavaScriptValueConversionException((kind: kind, target: "Double")) in asDouble()
65 throw JavaScriptValueConversionException((kind: kind, target: "String")) in asString()
72 throw JavaScriptValueConversionException((kind: kind, target: "Array")) in asArray()
79 throw JavaScriptValueConversionException((kind: kind, target: "Dict")) in asDict()
86 throw JavaScriptValueConversionException((kind: kind, target: "Object")) in asObject()
93 throw JavaScriptValueConversionException((kind: kind, target: "TypedArray")) in asTypedArray()
97 internal final class JavaScriptValueConversionException: GenericException<(kind: JavaScriptValueKin… class
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DJavaScriptValue.swift44 throw JavaScriptValueConversionException((kind: kind, target: "Bool")) in asBool()
51 throw JavaScriptValueConversionException((kind: kind, target: "Int")) in asInt()
58 throw JavaScriptValueConversionException((kind: kind, target: "Double")) in asDouble()
65 throw JavaScriptValueConversionException((kind: kind, target: "String")) in asString()
72 throw JavaScriptValueConversionException((kind: kind, target: "Array")) in asArray()
79 throw JavaScriptValueConversionException((kind: kind, target: "Dict")) in asDict()
86 throw JavaScriptValueConversionException((kind: kind, target: "Object")) in asObject()
93 throw JavaScriptValueConversionException((kind: kind, target: "TypedArray")) in asTypedArray()
97 internal final class JavaScriptValueConversionException: GenericException<(kind: JavaScriptValueKin… class