Searched refs:canConvert (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/expo-modules-core/android/src/main/cpp/types/ |
| H A D | FrontendConverter.h | 30 virtual bool canConvert(jsi::Runtime &rt, const jsi::Value &value) const = 0; 55 bool canConvert(jsi::Runtime &rt, const jsi::Value &value) const override; 70 bool canConvert(jsi::Runtime &rt, const jsi::Value &value) const override; 85 bool canConvert(jsi::Runtime &rt, const jsi::Value &value) const override; 100 bool canConvert(jsi::Runtime &rt, const jsi::Value &value) const override; 115 bool canConvert(jsi::Runtime &rt, const jsi::Value &value) const override; 130 bool canConvert(jsi::Runtime &rt, const jsi::Value &value) const override; 145 bool canConvert(jsi::Runtime &rt, const jsi::Value &value) const override; 160 bool canConvert(jsi::Runtime &rt, const jsi::Value &value) const override; 175 bool canConvert(jsi::Runtime &rt, const jsi::Value &value) const override; [all …]
|
| H A D | FrontendConverter.cpp | 40 bool IntegerFrontendConverter::canConvert(jsi::Runtime &rt, const jsi::Value &value) const { in canConvert() function in expo::IntegerFrontendConverter 57 bool LongFrontendConverter::canConvert(jsi::Runtime &rt, const jsi::Value &value) const { in canConvert() function in expo::LongFrontendConverter 133 bool ReadableNativeArrayFrontendConverter::canConvert( in canConvert() function in expo::ReadableNativeArrayFrontendConverter 150 bool ReadableNativeMapArrayFrontendConverter::canConvert( in canConvert() function in expo::ReadableNativeMapArrayFrontendConverter 169 bool TypedArrayFrontendConverter::canConvert( in canConvert() function in expo::TypedArrayFrontendConverter 207 bool JavaScriptObjectFrontendConverter::canConvert( in canConvert() function in expo::JavaScriptObjectFrontendConverter 227 bool JavaScriptFunctionFrontendConverter::canConvert( in canConvert() function in expo::JavaScriptFunctionFrontendConverter 256 bool PolyFrontendConverter::canConvert( in canConvert() function in expo::PolyFrontendConverter 265 return converter->canConvert(rt, value); in canConvert() 277 if (converter->canConvert(rt, value)) { in convert() [all …]
|
| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | MethodMetadata.cpp | 160 if (type->converter->canConvert(rt, arg)) { in convertJSIArgsToJNI()
|