Searched refs:mainObject (Results 1 – 8 of 8) sorted by relevance
46 ABI47_0_0EXJavaScriptObject *mainObject = [runtime mainObject];48 if ([mainObject hasProperty:modulesHostObjectPropertyName]) {56 [mainObject defineProperty:modulesHostObjectPropertyName
73 - (nonnull ABI47_0_0EXJavaScriptObject *)mainObject;
93 - (nonnull ABI47_0_0EXJavaScriptObject *)mainObject
46 ABI48_0_0EXJavaScriptObject *mainObject = [runtime mainObject];48 if ([mainObject hasProperty:modulesHostObjectPropertyName]) {56 [mainObject defineProperty:modulesHostObjectPropertyName
73 - (nonnull ABI48_0_0EXJavaScriptObject *)mainObject;
96 - (nonnull ABI48_0_0EXJavaScriptObject *)mainObject
195 mainObject = coreModule->cthis()->getJSIObject(*runtime); in installMainObject()201 descriptor.setProperty(*runtime, "value", jsi::Value(*runtime, *mainObject)); in installMainObject()212 return mainObject; in getMainObject()
95 std::shared_ptr<jsi::Object> mainObject; variable