Home
last modified time | relevance | path

Searched refs:makeMutable (Results 1 – 16 of 16) sorted by relevance

/expo/android/vendored/sdk48/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModuleSpec.cpp30 static jsi::Value SPEC_PREFIX(makeMutable)( in SPEC_PREFIX() argument
36 ->makeMutable(rt, std::move(args[0])); in SPEC_PREFIX()
169 methodMap_["makeMutable"] = MethodMetadata{1, SPEC_PREFIX(makeMutable)}; in NativeReanimatedModuleSpec()
H A DNativeReanimatedModuleSpec.h33 virtual jsi::Value makeMutable(jsi::Runtime &rt, const jsi::Value &value) = 0;
H A DNativeReanimatedModule.h47 jsi::Value makeMutable(jsi::Runtime &rt, const jsi::Value &value) override;
H A DNativeReanimatedModule.cpp122 jsi::Value NativeReanimatedModule::makeMutable( in makeMutable() function in reanimated::NativeReanimatedModule
/expo/ios/vendored/sdk47/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModuleSpec.cpp30 static jsi::Value SPEC_PREFIX(makeMutable)( in SPEC_PREFIX() argument
36 ->makeMutable(rt, std::move(args[0])); in SPEC_PREFIX()
169 methodMap_["makeMutable"] = MethodMetadata{1, SPEC_PREFIX(makeMutable)}; in NativeReanimatedModuleSpec()
H A DNativeReanimatedModuleSpec.h33 virtual jsi::Value makeMutable(jsi::Runtime &rt, const jsi::Value &value) = 0;
H A DNativeReanimatedModule.h47 jsi::Value makeMutable(jsi::Runtime &rt, const jsi::Value &value) override;
H A DNativeReanimatedModule.cpp121 jsi::Value NativeReanimatedModule::makeMutable( in makeMutable() function in ABI47_0_0reanimated::NativeReanimatedModule
/expo/android/vendored/sdk47/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModuleSpec.cpp30 static jsi::Value SPEC_PREFIX(makeMutable)( in SPEC_PREFIX() argument
36 ->makeMutable(rt, std::move(args[0])); in SPEC_PREFIX()
169 methodMap_["makeMutable"] = MethodMetadata{1, SPEC_PREFIX(makeMutable)}; in NativeReanimatedModuleSpec()
H A DNativeReanimatedModuleSpec.h33 virtual jsi::Value makeMutable(jsi::Runtime &rt, const jsi::Value &value) = 0;
H A DNativeReanimatedModule.h47 jsi::Value makeMutable(jsi::Runtime &rt, const jsi::Value &value) override;
H A DNativeReanimatedModule.cpp121 jsi::Value NativeReanimatedModule::makeMutable( in makeMutable() function in reanimated::NativeReanimatedModule
/expo/ios/vendored/sdk48/react-native-reanimated/Common/cpp/NativeModules/
H A DNativeReanimatedModuleSpec.cpp30 static jsi::Value SPEC_PREFIX(makeMutable)( in SPEC_PREFIX() argument
36 ->makeMutable(rt, std::move(args[0])); in SPEC_PREFIX()
169 methodMap_["makeMutable"] = MethodMetadata{1, SPEC_PREFIX(makeMutable)}; in NativeReanimatedModuleSpec()
H A DNativeReanimatedModuleSpec.h33 virtual jsi::Value makeMutable(jsi::Runtime &rt, const jsi::Value &value) = 0;
H A DNativeReanimatedModule.h47 jsi::Value makeMutable(jsi::Runtime &rt, const jsi::Value &value) override;
H A DNativeReanimatedModule.cpp122 jsi::Value NativeReanimatedModule::makeMutable( in makeMutable() function in ABI48_0_0reanimated::NativeReanimatedModule