Home
last modified time | relevance | path

Searched refs:thisObject (Results 1 – 10 of 10) sorted by relevance

/expo/packages/expo-modules-core/ios/JSI/
H A DEXRawJavaScriptFunction.mm32 thisObject:(nullable EXJavaScriptObject *)thisObject
42 } else if (thisObject) {
43 result = _function->callWithThis(*runtime, *[thisObject get], data, arguments.count);
H A DEXRawJavaScriptFunction.h21 thisObject:(nullable EXJavaScriptObject *)thisObject
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/JSI/
H A DABI49_0_0EXRawJavaScriptFunction.mm32 thisObject:(nullable ABI49_0_0EXJavaScriptObject *)thisObject
42 } else if (thisObject) {
43 result = _function->callWithThis(*runtime, *[thisObject get], data, arguments.count);
H A DABI49_0_0EXRawJavaScriptFunction.h21 thisObject:(nullable ABI49_0_0EXJavaScriptObject *)thisObject
/expo/packages/expo-modules-core/ios/Swift/
H A DJavaScriptFunction.swift45 let value = rawFunction.call(withArguments: arguments, thisObject: this, asConstructor: false) in call()
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/
H A DJavaScriptFunction.swift45 let value = rawFunction.call(withArguments: arguments, thisObject: this, asConstructor: false) in call()
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DJavaScriptModuleObject.cpp173 auto thisObject = std::make_shared<jsi::Object>(thisValue.asObject(runtime)); in getJSIObject() local
174 decorateObjectWithProperties(runtime, jsiInteropModuleRegistry, thisObject.get(), in getJSIObject()
205 thisObject in getJSIObject()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/jsc/
H A DABI49_0_0JSCRuntime.cpp1207 JSObjectRef thisObject, in createFunctionFromHostFunction() argument
1231 jsi::Value thisVal(rt.createObject(thisObject)); in createFunctionFromHostFunction()
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/jsc/
H A DABI48_0_0JSCRuntime.cpp1205 JSObjectRef thisObject, in createFunctionFromHostFunction() argument
1229 jsi::Value thisVal(rt.createObject(thisObject)); in createFunctionFromHostFunction()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/jsi/
H A DABI47_0_0JSCRuntime.cpp1146 JSObjectRef thisObject, in createFunctionFromHostFunction() argument
1170 jsi::Value thisVal(rt.createObject(thisObject)); in createFunctionFromHostFunction()