Home
last modified time | relevance | path

Searched refs:nativeConstructor (Results 1 – 5 of 5) sorted by relevance

/expo/packages/expo-modules-core/ios/JSI/
H A DEXJSIUtils.mm104 jsi::Function nativeConstructor = jsi::Function::createFromHostFunction(
115 descriptor.setProperty(runtime, "value", jsi::Value(runtime, nativeConstructor));
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/
H A DABI48_0_0EXJSIUtils.mm103 jsi::Function nativeConstructor = jsi::Function::createFromHostFunction(
113 …roperty(runtime, &prototype, nativeConstructorKey.c_str(), jsi::Value(runtime, nativeConstructor));
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/
H A DABI47_0_0EXJSIUtils.mm103 jsi::Function nativeConstructor = jsi::Function::createFromHostFunction(
113 …roperty(runtime, &prototype, nativeConstructorKey.c_str(), jsi::Value(runtime, nativeConstructor));
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptModuleObject.cpp162 jsi::Function nativeConstructor = jsi::Function::createFromHostFunction( in getJSIObject() local
216 descriptor.setProperty(runtime, "value", jsi::Value(runtime, nativeConstructor)); in getJSIObject()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DABI49_0_0EXJSIUtils.mm103 jsi::Function nativeConstructor = jsi::Function::createFromHostFunction(
113 …roperty(runtime, &prototype, nativeConstructorKey.c_str(), jsi::Value(runtime, nativeConstructor));