Searched refs:definePropertyOnJSIObject (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-modules-core/common/cpp/ |
| H A D | JSIUtils.h | 20 void definePropertyOnJSIObject(
|
| H A D | JSIUtils.cpp | 20 void definePropertyOnJSIObject( in definePropertyOnJSIObject() function
|
| /expo/packages/expo-modules-core/ios/JSI/ |
| H A D | EXJavaScriptObject.mm | 79 …expo::common::definePropertyOnJSIObject(*runtime, jsThis, [name UTF8String], std::move(*[descripto… 90 …expo::common::definePropertyOnJSIObject(*runtime, jsThis, [name UTF8String], std::move(descriptor)…
|
| H A D | EXJSIUtils.mm | 117 …common::definePropertyOnJSIObject(runtime, &prototype, nativeConstructorKey.c_str(), std::move(des…
|
| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | JavaScriptObject.h | 136 …common::definePropertyOnJSIObject(jsRuntime, jsObject.get(), cName.c_str(), std::move(descriptor)); in defineProperty()
|
| H A D | JavaScriptModuleObject.cpp | 64 common::definePropertyOnJSIObject(runtime, jsObject, name.c_str(), std::move(descriptor)); in decorateObjectWithProperties() 218 common::definePropertyOnJSIObject(runtime, &prototype, nativeConstructorKey.c_str(), in getJSIObject()
|
| H A D | JavaScriptRuntime.cpp | 203 common::definePropertyOnJSIObject( in installMainObject()
|