Lines Matching refs:JavaScriptValueConversionException
54 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()
124 internal final class JavaScriptValueConversionException: GenericException<(kind: JavaScriptValueKin… class