Home
last modified time | relevance | path

Searched refs:isTypedArray (Results 1 – 25 of 43) sorted by relevance

12

/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DABI47_0_0EXJavaScriptValue.mm75 - (BOOL)isTypedArray
79 return ABI47_0_0expo::isTypedArray(*runtime, _value->getObject(*runtime));
147 if (![self isTypedArray]) {
H A DABI47_0_0EXJavaScriptValue.h40 - (BOOL)isTypedArray;
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DABI48_0_0EXJavaScriptValue.mm75 - (BOOL)isTypedArray
79 return ABI48_0_0expo::isTypedArray(*runtime, _value->getObject(*runtime));
147 if (![self isTypedArray]) {
H A DABI48_0_0EXJavaScriptValue.h40 - (BOOL)isTypedArray;
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/jni/
H A DJavaScriptValue.kt23 external fun isTypedArray(): Boolean in kind() method in abi47_0_0.expo.modules.kotlin.jni.JavaScriptValue
/expo/packages/expo-modules-core/ios/JSI/
H A DEXJavaScriptValue.mm76 - (BOOL)isTypedArray
80 return expo::isTypedArray(*runtime, _value->getObject(*runtime));
155 if (![self isTypedArray]) {
H A DEXJavaScriptValue.h41 - (BOOL)isTypedArray;
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DABI49_0_0EXJavaScriptValue.mm76 - (BOOL)isTypedArray
80 return ABI49_0_0expo::isTypedArray(*runtime, _value->getObject(*runtime));
155 if (![self isTypedArray]) {
H A DABI49_0_0EXJavaScriptValue.h41 - (BOOL)isTypedArray;
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptValue.cpp25 makeNativeMethod("isTypedArray", JavaScriptValue::isTypedArray), in registerNatives()
135 bool JavaScriptValue::isTypedArray() { in isTypedArray() function in expo::JavaScriptValue
138 return expo::isTypedArray(jsRuntime, jsValue->getObject(jsRuntime)); in isTypedArray()
H A DJavaScriptValue.h76 bool isTypedArray();
/expo/packages/expo-modules-core/common/cpp/
H A DTypedArray.h46 bool isTypedArray(jsi::Runtime &runtime, const jsi::Object &jsObj);
H A DTypedArray.cpp58 bool isTypedArray(jsi::Runtime &runtime, const jsi::Object &jsObj) { in isTypedArray() function
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/jni/
H A DJavaScriptValue.kt23 external fun isTypedArray(): Boolean in kind() method in abi48_0_0.expo.modules.kotlin.jni.JavaScriptValue
/expo/ios/versioned/sdk49/ExpoModulesCore/common/cpp/
H A DTypedArray.h46 bool isTypedArray(jsi::Runtime &runtime, const jsi::Object &jsObj);
H A DTypedArray.cpp58 bool isTypedArray(jsi::Runtime &runtime, const jsi::Object &jsObj) { in isTypedArray() function
/expo/ios/versioned/sdk48/ExpoModulesCore/common/cpp/
H A DTypedArray.h46 bool isTypedArray(jsi::Runtime &runtime, const jsi::Object &jsObj);
H A DTypedArray.cpp58 bool isTypedArray(jsi::Runtime &runtime, const jsi::Object &jsObj) { in isTypedArray() function
/expo/ios/versioned/sdk47/ExpoModulesCore/common/cpp/
H A DTypedArray.h46 bool isTypedArray(jsi::Runtime &runtime, const jsi::Object &jsObj);
H A DTypedArray.cpp58 bool isTypedArray(jsi::Runtime &runtime, const jsi::Object &jsObj) { in isTypedArray() function
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/jni/
H A DJavaScriptValue.kt25 external fun isTypedArray(): Boolean in isValid() method in expo.modules.kotlin.jni.JavaScriptValue
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/jni/
H A DJavaScriptValue.kt25 external fun isTypedArray(): Boolean in isValid() method in abi49_0_0.expo.modules.kotlin.jni.JavaScriptValue
/expo/ios/versioned/sdk47/EXGL/common/
H A DABI47_0_0EXJsiUtils.h39 } else if (isTypedArray(runtime, arr)) { in rawTypedArray()
/expo/packages/expo-gl/common/
H A DEXJsiUtils.h39 } else if (isTypedArray(runtime, arr)) { in rawTypedArray()
/expo/ios/versioned/sdk48/ExpoGL/common/
H A DABI48_0_0EXJsiUtils.h39 } else if (isTypedArray(runtime, arr)) { in rawTypedArray()

12