Home
last modified time | relevance | path

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

/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptRuntime.cpp73 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 DJavaScriptModuleObject.cpp30 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 DJavaScriptModuleObject.h27 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
34 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
41 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
65 JSIInteropModuleRegistry *jsiInteropModuleRegistry; variable
141 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
148 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
155 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
H A DJavaScriptRuntime.h45 JSIInteropModuleRegistry *jsiInteropModuleRegistry
49 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
96 JSIInteropModuleRegistry *jsiInteropModuleRegistry; variable
H A DJavaCallback.cpp26 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in newInstance() argument
30 jsiInteropModuleRegistry->jniDeallocator->addReference(object); in newInstance()
H A DJavaScriptFunction.cpp58 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in newInstance() argument
66 jsiInteropModuleRegistry->jniDeallocator->addReference(function); in newInstance()
H A DJavaScriptTypedArray.cpp94 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in newInstance() argument
102 jsiInteropModuleRegistry->jniDeallocator->addReference(object); in newInstance()
H A DJavaCallback.h30 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
H A DJavaScriptFunction.h30 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
H A DJavaScriptTypedArray.h29 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
H A DJavaScriptValue.h39 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
H A DJavaScriptValue.cpp220 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in newInstance() argument
228 jsiInteropModuleRegistry->jniDeallocator->addReference(value); in newInstance()
H A DExpoModulesHostObject.cpp44 module->cthis()->jsiInteropModuleRegistry = installer; in get()
H A DJavaScriptObject.cpp151 JSIInteropModuleRegistry *jsiInteropModuleRegistry, in newInstance() argument
156 jsiInteropModuleRegistry->jniDeallocator->addReference(object); in newInstance()
H A DJavaScriptObject.h38 JSIInteropModuleRegistry *jsiInteropModuleRegistry,
/expo/packages/expo-modules-core/android/src/main/cpp/types/
H A DJNIToJSIConverter.cpp69 anonymousObject->jsiInteropModuleRegistry = moduleRegistry; in convert()