Searched refs:definePropertyFunction (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-modules-core/common/cpp/ |
| H A D | JSIUtils.cpp | 28 jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction( in definePropertyOnJSIObject() local 34 definePropertyFunction.callWithThis(runtime, objectClass, { in definePropertyOnJSIObject()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/JSI/ |
| H A D | ABI47_0_0EXJavaScriptObject.mm | 78 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(*runtime, "defineProperty… 81 definePropertyFunction.callWithThis(*runtime, objectClass, { 93 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(*runtime, "defineProperty… 99 definePropertyFunction.callWithThis(*runtime, objectClass, {
|
| H A D | ABI47_0_0EXJSIUtils.mm | 152 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(runtime, "defineProperty"… 157 definePropertyFunction.callWithThis(runtime, objectClass, {
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/ |
| H A D | ABI49_0_0EXJavaScriptObject.mm | 78 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(*runtime, "defineProperty… 81 definePropertyFunction.callWithThis(*runtime, objectClass, { 93 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(*runtime, "defineProperty… 99 definePropertyFunction.callWithThis(*runtime, objectClass, {
|
| H A D | ABI49_0_0EXJSIUtils.mm | 169 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(runtime, "defineProperty"… 174 definePropertyFunction.callWithThis(runtime, objectClass, {
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/JSI/ |
| H A D | ABI48_0_0EXJavaScriptObject.mm | 78 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(*runtime, "defineProperty… 81 definePropertyFunction.callWithThis(*runtime, objectClass, { 93 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(*runtime, "defineProperty… 99 definePropertyFunction.callWithThis(*runtime, objectClass, {
|
| H A D | ABI48_0_0EXJSIUtils.mm | 152 …jsi::Function definePropertyFunction = objectClass.getPropertyAsFunction(runtime, "defineProperty"… 157 definePropertyFunction.callWithThis(runtime, objectClass, {
|