Home
last modified time | relevance | path

Searched refs:definePropertyOnJSIObject (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-modules-core/common/cpp/
H A DJSIUtils.h20 void definePropertyOnJSIObject(
H A DJSIUtils.cpp20 void definePropertyOnJSIObject( in definePropertyOnJSIObject() function
/expo/packages/expo-modules-core/ios/JSI/
H A DEXJavaScriptObject.mm79 …expo::common::definePropertyOnJSIObject(*runtime, jsThis, [name UTF8String], std::move(*[descripto…
90 …expo::common::definePropertyOnJSIObject(*runtime, jsThis, [name UTF8String], std::move(descriptor)…
H A DEXJSIUtils.mm117 …common::definePropertyOnJSIObject(runtime, &prototype, nativeConstructorKey.c_str(), std::move(des…
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptObject.h136 …common::definePropertyOnJSIObject(jsRuntime, jsObject.get(), cName.c_str(), std::move(descriptor)); in defineProperty()
H A DJavaScriptModuleObject.cpp64 common::definePropertyOnJSIObject(runtime, jsObject, name.c_str(), std::move(descriptor)); in decorateObjectWithProperties()
218 common::definePropertyOnJSIObject(runtime, &prototype, nativeConstructorKey.c_str(), in getJSIObject()
H A DJavaScriptRuntime.cpp203 common::definePropertyOnJSIObject( in installMainObject()