| /expo/packages/expo-modules-core/android/src/main/cpp/ |
| H A D | JavaScriptRuntime.cpp | 73 JSIInteropModuleRegistry *jsiInteropModuleRegistry in JavaScriptRuntime() argument 77 jsiInteropModuleRegistry(jsiInteropModuleRegistry) { in JavaScriptRuntime() 136 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in JavaScriptRuntime() argument 141 jsiInteropModuleRegistry(jsiInteropModuleRegistry) { in JavaScriptRuntime() 157 jsiInteropModuleRegistry, in evaluateScript() 180 return JavaScriptObject::newInstance(jsiInteropModuleRegistry, weak_from_this(), global); in global() 185 return JavaScriptObject::newInstance(jsiInteropModuleRegistry, weak_from_this(), newObject); in createObject() 193 auto coreModule = jsiInteropModuleRegistry->getCoreModule(); in installMainObject() 194 coreModule->cthis()->jsiInteropModuleRegistry = jsiInteropModuleRegistry; in installMainObject() 216 return jsiInteropModuleRegistry; in getModuleRegistry()
|
| H A D | JavaScriptModuleObject.cpp | 30 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in decorateObjectWithFunctions() argument 44 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in decorateObjectWithProperties() argument 113 jsiInteropModuleRegistry, in getJSIObject() 119 jsiInteropModuleRegistry, in getJSIObject() 125 jsiInteropModuleRegistry, in getJSIObject() 132 viewPrototypeObject->jsiInteropModuleRegistry = jsiInteropModuleRegistry; in getJSIObject() 144 classObject->jsiInteropModuleRegistry = jsiInteropModuleRegistry; in getJSIObject() 167 … [classObject, &constructor = constructor, jsiInteropModuleRegistry = jsiInteropModuleRegistry]( in getJSIObject() 187 jsiInteropModuleRegistry, in getJSIObject() 203 jsiInteropModuleRegistry, in getJSIObject() [all …]
|
| H A D | JavaScriptModuleObject.h | 27 JSIInteropModuleRegistry *jsiInteropModuleRegistry, 34 JSIInteropModuleRegistry *jsiInteropModuleRegistry, 41 JSIInteropModuleRegistry *jsiInteropModuleRegistry, 65 JSIInteropModuleRegistry *jsiInteropModuleRegistry; variable 141 JSIInteropModuleRegistry *jsiInteropModuleRegistry, 148 JSIInteropModuleRegistry *jsiInteropModuleRegistry, 155 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
|
| H A D | JavaScriptRuntime.h | 45 JSIInteropModuleRegistry *jsiInteropModuleRegistry 49 JSIInteropModuleRegistry *jsiInteropModuleRegistry, 96 JSIInteropModuleRegistry *jsiInteropModuleRegistry; variable
|
| H A D | JavaCallback.cpp | 26 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in newInstance() argument 30 jsiInteropModuleRegistry->jniDeallocator->addReference(object); in newInstance()
|
| H A D | JavaScriptFunction.cpp | 58 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in newInstance() argument 66 jsiInteropModuleRegistry->jniDeallocator->addReference(function); in newInstance()
|
| H A D | JavaScriptTypedArray.cpp | 94 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in newInstance() argument 102 jsiInteropModuleRegistry->jniDeallocator->addReference(object); in newInstance()
|
| H A D | JavaCallback.h | 30 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
|
| H A D | JavaScriptFunction.h | 30 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
|
| H A D | JavaScriptTypedArray.h | 29 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
|
| H A D | JavaScriptValue.h | 39 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
|
| H A D | JavaScriptValue.cpp | 220 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in newInstance() argument 228 jsiInteropModuleRegistry->jniDeallocator->addReference(value); in newInstance()
|
| H A D | ExpoModulesHostObject.cpp | 44 module->cthis()->jsiInteropModuleRegistry = installer; in get()
|
| H A D | JavaScriptObject.cpp | 151 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in newInstance() argument 156 jsiInteropModuleRegistry->jniDeallocator->addReference(object); in newInstance()
|
| H A D | JavaScriptObject.h | 38 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
|
| /expo/packages/expo-modules-core/android/src/main/cpp/types/ |
| H A D | JNIToJSIConverter.cpp | 69 anonymousObject->jsiInteropModuleRegistry = moduleRegistry; in convert()
|