Searched refs:constructorName (Results 1 – 8 of 8) sorted by relevance
| /expo/packages/expo-modules-core/common/cpp/ |
| H A D | TypedArray.cpp | 30 auto constructorName = this->getPropertyAsObject(runtime, "constructor") in getKind() local 34 return getTypedArrayKindForName(constructorName); in getKind()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/common/cpp/ |
| H A D | TypedArray.cpp | 30 auto constructorName = this->getPropertyAsObject(runtime, "constructor") in getKind() local 34 return getTypedArrayKindForName(constructorName); in getKind()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/common/cpp/ |
| H A D | TypedArray.cpp | 30 auto constructorName = this->getPropertyAsObject(runtime, "constructor") in getKind() local 34 return getTypedArrayKindForName(constructorName); in getKind()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/common/cpp/ |
| H A D | TypedArray.cpp | 30 auto constructorName = this->getPropertyAsObject(runtime, "constructor") in getKind() local 34 return getTypedArrayKindForName(constructorName); in getKind()
|
| /expo/ios/versioned/sdk47/EXGL/common/ |
| H A D | ABI47_0_0EXTypedArrayApi.cpp | 84 auto constructorName = this->getProperty(runtime, propNameIDCache.get(runtime, Prop::Constructor)) in getKind() local 89 return getTypedArrayKindForName(constructorName); in getKind()
|
| /expo/packages/expo-gl/common/ |
| H A D | EXTypedArrayApi.cpp | 84 auto constructorName = this->getProperty(runtime, propNameIDCache.get(runtime, Prop::Constructor)) in getKind() local 89 return getTypedArrayKindForName(constructorName); in getKind()
|
| /expo/ios/versioned/sdk48/ExpoGL/common/ |
| H A D | ABI48_0_0EXTypedArrayApi.cpp | 84 auto constructorName = this->getProperty(runtime, propNameIDCache.get(runtime, Prop::Constructor)) in getKind() local 89 return getTypedArrayKindForName(constructorName); in getKind()
|
| /expo/ios/versioned/sdk49/ExpoGL/common/ |
| H A D | ABI49_0_0EXTypedArrayApi.cpp | 84 auto constructorName = this->getProperty(runtime, propNameIDCache.get(runtime, Prop::Constructor)) in getKind() local 89 return getTypedArrayKindForName(constructorName); in getKind()
|